Namespace
fluxcd
Image / Tag
image-automation-controller:v0.1.0
Content Digest
sha256:159aaf11eaee75c718ee5e2855ee4c073ab168aa3199acef41f194961fec50bd
Details
Created

2020-12-10 14:05:15 UTC

Size

24.1 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2020-12-10T14:02:54Z
  • org.opencontainers.image.description
    Experimental controller that patches container image tags in Git
  • org.opencontainers.image.revision
    fbf5529e27df5e9378adb7ef8654014c5733feac
  • org.opencontainers.image.source
    https://github.com/fluxcd/image-automation-controller
  • org.opencontainers.image.title
    image-automation-controller
  • org.opencontainers.image.url
    https://github.com/fluxcd/image-automation-controller
  • org.opencontainers.image.version
    v0.1.0

Environment
PATH

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


Layers

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

[#001] sha256:131efdcaa32510462ad898a5587d095427f14864ea48b774d46cbadcfc2bab9a - 1.14% (282 KB)

[#002] sha256:5eb4ee47d57fe2e8850d0f33adeed8db3a3ce7886f2e79385e825e38e70ceac9 - 87.78% (21.1 MB)

[#003] sha256:3ab3c0464de8a09ad1e6bc45b7d404c71e25436613c9b0fe2e45fb62b6ebc55e - 0.0% (160 Bytes)

[#004] sha256:4e8f4db742975969697c050477da25381a9e026f02b26380fc112c080289d1c5 - 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-10 14:03:14 UTC (buildkit.dockerfile.v0)

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

2020-12-10 14:03:14 UTC (buildkit.dockerfile.v0)

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

2020-12-10 14:05:15 UTC (buildkit.dockerfile.v0)

COPY /workspace/image-automation-controller /usr/local/bin/ # buildkit

2020-12-10 14:05:15 UTC (buildkit.dockerfile.v0)

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

2020-12-10 14:05:15 UTC (buildkit.dockerfile.v0)

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

2020-12-10 14:05:15 UTC (buildkit.dockerfile.v0)

USER controller

2020-12-10 14:05:15 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/sbin/tini" "--" "image-automation-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