Skip to content

Commit 6b59c47

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/container_preparation/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN tar xvf spire-1.9.1-linux-amd64-musl.tar.gz ; mv spire-1.9.1 /opt ; mv /opt/
1818
RUN ln -s /opt/spire/bin/spire-agent /usr/bin/spire-agent
1919

2020
# Install pyspiffe package
21-
RUN pip install git+https://github.com/HewlettPackard/py-spiffe.git
21+
RUN pip install git+https://github.com/HewlettPackard/py-spiffe.git@3640af9d6629c05e027f99010abc934cb74122a8
2222

2323
# Create code directory, output directory
2424
RUN mkdir /container_preparation /output ; chmod -R 777 /output

client/data_preparation/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN tar xvf spire-1.9.1-linux-amd64-musl.tar.gz ; mv spire-1.9.1 /opt ; mv /opt/
2020
RUN ln -s /opt/spire/bin/spire-agent /usr/bin/spire-agent
2121

2222
# Install pyspiffe package
23-
RUN pip install git+https://github.com/HewlettPackard/py-spiffe.git
23+
RUN pip install git+https://github.com/HewlettPackard/py-spiffe.git@3640af9d6629c05e027f99010abc934cb74122a8
2424

2525
# Create code directory, output directory
2626
RUN mkdir /data_preparation /output

server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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

1515
# Install pyspiffe package
16-
RUN pip install git+https://github.com/HewlettPackard/py-spiffe.git
16+
RUN pip install git+https://github.com/HewlettPackard/py-spiffe.git@3640af9d6629c05e027f99010abc934cb74122a8
1717

1818
# Copy server
1919
RUN mkdir /server

0 commit comments

Comments
 (0)