Skip to content
Snippets Groups Projects
Verified Commit e0ebd23e authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Nova verze

parent 503ed186
No related branches found
No related tags found
No related merge requests found
Pipeline #1238 failed
FROM alpine:3.11
ENV NAME keycloak-gatekeeper
ENV KEYCLOAK_VERSION 11.0.0
ENV KEYCLOAK_VERSION 10.0.1
ENV GOOS linux
ENV GOARCH amd64
......@@ -19,7 +19,7 @@ RUN apk add --no-cache ca-certificates curl tar openssl
WORKDIR "/opt"
RUN curl -fssL "https://downloads.jboss.org/keycloak/$KEYCLOAK_VERSION/gatekeeper/$NAME-$GOOS-$GOARCH.tar.gz" | tar -xz && chmod +x /opt/$NAME
RUN curl -fssL "https://downloads.jboss.org/keycloak/$KEYCLOAK_VERSION/gatekeeper/$NAME-$GOOS-$GOARCH.tar.gz" | tar -xz && chmod +x /opt/gatekeeper/$NAME
COPY entrypoint.sh entrypoint.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment