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 23cd98c commit 0ba9662Copy full SHA for 0ba9662
Dockerfile
@@ -11,9 +11,9 @@ ARG CGO_ENABLED=0
11
RUN cd $PROJECT && make && cp srv /build
12
13
# build final image for given image
14
-# FROM alpine as final
15
-# RUN mkdir -p /data
16
-FROM gcr.io/distroless/static as final
+FROM alpine as final
+# FROM gcr.io/distroless/static as final
+RUN mkdir -p /data
17
COPY --from=go-builder /build/srv /data
18
LABEL org.opencontainers.image.description="FOXDEN Authz service"
19
LABEL org.opencontainers.image.source=https://github.com/chesscomputing/frontend
0 commit comments