Skip to content

Commit

Permalink
set timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bayr committed May 16, 2024
1 parent dbda865 commit 3c0efc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/edge-sddi-urban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ jobs:
with:
images: |
${{ env.REGISTRY }}/it-at-m/ckan-${{ matrix.context }}
flavor: latest=true
tags: |
type=edge,branch=sddi-urban-2.9.9,suffix=-2.9.9-dev
type=raw,value=udp-katalog-1.1.4
type=raw,value=udp-katalog-1.1.5-dev
labels: |
maintainer=it@m, Landeshauptstadt Muenchen (LHM)
org.opencontainers.image.vendor=it@m, Landeshauptstadt Muenchen (LHM)
Expand All @@ -66,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.4-debug
type=raw,value=udp-katalog-1.1.4-debug-dev
labels: |
maintainer=it@m, Landeshauptstadt Muenchen (LHM)
org.opencontainers.image.vendor=it@m, Landeshauptstadt Muenchen (LHM)
Expand Down
4 changes: 4 additions & 0 deletions sddi-urban/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,8 @@ RUN set -ex && \
# Remove init script
rm -f ${APP_DIR}/docker-afterinit.d/01_create_groups.sh

# Set timezone
ENV TZ="Europe/Berlin"
RUN echo "${TZ}" > /etc/timezone

USER ckan

0 comments on commit 3c0efc5

Please sign in to comment.