Skip to content

Commit

Permalink
build: change base docker image to graalvm/jdk (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmoz committed Dec 9, 2022
1 parent fed4eb1 commit 6e22eb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions operator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,15 @@ tasks.test {
}

jib {
from {
image = "ghcr.io/graalvm/jdk:ol9-java17-22.3.0"
}

to {
image = "glasskube/operator"
tags = setOf(version as String)
}

container {
user = "333"
}
Expand Down

0 comments on commit 6e22eb5

Please sign in to comment.