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 f61d966 commit 620270fCopy full SHA for 620270f
Dockerfile
@@ -1,8 +1,3 @@
1
-FROM golang:alpine AS build
2
-RUN apk --no-cache add ca-certificates
3
-
4
FROM alpine:latest
5
-# copy the ca-certificate.crt from the build stage
6
-COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
7
COPY opslevel-agent /opslevel-agent
8
ENTRYPOINT ["/opslevel-agent"]
0 commit comments