File tree 6 files changed +3
-9
lines changed
6 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ RUN wget -q https://github.com/spiffe/spire/releases/download/v1.9.1/spire-1.9.1
17
17
RUN tar xvf spire-1.9.1-linux-amd64-musl.tar.gz ; mv spire-1.9.1 /opt ; mv /opt/spire-1.9.1 /opt/spire
18
18
RUN ln -s /opt/spire/bin/spire-agent /usr/bin/spire-agent
19
19
20
- # Install pyspiffe package
21
- RUN pip install git+https://github.com/HewlettPackard/py-spiffe.git
22
-
23
20
# Create code directory, output directory
24
21
RUN mkdir /container_preparation /output ; chmod -R 777 /output
25
22
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ pyrage==1.1.2
8
8
pyyaml == 5.3.1
9
9
paramiko == 3.4.0
10
10
scp == 0.14.5
11
+ pyspiffe == 0.0.1
11
12
pre-commit
Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ RUN wget -q https://github.com/spiffe/spire/releases/download/v1.9.1/spire-1.9.1
19
19
RUN tar xvf spire-1.9.1-linux-amd64-musl.tar.gz ; mv spire-1.9.1 /opt ; mv /opt/spire-1.9.1 /opt/spire
20
20
RUN ln -s /opt/spire/bin/spire-agent /usr/bin/spire-agent
21
21
22
- # Install pyspiffe package
23
- RUN pip install git+https://github.com/HewlettPackard/py-spiffe.git
24
-
25
22
# Create code directory, output directory
26
23
RUN mkdir /data_preparation /output
27
24
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ pyrage==1.1.2
6
6
pyyaml == 5.3.1
7
7
paramiko == 3.4.0
8
8
scp == 0.14.5
9
+ pyspiffe == 0.0.1
9
10
pre-commit
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ RUN tar xvf spire-1.9.0-linux-amd64-musl.tar.gz ; mv spire-1.9.0 /opt ; mv /opt/
12
12
RUN ln -s /opt/spire/bin/spire-agent /usr/bin/spire-agent
13
13
RUN ln -s /opt/spire/bin/spire-server /usr/bin/spire-server
14
14
15
- # Install pyspiffe package
16
- RUN pip install git+https://github.com/HewlettPackard/py-spiffe.git
17
-
18
15
# Copy server
19
16
RUN mkdir /server
20
17
COPY ./server /server
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ pyOpenSSL==24.0.0
3
3
protobuf == 3.20.0
4
4
hvac == 2.1.0
5
5
quart == 0.19.4
6
+ pyspiffe == 0.0.1
6
7
pre-commit
You can’t perform that action at this time.
0 commit comments