We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8875e5f commit b7c2579Copy full SHA for b7c2579
Dockerfile
@@ -1,5 +1,5 @@
1
# do not use alpine image here to avoid the issue that git can not be configured to trust specified certificate when connecting to a https url
2
-FROM openjdk:17-ea-slim
+FROM eclipse-temurin:17-jre
3
RUN apt-get update && apt-get install -y git git-lfs && rm -rf /var/lib/apt/lists/*
4
COPY target/*.jar /k8s-helper/
5
COPY target/lib/*.jar /k8s-helper/
0 commit comments