Skip to content

Commit

Permalink
#294 - upgrade to deegree 3.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoltz committed Jul 2, 2024
1 parent b98bc18 commit d8b0063
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
context: ./3.5
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/lat-lon/deegree3-containers:3.5.6,ghcr.io/lat-lon/deegree3-containers:3.5,ghcr.io/lat-lon/deegree3-containers:latest
tags: ghcr.io/lat-lon/deegree3-containers:3.5.8,ghcr.io/lat-lon/deegree3-containers:3.5,ghcr.io/lat-lon/deegree3-containers:latest
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: 'ghcr.io/lat-lon/deegree3-containers:3.5.6'
image-ref: 'ghcr.io/lat-lon/deegree3-containers:3.5.8'
format: 'sarif'
severity: 'CRITICAL'
output: 'trivy-results.sarif'
Expand Down
4 changes: 2 additions & 2 deletions 3.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM bitnami/tomcat:9.0.87-debian-12-r0

# set deegree version
ARG DEEGREE_VERSION=3.5.6
ARG DEEGREE_VERSION=3.5.8
ARG BUILD_DATE
ARG VCS_REF
ARG VCS_URL
Expand Down Expand Up @@ -35,4 +35,4 @@ RUN chmod o+w /opt/bitnami/tomcat/bin/setenv.sh \
&& mkdir -p $DEEGREE_WORKSPACE_ROOT && chown 1001 $DEEGREE_WORKSPACE_ROOT \
&& mkdir -p $LOG_DIR && chmod a+w $LOG_DIR

USER 1001
USER 1001
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Supported tags and respective `Dockerfile` links

- deegree 3.5.x (JDK 17/Tomcat 9): `3.5.6`, `3.5`, `latest` - [Dockerfile](https://github.com/lat-lon/deegree3-containers/blob/main/3.5/Dockerfile)
- deegree 3.5.x (JDK 17/Tomcat 9): `3.5.8`, `3.5`, `latest` (deprecated tags: `3.5.6`) - [Dockerfile](https://github.com/lat-lon/deegree3-containers/blob/main/3.5/Dockerfile)

# Quick reference

Expand Down

0 comments on commit d8b0063

Please sign in to comment.