Namespace
cytopia
Image / Tag
ansible:2.9-tools-0.21
Content Digest
sha256:1d4f93e6fbd76cb5c65a81af0b7257d153bba003b7b0b383bb77dea7a4a3e519
Details
Created

2019-11-15 16:43:59 UTC

Size

38.9 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2019-11-15 16:42:28+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
    a4f8b9f4a1dc514221a6da356d0c252335fbca69
  • 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:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 6.75% (2.63 MB)

[#001] sha256:292d8b59e8f05857966569a561b0cc2bbd475d4e6817a016984e6b2ffa33cfc3 - 30.04% (11.7 MB)

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

[#003] sha256:5ee9780e0de7611698d4331d3d3fcc7752bb405bbe9565dc5d477d5facecd2b3 - 0.01% (3.67 KB)

[#004] sha256:4cfef18d9d4bffe3e473ebcde99dc3a91c5e016a14deb230011d7bf348503ea4 - 63.19% (24.6 MB)

[#005] sha256:42e3506046afcec28948214caacf99ed0550048bda1a8f72248bef91655023be - 0.0% (1.51 KB)


History
2019-05-11 00:07:03 UTC

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

2019-05-11 00:07:03 UTC

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

2019-11-15 16:43:47 UTC

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

2019-11-15 16:43:47 UTC

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

2019-11-15 16:43:47 UTC

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

2019-11-15 16:43:47 UTC

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

2019-11-15 16:43:48 UTC

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

2019-11-15 16:43:48 UTC

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

2019-11-15 16:43:48 UTC

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

2019-11-15 16:43:48 UTC

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

2019-11-15 16:43:48 UTC

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

2019-11-15 16:43:48 UTC

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

2019-11-15 16:43:49 UTC

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

2019-11-15 16:43:52 UTC

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

2019-11-15 16:43:53 UTC

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

2019-11-15 16:43:53 UTC

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

2019-11-15 16:43:53 UTC

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

2019-11-15 16:43:58 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

2019-11-15 16:43:58 UTC

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

2019-11-15 16:43:58 UTC

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

2019-11-15 16:43:59 UTC

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

2019-11-15 16:43:59 UTC

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

2019-11-15 16:43:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2019-11-15 16:42:28+00:00

2019-11-15 16:43:59 UTC

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

2019-11-15 16:43:59 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