Skip to content
Snippets Groups Projects
Commit 0236ae73 authored by ale's avatar ale
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
Pipeline #43682 passed
include: "https://git.autistici.org/ai3/build-container/raw/master/common.yml"
FROM golang:1.19 AS build
WORKDIR /tmp
RUN go install -ldflags='-extldflags=-static -w -s' -tags osusergo,netgo github.com/stripe/smokescreen@v0.0.4 && ls -l /go/bin/smokescreen
FROM scratch
COPY --from=build /go/bin/smokescreen /smokescreen
ENTRYPOINT ["/smokescreen"]
Container image for https://github.com/stripe/smokescreen (static binary).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment