We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9a89a commit 1a0d9aeCopy full SHA for 1a0d9ae
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM eclipse-temurin:8u362-b09-jre-alpine as base
+FROM eclipse-temurin:8-jre-alpine as base
2
ENV APP_HOME=/opt/apim-cli
3
ENV APP_USER=axway
4
ARG APIM_CLI_ARCHIVE
@@ -7,7 +7,7 @@ COPY $APIM_CLI_ARCHIVE /
7
RUN apk add --no-cache tar
8
RUN addgroup $APP_USER && adduser --system $APP_USER --ingroup $APP_USER
9
RUN mkdir $APP_HOME && tar -xvzf $APIM_CLI_ARCHIVE -C $APP_HOME --strip-components 1 && rm /$APIM_CLI_ARCHIVE
10
-FROM eclipse-temurin:8u332-b09-jre-alpine
+FROM eclipse-temurin:8-jre-alpine
11
USER $APP_USER
12
ENV AXWAY_APIM_CLI_HOME $APP_HOME
13
COPY --from=base $APP_HOME $APP_HOME
0 commit comments