File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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/
18
18
RUN ln -s /opt/spire/bin/spire-agent /usr/bin/spire-agent
19
19
20
20
# 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
22
22
23
23
# Create code directory, output directory
24
24
RUN mkdir /container_preparation /output ; chmod -R 777 /output
Original file line number Diff line number Diff 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/
20
20
RUN ln -s /opt/spire/bin/spire-agent /usr/bin/spire-agent
21
21
22
22
# 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
24
24
25
25
# Create code directory, output directory
26
26
RUN mkdir /data_preparation /output
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ 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
15
# 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
17
17
18
18
# Copy server
19
19
RUN mkdir /server
You can’t perform that action at this time.
0 commit comments