Loading deploy/ansible/roles/proxy/tasks/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ dest: "{{ ssl_private_key_path }}" when: ssl_certificate is defined and ssl_private_key is defined - name: Make SSL cert files readable by the Docker user only - name: Make SSL cert files readable by the container user only file: path: "{{ item }}" owner: 1000 Loading images/thredds/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ FROM ${ESGF_REPOSITORY_BASE}/jdk:${ESGF_IMAGES_VERSION} as builder # Unpack the THREDDS war ARG THREDDS_VERSION=5.5 ARG THREDDS_SHA1=e9d1857dd8a4d670f7dd3ff7a3d2e6ef5d6a9a16 ARG THREDDS_SHA1=d2701c8a9a685c3ce1bc4547b55a26285b18992c ARG THREDDS_URL=https://downloads.unidata.ucar.edu/tds/$THREDDS_VERSION/thredds-$THREDDS_VERSION-SNAPSHOT.war RUN mkdir /application && \ cd /application && \ Loading Loading
deploy/ansible/roles/proxy/tasks/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ dest: "{{ ssl_private_key_path }}" when: ssl_certificate is defined and ssl_private_key is defined - name: Make SSL cert files readable by the Docker user only - name: Make SSL cert files readable by the container user only file: path: "{{ item }}" owner: 1000 Loading
images/thredds/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ FROM ${ESGF_REPOSITORY_BASE}/jdk:${ESGF_IMAGES_VERSION} as builder # Unpack the THREDDS war ARG THREDDS_VERSION=5.5 ARG THREDDS_SHA1=e9d1857dd8a4d670f7dd3ff7a3d2e6ef5d6a9a16 ARG THREDDS_SHA1=d2701c8a9a685c3ce1bc4547b55a26285b18992c ARG THREDDS_URL=https://downloads.unidata.ucar.edu/tds/$THREDDS_VERSION/thredds-$THREDDS_VERSION-SNAPSHOT.war RUN mkdir /application && \ cd /application && \ Loading