matthias
  • Joined on 2019-07-26

drone-portainer (build-base)

Published 2023-02-26 06:13:32 +00:00 by matthias

Installation

docker pull gitea.pb42.de/matthias/drone-portainer:build-base
sha256:5b6c10c2ab02b53375c6afcf1a63109228f1f40ef4c6de7aeac8ff667bfb8258

Image Layers

ADD file:b91adb67b670d3a6ff9463e48b7def903ed516be66fc4282d22c53e41512be49 in /
CMD ["/bin/sh"]
/bin/sh -c apk add --no-cache ca-certificates
/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
ENV GOLANG_VERSION=1.14.3
/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bash gcc musl-dev openssl go ; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOOS="$(go env GOOS)" GOARCH="$(go env GOARCH)" GOHOSTOS="$(go env GOHOSTOS)" GOHOSTARCH="$(go env GOHOSTARCH)" ; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) export GOARM='6' ;; armv7) export GOARM='7' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '93023778d4d1797b7bc6a53e86c3a9b150c923953225f8a48a2d5fabc971af56 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version
ENV GOPATH=/go
ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
WORKDIR /go
ENV CGO_ENABLED=0
/bin/sh -c apk --update --no-cache add git build-base
LABEL org.opencontainers.image.created=2023-02-26T06:11:46Z
LABEL org.opencontainers.image.revision=578551cf094c8285160cddbca3b6fa895bf30ce5
LABEL org.opencontainers.image.source=https://gitea.pb42.de/matthias/drone-portainer.git
LABEL org.opencontainers.image.url=https://gitea.pb42.de/matthias/drone-portainer

Labels

Key Value
org.opencontainers.image.created 2023-02-26T06:11:46Z
org.opencontainers.image.revision 578551cf094c8285160cddbca3b6fa895bf30ce5
org.opencontainers.image.source https://gitea.pb42.de/matthias/drone-portainer.git
org.opencontainers.image.url https://gitea.pb42.de/matthias/drone-portainer
Details
Container
2023-02-26 06:13:32 +00:00
2
OCI / Docker
linux/amd64
194 MiB
Versions (3) View all
nightly 2023-02-26
build-base 2023-02-26
latest 2023-02-26