Skip to content

Commit

Permalink
merge: #10934
Browse files Browse the repository at this point in the history
10934: [Backport stable/8.1] build(docker): update base image to jdk 17.0.5 r=megglos a=backport-action

# Description
Backport of #10932 to `stable/8.1`.

relates to #10372

Co-authored-by: Meggle (Sebastian Bathke) <sebastian.bathke@camunda.com>
  • Loading branch information
zeebe-bors-camunda[bot] and megglos committed Nov 8, 2022
2 parents 56fbf7b + 91a192e commit a2702be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Override this based on the architecture; this is currently pointing to amd64
ARG BASE_SHA="4da6bae253f3cb77d87a98e78459ab85ab119a53aa2c66914981588a374f0627"
ARG BASE_SHA="00a5775f5eb7c24a19cb76ded742cbfcc50c61f062105af9730dadde217e4390"

# Building builder image
FROM ubuntu:focal as builder
Expand Down
2 changes: 1 addition & 1 deletion docker/test/docker-labels.golden.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"io.openshift.non-scalable": "false",
"io.openshift.tags": "bpmn,orchestration,workflow",
"org.opencontainers.image.authors": "zeebe@camunda.com",
"org.opencontainers.image.base.digest": "4da6bae253f3cb77d87a98e78459ab85ab119a53aa2c66914981588a374f0627",
"org.opencontainers.image.base.digest": "00a5775f5eb7c24a19cb76ded742cbfcc50c61f062105af9730dadde217e4390",
"org.opencontainers.image.base.name": "docker.io/library/eclipse-temurin:17-jre-focal",
"org.opencontainers.image.created": $DATE,
"org.opencontainers.image.description": "Workflow engine for microservice orchestration",
Expand Down

0 comments on commit a2702be

Please sign in to comment.