Skip to content

Commit

Permalink
debug ro-user has write privs
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bayr committed Jul 3, 2024
1 parent b869984 commit fb13eb7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/edge-sddi-urban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**

Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions sddi-urban/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tmp/info_1.1.3-dev-before-ckanext-iso.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sha256:29078c0f39b1af4ef18a0185efd8614eb7b16143d4a23703a50d5d950010886c

0 comments on commit fb13eb7

Please sign in to comment.