Skip to content

Commit

Permalink
pin debian
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bozarth <[email protected]>
  • Loading branch information
ajbozarth committed Dec 16, 2024
1 parent e12376e commit d872e6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openvpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Test openvpn
working-directory: ./openvpn
run: |
sh ./test.sh
sh ./test.sh dilithium5 p521_kyber1024
- name: Push Docker image to registries
if: env.push == 'true'
Expand Down
4 changes: 2 additions & 2 deletions openvpn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ARG MAKE_DEFINES="-j 4"
# Default KEM algorithms to be utilized
ARG KEM_ALGLIST="kyber768:p384_kyber768"

FROM debian:bullseye AS intermediate
FROM debian:bullseye-20241111 AS intermediate
# Take in all global args
ARG OPENSSL_TAG
ARG LIBOQS_TAG
Expand Down Expand Up @@ -103,7 +103,7 @@ RUN openssl_libdir='lib64' && if [ "$(uname -m)" = "aarch64" ]; then openssl_lib
make install

## second stage: Only create minimal image without build tooling and intermediate build results generated above:
FROM debian:bullseye-slim
FROM debian:bullseye-20241111-slim
# Take in all global args
ARG INSTALLDIR
ARG OPENVPNDIR
Expand Down
2 changes: 1 addition & 1 deletion openvpn/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ else
fi

# Allow time to start up
sleep 6
sleep 3
echo "Startup completed, checking initialization worked OK"
# Check that initialization went OK for both server and client:
docker logs $OQS_SERVER | grep "Initialization Sequence Completed"
Expand Down

0 comments on commit d872e6d

Please sign in to comment.