File tree Expand file tree Collapse file tree 4 files changed +1
-362
lines changed
Expand file tree Collapse file tree 4 files changed +1
-362
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,6 @@ ARG OPENSSL_VER
33
44ADD openssl/openssl$OPENSSL_VER/openssl$OPENSSL_VER.tgz /usr/local/ssl
55
6- # Temporarily add the missing binaries in misc. These are taken from
7- # our non-FIPS-compliant build and are present only to avoid breaking
8- # downstream builds until we get the missing files from SafeLogic.
9- ADD miscExes.tgz /usr/local/ssl
10-
11- # Temporarily, we need to add in the config file from when we built
12- # OpenSSL ourselves. We have a request in to SafeLoogic to have this
13- # file included in their deliverables and should use that long term
14- # to make sure the config file stays up to date with the build.
15- COPY openssl.cnf /usr/local/ssl
16-
176# The next 3 RUN statements are because the structure in the tgz file
187# doesn't match the structure created by the OpenSSL build. The DV team
198# sets the structure for the executable, but can't change it right now due
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euxo pipefail
44
55cd " $( dirname " $0 " ) "
66
7- OPENSSL_VER=" 1.0.2zf-50 "
7+ OPENSSL_VER=" 1.0.2zf-53 "
88
99if ! git clone git@github.com:conjurinc/openssl.git; then
1010 echo " Could not clone conjurinc/openssl repo"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments