sha256:962f5cce5aacfd46f947db0622f29aa7f81d42406b661695795d07b975d6d775
OS/ARCH
Compressed size
13.13 MB
Last pushed
5 months by jauderho
Type
Image
Manifest digest
sha256:90584bb0ba5818f5758e6049d1d618dbc2599e932247095ce7c6691c81c85090
Image Layers
2LABEL org.opencontainers.image.url=https://github.com/jauderho/dockerfiles0 B3LABEL org.opencontainers.image.documentation=https://github.com/jauderho/dockerfiles0 B4LABEL org.opencontainers.image.source=https://github.com/jauderho/dockerfiles0 B5LABEL org.opencontainers.image.title=jauderho/gobgp0 B6LABEL org.opencontainers.image.description=GoBGP is an open0 B7COPY /etc/passwd /etc/group /etc/ #663 B8COPY /etc/ssl/certs /etc/ssl/certs # buildkit131.26 KB9COPY /go/src/github.com/osrg/gobgp/gobgp /usr/local/bin/ # buildkit5.84 MB10COPY /go/src/github.com/osrg/gobgp/gobgpd /usr/local/bin/ # buildkit7.15 MB11COPY --chown=nobody:nogroup /config /config #102 B12EXPOSE [179/tcp]0 B13USER nobody0 B14CMD ["/usr/local/bin/gobgpd" "-f" "/config/gobgp.toml"]0 BCommand
LABEL org.opencontainers.image.authors=Jauder Ho <[email protected]>