Namespace
fluxcd
Image / Tag
source-controller:v0.5.1
Content Digest
sha256:e3452cdc8f874ed72d5f997aab9e0e68f9e838a310bb91c63959a90060715443
Details
Created

2020-12-09 23:38:40 UTC

Size

24.6 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2020-12-09T23:36:11Z
  • org.opencontainers.image.description
    The GitOps Toolkit source management component
  • org.opencontainers.image.revision
    5843c5252677fb4f5a6e8b6898aa50c2a8e5ca7e
  • org.opencontainers.image.source
    https://github.com/fluxcd/source-controller
  • org.opencontainers.image.title
    source-controller
  • org.opencontainers.image.url
    https://github.com/fluxcd/source-controller
  • org.opencontainers.image.version
    v0.5.1

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:188c0c94c7c576fff0792aca7ec73d67a2f7f4cb3a6e53a84559337260b36964 - 10.85% (2.67 MB)

[#001] sha256:0b4d857d1445139bbd56b605e92a723b0c64681c89c3603015d47ec2fe10c319 - 1.12% (282 KB)

[#002] sha256:fda2e075a32c06fe301e72f94ff64072c1408bd4fdf32ea27cf7073e6412a098 - 2.95% (744 KB)

[#003] sha256:ec78c37ed9d9b6dd8d6c59cf6150f89ce14bfb91db8bc3514d0471525e1ccdc3 - 85.07% (20.9 MB)

[#004] sha256:b61afe171b75deed231496120a01eb6489384862faa774d621a1c47c40321f28 - 0.0% (161 Bytes)

[#005] sha256:d090fc751ebdc6524fa1cae8478f4d9c538c22c3094ca14ef256e50d81e84c26 - 0.0% (1.22 KB)


History
2020-10-22 02:19:24 UTC

/bin/sh -c #(nop) ADD file:f17f65714f703db9012f00e5ec98d0b2541ff6147c2633f7ab9ba659d0c507f4 in /

2020-10-22 02:19:24 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-12-09 23:36:23 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.source=https://github.com/fluxcd/source-controller

2020-12-09 23:36:23 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache ca-certificates tini # buildkit

2020-12-09 23:36:24 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community libgit2~=1.1 # buildkit

2020-12-09 23:38:40 UTC (buildkit.dockerfile.v0)

COPY /workspace/source-controller /usr/local/bin/ # buildkit

2020-12-09 23:38:40 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit

2020-12-09 23:38:40 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c addgroup -S controller && adduser -S -g controller controller # buildkit

2020-12-09 23:38:40 UTC (buildkit.dockerfile.v0)

USER controller

2020-12-09 23:38:40 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/sbin/tini" "--" "source-controller"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete