gosec (2-arm64-v8)
Installation
docker pull git.cryptic.systems/volker.raschek/gosec:2-arm64-v8
sha256:5ffc3ea7e83af7412ab59c1c9b6bbaeb41d8299dcf48b310e3e611b47fbe30fe
Image Layers
ADD file:d0764a717d1e9d0aff3fa84779b11bfa0afe4430dcb6b46d965b209167639ba0 in / |
CMD ["/bin/sh"] |
RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit |
ENV GOLANG_VERSION=1.22.0 |
ENV GOTOOLCHAIN=local |
ENV GOPATH=/go |
ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
COPY /usr/local/go/ /usr/local/go/ # buildkit |
RUN /bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH" # buildkit |
WORKDIR /go |
ARG GOSEC_VERSION |
|1 GOSEC_VERSION=v2.19.0 /bin/sh -c apk update && apk upgrade && apk add git make |
|1 GOSEC_VERSION=v2.19.0 /bin/sh -c if [ ! -z "${GOSEC_VERSION}" ]; then set -ex; go install github.com/securego/gosec/v2/cmd/gosec@${GOSEC_VERSION}; fi |
|1 GOSEC_VERSION=v2.19.0 /bin/sh -c if [ -z "${GOSEC_VERSION}" ]; then set -ex; go install github.com/securego/gosec/v2/cmd/gosec@latest; fi |
|1 GOSEC_VERSION=v2.19.0 /bin/sh -c cp /go/bin/gosec /usr/bin/gosec && rm -rf /go/* |
ENTRYPOINT ["/usr/bin/gosec"] |
LABEL org.opencontainers.image.created=2024-02-15T18:02:33Z |
LABEL org.opencontainers.image.revision=4362311fdbabe9c0902e2acd8fe1581a60fe8c8b |
LABEL org.opencontainers.image.source=https://git.cryptic.systems/volker.raschek/gosec-docker.git |
LABEL org.opencontainers.image.url=https://git.cryptic.systems/volker.raschek/gosec-docker |
Labels
Key | Value |
---|---|
org.opencontainers.image.created | 2024-02-15T18:02:33Z |
org.opencontainers.image.revision | 4362311fdbabe9c0902e2acd8fe1581a60fe8c8b |
org.opencontainers.image.source | https://git.cryptic.systems/volker.raschek/gosec-docker.git |
org.opencontainers.image.url | https://git.cryptic.systems/volker.raschek/gosec-docker |
Details
2024-02-15 18:04:24 +00:00
Versions (29)
View all
Container
114
OCI / Docker
linux/arm64/v8
116 MiB