Namespace
cytopia
Image / Tag
ansible:2.4-tools-0.19
Content Digest
sha256:91b6fd84b7b325b701a1490b62e030493a564829ea59bc4e8a7d958111579755
Details
Created

2019-11-05 00:21:46 UTC

Size

35.2 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2019-11-05 00:18:52+00:00
  • org.opencontainers.image.description
    Ansible 2.4 tools
  • org.opencontainers.image.documentation
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.ref.name
    Ansible 2.4 tools
  • org.opencontainers.image.revision
    373982878f525a231a252a58556e403515d8f4d1
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.4 tools
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.4-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 - 7.46% (2.63 MB)

[#001] sha256:c0a66d99b23f715136c6684795c52d1d7a09e99709f51602e20c9c9cce53316f - 22.67% (7.99 MB)

[#002] sha256:e3c80edadee6768cad78d1e13789f782e3344d6e280a47913f1d0b595d4afa62 - 0.01% (2.04 KB)

[#003] sha256:8165ecfec32484f4296c0191f08c1ad111abba48b81547ffbca7ca87d51465bf - 0.01% (4.02 KB)

[#004] sha256:e94b8bcda06027dab160648ae76c8368427e166681b8e830770fa88b6348323f - 69.85% (24.6 MB)

[#005] sha256:e469c94fd7c38fa6c3e8a594f71cf31a75ef030b94032e5392c5abd48ed2761b - 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-05 00:21:36 UTC

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

2019-11-05 00:21:36 UTC

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

2019-11-05 00:21:36 UTC

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

2019-11-05 00:21:36 UTC

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

2019-11-05 00:21:36 UTC

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

2019-11-05 00:21:37 UTC

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

2019-11-05 00:21:37 UTC

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

2019-11-05 00:21:37 UTC

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

2019-11-05 00:21:37 UTC

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

2019-11-05 00:21:37 UTC

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

2019-11-05 00:21:37 UTC

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

2019-11-05 00:21:39 UTC

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

2019-11-05 00:21:40 UTC

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

2019-11-05 00:21:40 UTC

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

2019-11-05 00:21:40 UTC

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

2019-11-05 00:21:44 UTC

|1 VERSION=2.4 /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-05 00:21:45 UTC

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

2019-11-05 00:21:45 UTC

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

2019-11-05 00:21:45 UTC

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

2019-11-05 00:21:45 UTC

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

2019-11-05 00:21:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2019-11-05 00:18:52+00:00

2019-11-05 00:21:46 UTC

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

2019-11-05 00:21:46 UTC

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