Namespace
fluxcd
Image / Tag
image-automation-controller:v0.13.0
Content Digest
sha256:8d59a2fef0b0c01d02df6e9722cf6e0677c2861bc8ba4bf1e717852605017e71
Details
Created

2021-06-22 13:28:55 UTC

Size

51.2 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-06-22T13:20:55Z
  • org.opencontainers.image.description
    GitOps Toolkit controller that patches container image tags in Git
  • org.opencontainers.image.revision
    a13bbb69cabc0a3687b2ada0105e30d6511adfd3
  • 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.13.0

Environment
PATH

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


Layers

[#000] sha256:69692152171afee1fd341febc390747cfca2ff302f2881d8b394e786af605696 - 50.6% (25.9 MB)

[#001] sha256:7222977e04bbcb7a9ae7179643c412110d6ae2e3e8bc2e3ecd4bd348db047c1b - 0.0% (294 Bytes)

[#002] sha256:5a6f11dcb592be93325d954fbbf2b057413b40ccc7b0b09b0fb7867d8961b73e - 8.34% (4.27 MB)

[#003] sha256:b372e725b26414cd66c84178e35cc3f722eba4c325a89b2cba4bf3b41aa7fb0e - 41.05% (21 MB)

[#004] sha256:7cbe67d3cef395ec20fc232ae4ac01ce3b31bf0a7bb5d58a3a69ba46d7ffb43b - 0.01% (4.04 KB)


History
2021-05-12 01:21:22 UTC

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

2021-05-12 01:21:22 UTC

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

2021-06-22 13:21:18 UTC (buildkit.dockerfile.v0)

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

2021-06-22 13:21:18 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c echo "deb http://deb.debian.org/debian unstable main" >> /etc/apt/sources.list && echo "deb-src http://deb.debian.org/debian unstable main" >> /etc/apt/sources.list # buildkit

2021-06-22 13:22:12 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; apt-get update && apt-get install -y ca-certificates libgit2-1.1 && apt-get clean && apt-get autoremove --purge -y && rm -rf /var/lib/apt/lists/* # buildkit

2021-06-22 13:28:54 UTC (buildkit.dockerfile.v0)

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

2021-06-22 13:28:55 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c groupadd controller && useradd --gid controller --shell /bin/sh --create-home controller # buildkit

2021-06-22 13:28:55 UTC (buildkit.dockerfile.v0)

USER controller

2021-06-22 13:28:55 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["image-automation-controller"]

Details
Created

2021-06-22 13:57:34 UTC

Size

44.9 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-06-22T13:20:55Z
  • org.opencontainers.image.description
    GitOps Toolkit controller that patches container image tags in Git
  • org.opencontainers.image.revision
    a13bbb69cabc0a3687b2ada0105e30d6511adfd3
  • 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.13.0

Environment
PATH

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


Layers

[#000] sha256:3035777cd90a3389593bc49a7b39b6f67f9f2679f4e04cc59515f4d5f83ad818 - 48.3% (21.7 MB)

[#001] sha256:fc29d9e6dd3828693fe77bb6f86c729f5d442d81a4a78e2dabd2319a5a84040f - 0.0% (295 Bytes)

[#002] sha256:ff9e16ec27488c3363c4452a21fb482b5ce0c53eb06016cacca6c8f1db3c0728 - 8.08% (3.63 MB)

[#003] sha256:135c7c20c50142ff912e900a11e8a826996d6f195f201ca4f4f48591aeca3ad1 - 43.61% (19.6 MB)

[#004] sha256:c56f66ff9ea6595b923b42ad5304895a3189d20dac557f4b45ffb8a80d6ab664 - 0.01% (4.02 KB)


History
2021-05-12 01:03:14 UTC

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

2021-05-12 01:03:32 UTC

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

2021-06-22 13:21:18 UTC (buildkit.dockerfile.v0)

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

2021-06-22 13:21:18 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c echo "deb http://deb.debian.org/debian unstable main" >> /etc/apt/sources.list && echo "deb-src http://deb.debian.org/debian unstable main" >> /etc/apt/sources.list # buildkit

2021-06-22 13:27:19 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; apt-get update && apt-get install -y ca-certificates libgit2-1.1 && apt-get clean && apt-get autoremove --purge -y && rm -rf /var/lib/apt/lists/* # buildkit

2021-06-22 13:57:34 UTC (buildkit.dockerfile.v0)

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

2021-06-22 13:57:34 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c groupadd controller && useradd --gid controller --shell /bin/sh --create-home controller # buildkit

2021-06-22 13:57:34 UTC (buildkit.dockerfile.v0)

USER controller

2021-06-22 13:57:34 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["image-automation-controller"]

Details
Created

2021-06-22 13:53:16 UTC

Size

48.2 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-06-22T13:20:55Z
  • org.opencontainers.image.description
    GitOps Toolkit controller that patches container image tags in Git
  • org.opencontainers.image.revision
    a13bbb69cabc0a3687b2ada0105e30d6511adfd3
  • 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.13.0

Environment
PATH

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


Layers

[#000] sha256:fcad0c936ea5c12e1c8c4edb81a97c0cde04ee71e7067ee3b246474cf1854d7a - 51.22% (24.7 MB)

[#001] sha256:7222977e04bbcb7a9ae7179643c412110d6ae2e3e8bc2e3ecd4bd348db047c1b - 0.0% (294 Bytes)

[#002] sha256:7cb30dfbcd4a5be0933dc1bc629b62bdbead0d45ea17a4d2556408db1267d8ad - 8.58% (4.14 MB)

[#003] sha256:cad3befcece5d8a34a3d0f9ef580cb6cb5feddd54c87c5572a23fb08605a2aa3 - 40.19% (19.4 MB)

[#004] sha256:426be077596df1934b2bed00d4970bb320586edc3a70b178f945722c31c96ca4 - 0.01% (4.05 KB)


History
2021-05-12 00:52:19 UTC

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

2021-05-12 00:52:34 UTC

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

2021-06-22 13:21:19 UTC (buildkit.dockerfile.v0)

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

2021-06-22 13:21:19 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c echo "deb http://deb.debian.org/debian unstable main" >> /etc/apt/sources.list && echo "deb-src http://deb.debian.org/debian unstable main" >> /etc/apt/sources.list # buildkit

2021-06-22 13:27:06 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; apt-get update && apt-get install -y ca-certificates libgit2-1.1 && apt-get clean && apt-get autoremove --purge -y && rm -rf /var/lib/apt/lists/* # buildkit

2021-06-22 13:53:15 UTC (buildkit.dockerfile.v0)

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

2021-06-22 13:53:16 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c groupadd controller && useradd --gid controller --shell /bin/sh --create-home controller # buildkit

2021-06-22 13:53:16 UTC (buildkit.dockerfile.v0)

USER controller

2021-06-22 13:53:16 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["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