Namespace
cytopia
Image / Tag
ansible:2.9-tools-release-0.26
Content Digest
sha256:3d5c5daeeceb7ee9aed4edc45c331377f10227f604160b17b395944c20868847
Details
Created

2020-06-12 18:52:38 UTC

Size

42.2 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2020-06-12 18:51:14+00:00
  • org.opencontainers.image.description
    Ansible 2.9 tools
  • org.opencontainers.image.documentation
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.ref.name
    Ansible 2.9 tools
  • org.opencontainers.image.revision
    ab2b7c57912a4f94a70831d3d0502caa59dfded5
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.9 tools
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.9-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.27% (2.64 MB)

[#001] sha256:4c53f27d071634988704d51277182682404f546aa867dec0cbd71e6d5235cd60 - 27.88% (11.8 MB)

[#002] sha256:f9dc11a776a041b38aad7b89e94f9d6a3597921e840fc826f2ce2012c560dd23 - 0.01% (2.42 KB)

[#003] sha256:a68840e23461441aa69d380a2d3861e42df05255fb4d0387681b27e85fcd480b - 0.01% (3.76 KB)

[#004] sha256:3baa279ba1ab280304f34b78b820d4ae9a2e14e68978aef5b0e6540206f5d2eb - 7.15% (3.01 MB)

[#005] sha256:fe9ce9a64072e4f2acc39e4fb7c41300a3f1f06c3a2aa9046f6afb6cd8eca341 - 58.68% (24.7 MB)

[#006] sha256:d5add23370fdd2e330cda7ce764239c8ff2f3c20ae1c8157bb3c3fe2ddcb4011 - 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-12 18:52:27 UTC

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

2020-06-12 18:52:27 UTC

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

2020-06-12 18:52:27 UTC

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

2020-06-12 18:52:28 UTC

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

2020-06-12 18:52:28 UTC

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

2020-06-12 18:52:28 UTC

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

2020-06-12 18:52:28 UTC

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

2020-06-12 18:52:28 UTC

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

2020-06-12 18:52:28 UTC

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

2020-06-12 18:52:29 UTC

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

2020-06-12 18:52:29 UTC

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

2020-06-12 18:52:32 UTC

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

2020-06-12 18:52:33 UTC

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

2020-06-12 18:52:33 UTC

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

2020-06-12 18:52:33 UTC

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

2020-06-12 18:52:33 UTC

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

2020-06-12 18:52:37 UTC

|1 VERSION=2.9 /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-12 18:52:37 UTC

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

2020-06-12 18:52:38 UTC

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

2020-06-12 18:52:38 UTC

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

2020-06-12 18:52:38 UTC

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

2020-06-12 18:52:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2020-06-12 18:51:14+00:00

2020-06-12 18:52:38 UTC

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

2020-06-12 18:52:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.9-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