Skip to content

Commit

Permalink
#6 Fixing pyspiffe version
Browse files Browse the repository at this point in the history
  • Loading branch information
telliere committed Mar 25, 2024
1 parent 1a64edf commit 6b59c47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/container_preparation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN tar xvf spire-1.9.1-linux-amd64-musl.tar.gz ; mv spire-1.9.1 /opt ; mv /opt/
RUN ln -s /opt/spire/bin/spire-agent /usr/bin/spire-agent

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

# Create code directory, output directory
RUN mkdir /container_preparation /output ; chmod -R 777 /output
Expand Down
2 changes: 1 addition & 1 deletion client/data_preparation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN tar xvf spire-1.9.1-linux-amd64-musl.tar.gz ; mv spire-1.9.1 /opt ; mv /opt/
RUN ln -s /opt/spire/bin/spire-agent /usr/bin/spire-agent

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

# Create code directory, output directory
RUN mkdir /data_preparation /output
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN ln -s /opt/spire/bin/spire-agent /usr/bin/spire-agent
RUN ln -s /opt/spire/bin/spire-server /usr/bin/spire-server

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

# Copy server
RUN mkdir /server
Expand Down

0 comments on commit 6b59c47

Please sign in to comment.