Skip to content

Commit 4e3503c

Browse files
committed
Move the SSL cert.pem file back to the same location as Bref v1
1 parent 0c435b7 commit 4e3503c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

php-80/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RUN mkdir -p ${BUILD_DIR} \
8080
ENV VERSION_OPENSSL=1.1.1t
8181
ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
8282
ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
83-
ENV CA_BUNDLE="${INSTALL_DIR}/ssl/cert.pem"
83+
ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"
8484
RUN set -xe; \
8585
mkdir -p ${OPENSSL_BUILD_DIR}; \
8686
curl -Ls https://github.com/openssl/openssl/archive/OpenSSL_${VERSION_OPENSSL//./_}.tar.gz \
@@ -439,7 +439,7 @@ RUN php /bref/lib-copy/copy-dependencies.php /bref-layer/bref/extensions/pdo_mys
439439
RUN php /bref/lib-copy/copy-dependencies.php /bref-layer/bref/extensions/pdo_pgsql.so /bref-layer/lib
440440

441441
# Copy the OpenSSL certificates file
442-
RUN cp ${CA_BUNDLE} /bref-layer/ssl/cert.pem
442+
RUN cp ${CA_BUNDLE} /bref-layer/bref/ssl/cert.pem
443443

444444

445445
# ---------------------------------------------------------------

php-81/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RUN mkdir -p ${BUILD_DIR} \
8080
ENV VERSION_OPENSSL=1.1.1t
8181
ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
8282
ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
83-
ENV CA_BUNDLE="${INSTALL_DIR}/ssl/cert.pem"
83+
ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"
8484
RUN set -xe; \
8585
mkdir -p ${OPENSSL_BUILD_DIR}; \
8686
curl -Ls https://github.com/openssl/openssl/archive/OpenSSL_${VERSION_OPENSSL//./_}.tar.gz \
@@ -439,7 +439,7 @@ RUN php /bref/lib-copy/copy-dependencies.php /bref-layer/bref/extensions/pdo_mys
439439
RUN php /bref/lib-copy/copy-dependencies.php /bref-layer/bref/extensions/pdo_pgsql.so /bref-layer/lib
440440

441441
# Copy the OpenSSL certificates file
442-
RUN cp ${CA_BUNDLE} /bref-layer/ssl/cert.pem
442+
RUN cp ${CA_BUNDLE} /bref-layer/bref/ssl/cert.pem
443443

444444

445445
# ---------------------------------------------------------------

php-82/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RUN mkdir -p ${BUILD_DIR} \
8080
ENV VERSION_OPENSSL=1.1.1t
8181
ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
8282
ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
83-
ENV CA_BUNDLE="${INSTALL_DIR}/ssl/cert.pem"
83+
ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"
8484
RUN set -xe; \
8585
mkdir -p ${OPENSSL_BUILD_DIR}; \
8686
curl -Ls https://github.com/openssl/openssl/archive/OpenSSL_${VERSION_OPENSSL//./_}.tar.gz \
@@ -439,7 +439,7 @@ RUN php /bref/lib-copy/copy-dependencies.php /bref-layer/bref/extensions/pdo_mys
439439
RUN php /bref/lib-copy/copy-dependencies.php /bref-layer/bref/extensions/pdo_pgsql.so /bref-layer/lib
440440

441441
# Copy the OpenSSL certificates file
442-
RUN cp ${CA_BUNDLE} /bref-layer/ssl/cert.pem
442+
RUN cp ${CA_BUNDLE} /bref-layer/bref/ssl/cert.pem
443443

444444

445445
# ---------------------------------------------------------------

0 commit comments

Comments
 (0)