diff --git a/.github/workflows/edge-sddi-urban.yml b/.github/workflows/edge-sddi-urban.yml index a8c5d17..bc0a7a9 100644 --- a/.github/workflows/edge-sddi-urban.yml +++ b/.github/workflows/edge-sddi-urban.yml @@ -2,7 +2,7 @@ name: Build/push edge-2.9.9 image on: push: - branches: [sddi-urban-2.9.9] + branches: [sddi-urban-2.9.9, dev] paths: - sddi-urban/** @@ -41,7 +41,7 @@ jobs: ${{ env.REGISTRY }}/it-at-m/ckan-${{ matrix.context }} tags: | type=edge,branch=sddi-urban-2.9.9,suffix=-2.9.9-dev - type=raw,value=udp-katalog-1.1.5-dev + type=raw,value=udp-katalog-dev-tmp labels: | maintainer=it@m, Landeshauptstadt Muenchen (LHM) org.opencontainers.image.vendor=it@m, Landeshauptstadt Muenchen (LHM) @@ -65,7 +65,7 @@ jobs: ${{ env.REGISTRY }}/it-at-m/ckan-${{ matrix.context }} tags: | type=edge,branch=sddi-urban-2.9.9,suffix=-2.9.9-debug-dev - type=raw,value=udp-katalog-1.1.5-debug-dev + type=raw,value=udp-katalog-debug-dev-tmp labels: | maintainer=it@m, Landeshauptstadt Muenchen (LHM) org.opencontainers.image.vendor=it@m, Landeshauptstadt Muenchen (LHM) diff --git a/sddi-urban/Dockerfile b/sddi-urban/Dockerfile index c4edd61..85d0e9a 100644 --- a/sddi-urban/Dockerfile +++ b/sddi-urban/Dockerfile @@ -248,6 +248,9 @@ RUN set -ex && \ # Remove init script rm -f ${APP_DIR}/docker-afterinit.d/01_create_groups.sh +# Debug +COPY tmp/postgres.py /srv/app/src/ckan/ckanext/datastore/backend/postgres.py + # Set timezone ENV TZ="Europe/Berlin" RUN echo "${TZ}" > /etc/timezone diff --git a/tmp/info_1.1.3-dev-before-ckanext-iso.txt b/tmp/info_1.1.3-dev-before-ckanext-iso.txt new file mode 100644 index 0000000..51e7744 --- /dev/null +++ b/tmp/info_1.1.3-dev-before-ckanext-iso.txt @@ -0,0 +1 @@ +sha256:29078c0f39b1af4ef18a0185efd8614eb7b16143d4a23703a50d5d950010886c \ No newline at end of file