Skip to content

Commit 4ba12d9

Browse files
committed
#6 Fixing pyspiffe version
1 parent 1a64edf commit 4ba12d9

File tree

6 files changed

+3
-9
lines changed

6 files changed

+3
-9
lines changed

client/container_preparation/Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ RUN wget -q https://github.com/spiffe/spire/releases/download/v1.9.1/spire-1.9.1
1717
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
1818
RUN ln -s /opt/spire/bin/spire-agent /usr/bin/spire-agent
1919

20-
# Install pyspiffe package
21-
RUN pip install git+https://github.com/HewlettPackard/py-spiffe.git
22-
2320
# Create code directory, output directory
2421
RUN mkdir /container_preparation /output ; chmod -R 777 /output
2522

client/container_preparation/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ pyrage==1.1.2
88
pyyaml==5.3.1
99
paramiko==3.4.0
1010
scp==0.14.5
11+
pyspiffe==0.0.1
1112
pre-commit

client/data_preparation/Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ RUN wget -q https://github.com/spiffe/spire/releases/download/v1.9.1/spire-1.9.1
1919
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
2020
RUN ln -s /opt/spire/bin/spire-agent /usr/bin/spire-agent
2121

22-
# Install pyspiffe package
23-
RUN pip install git+https://github.com/HewlettPackard/py-spiffe.git
24-
2522
# Create code directory, output directory
2623
RUN mkdir /data_preparation /output
2724

client/data_preparation/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ pyrage==1.1.2
66
pyyaml==5.3.1
77
paramiko==3.4.0
88
scp==0.14.5
9+
pyspiffe==0.0.1
910
pre-commit

server/Dockerfile

-3
Original file line numberDiff line numberDiff 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/
1212
RUN ln -s /opt/spire/bin/spire-agent /usr/bin/spire-agent
1313
RUN ln -s /opt/spire/bin/spire-server /usr/bin/spire-server
1414

15-
# Install pyspiffe package
16-
RUN pip install git+https://github.com/HewlettPackard/py-spiffe.git
17-
1815
# Copy server
1916
RUN mkdir /server
2017
COPY ./server /server

server/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ pyOpenSSL==24.0.0
33
protobuf==3.20.0
44
hvac==2.1.0
55
quart==0.19.4
6+
pyspiffe==0.0.1
67
pre-commit

0 commit comments

Comments
 (0)