Namespace
cytopia
Image / Tag
ansible:2.5-tools-0.26
Content Digest
sha256:c33c6ed9cd7db994c017584155663f822658ce91d877b654a6e83d26bae63e05
Details
Created

2020-06-13 07:00:15 UTC

Size

39.1 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2020-06-13 06:57:55+00:00
  • org.opencontainers.image.description
    Ansible 2.5 tools
  • org.opencontainers.image.documentation
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.ref.name
    Ansible 2.5 tools
  • org.opencontainers.image.revision
    0bfd567623b1dbd3611c1af4e119f667bbdb0b82
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.5 tools
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.5-tools

Environment
MY_GID

1000

MY_GROUP

ansible

MY_UID

1000

MY_USER

ansible

PATH

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


Layers

[#000] sha256:31603596830fc7e56753139f9c2c6bd3759e48a850659506ebfb885d1cf3aef5 - 6.76% (2.64 MB)

[#001] sha256:8b27cb6f1e44d55feffe41b0181146ceeba5a30bccc89be9cd21bba30e42754d - 22.27% (8.71 MB)

[#002] sha256:6a9e3a656331cf4d79f91e0955354f0766ba729740a1efab429fba9245e8d449 - 0.01% (2.43 KB)

[#003] sha256:4d5bcf98836ebd51795172ced937d65544b870eb9cd6e81ccae3a07fd69aa38c - 0.01% (3.18 KB)

[#004] sha256:7e5803de455a8aac0cac9f129e22e71538a469b33e2acbbc7a6342d206e8b456 - 7.71% (3.01 MB)

[#005] sha256:bbfeea19eada1dbb8b2c0811dd2454c13cf41b2e7020b2588e6c15a99e9cec9d - 63.25% (24.7 MB)

[#006] sha256:a9309e6a5a5be2bfe24ee9fed04d5c9a67b9d62f5ea914d9a42ce38bcd281373 - 0.0% (1.65 KB)


History
2020-04-24 01:05:35 UTC

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

2020-04-24 01:05:35 UTC

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

2020-06-13 07:00:06 UTC

/bin/sh -c #(nop) ARG VERSION

2020-06-13 07:00:06 UTC

/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>

2020-06-13 07:00:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>

2020-06-13 07:00:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia

2020-06-13 07:00:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT

2020-06-13 07:00:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible

2020-06-13 07:00:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible

2020-06-13 07:00:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible

2020-06-13 07:00:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.5 tools

2020-06-13 07:00:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.5 tools

2020-06-13 07:00:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.5 tools

2020-06-13 07:00:09 UTC

/bin/sh -c #(nop) COPY dir:4b070530a05b5386e1dc90b6845971e8d8bd6c2c3bdba8839a8039e672f28a2c in /usr/lib/python3.6/site-packages/

2020-06-13 07:00:09 UTC

/bin/sh -c #(nop) COPY file:e335f3b39f22e95e4ad9888ea456832d0666373d9c3461019c873bcc82a64aae in /usr/bin/ansible

2020-06-13 07:00:09 UTC

/bin/sh -c #(nop) COPY file:ad9867a47c644bd305a9c87f46091834a2ff12ef6bea10d2ac0baad62201bfb2 in /usr/bin/ansible-connection

2020-06-13 07:00:10 UTC

/bin/sh -c #(nop) COPY file:5bda75fbe3dfbcd78b599e2a9fc7abd113fa3a92463b7cd8e4edfdc0385b5844 in /usr/bin/yq

2020-06-13 07:00:10 UTC

/bin/sh -c #(nop) ENV MY_USER=ansible MY_GROUP=ansible MY_UID=1000 MY_GID=1000

2020-06-13 07:00:14 UTC

|1 VERSION=2.5 /bin/sh -c set -eux && addgroup -g ${MY_GID} ${MY_GROUP} && adduser -h /home/ansible -s /bin/bash -G ${MY_GROUP} -D -u ${MY_UID} ${MY_USER} && mkdir /home/ansible/.gnupg && chown ansible:ansible /home/ansible/.gnupg && chmod 0700 /home/ansible/.gnupg && mkdir /home/ansible/.ssh && chown ansible:ansible /home/ansible/.ssh && chmod 0700 /home/ansible/.ssh && mkdir /data && chown ansible:ansible /data && chmod 0755 /data && apk add --no-cache bash git gnupg jq openssh-client python3 && ln -sf /usr/bin/python3 /usr/bin/python && ln -sf ansible /usr/bin/ansible-config && ln -sf ansible /usr/bin/ansible-console && ln -sf ansible /usr/bin/ansible-doc && ln -sf ansible /usr/bin/ansible-galaxy && ln -sf ansible /usr/bin/ansible-inventory && ln -sf ansible /usr/bin/ansible-playbook && ln -sf ansible /usr/bin/ansible-pull && ln -sf ansible /usr/bin/ansible-test && ln -sf ansible /usr/bin/ansible-vault && find /usr/lib/ -name '__pycache__' -print0 | xargs -0 -n1 rm -rf && find /usr/lib/ -name '*.pyc' -print0 | xargs -0 -n1 rm -rf

2020-06-13 07:00:14 UTC

/bin/sh -c #(nop) COPY file:04080df4805d0af8a76f52489a1e504f24cd1750aa296f8ae828ae37964a726c in /docker-entrypoint.sh

2020-06-13 07:00:14 UTC

/bin/sh -c #(nop) WORKDIR /data

2020-06-13 07:00:14 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2020-06-13 07:00:15 UTC

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

2020-06-13 07:00:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2020-06-13 06:57:55+00:00

2020-06-13 07:00:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=0bfd567623b1dbd3611c1af4e119f667bbdb0b82

2020-06-13 07:00:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.5-tools

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