Skip to content

Commit

Permalink
fix: docker generation for ci
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Baliasnikov <anton.baliasnikov@iohk.io>
  • Loading branch information
Anton Baliasnikov committed Oct 24, 2023
1 parent b3c3e9f commit 0bd234e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:21-jdk
FROM openjdk:22-jdk-slim

RUN apt-get update && \
apt-get install --no-install-recommends --yes \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ci-debian-jdk-21
IMAGE_NAME: ci-debian-jdk-22

jobs:
build-and-push-image:
Expand Down
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@ lazy val prismAgentServer = project
Docker / dockerUsername := Some("input-output-hk"),
Docker / dockerRepository := Some("ghcr.io"),
dockerExposedPorts := Seq(8080, 8085, 8090),
// Official docker image for openjdk 21 with curl and bash
dockerBaseImage := "openjdk:21-jdk",
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion),
buildInfoPackage := "io.iohk.atala.agent.server.buildinfo",
Expand Down

0 comments on commit 0bd234e

Please sign in to comment.