Namespace
cytopia
Image / Tag
ansible:2.8-tools-release-0.26
Content Digest
sha256:5a48687b8673bf9a4d9c8687e1e7507dbb46a56d50c479a81f389dd8692da844
Details
Created

2020-06-12 18:51:34 UTC

Size

41 MB

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

[#001] sha256:611ea210ab3a716930ac974158e265cc5d952ceb2e4c1c042ffd5ee87e496df2 - 25.85% (10.6 MB)

[#002] sha256:688df1a15e19eb0241513df7ef94dd841f1f03cd6aa11246a63258e30143abc5 - 0.01% (2.22 KB)

[#003] sha256:c7daecfb8d46d519d04ed61bde14221ea2861ffd8c085ef1a14ae8413e7c0e9e - 0.01% (3.6 KB)

[#004] sha256:7d953482e7038518126132f0eae399b1d68f113c6f88bc068608aee3a852f254 - 7.35% (3.01 MB)

[#005] sha256:15d4e9e625e6fa25ec079864bb104834153bd86bca0038b59deb2677ea088702 - 60.33% (24.7 MB)

[#006] sha256:612dfc3ee8c8b13175e5388abebb4775559a04a72974ef6bc1ea9ff4c161a6a8 - 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:51:23 UTC

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

2020-06-12 18:51:24 UTC

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

2020-06-12 18:51:24 UTC

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

2020-06-12 18:51:24 UTC

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

2020-06-12 18:51:24 UTC

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

2020-06-12 18:51:24 UTC

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

2020-06-12 18:51:24 UTC

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

2020-06-12 18:51:25 UTC

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

2020-06-12 18:51:25 UTC

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

2020-06-12 18:51:25 UTC

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

2020-06-12 18:51:25 UTC

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

2020-06-12 18:51:27 UTC

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

2020-06-12 18:51:28 UTC

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

2020-06-12 18:51:28 UTC

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

2020-06-12 18:51:28 UTC

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

2020-06-12 18:51:29 UTC

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

2020-06-12 18:51:32 UTC

|1 VERSION=2.8 /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:51:33 UTC

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

2020-06-12 18:51:33 UTC

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

2020-06-12 18:51:33 UTC

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

2020-06-12 18:51:33 UTC

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

2020-06-12 18:51:33 UTC

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

2020-06-12 18:51:34 UTC

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

2020-06-12 18:51:34 UTC

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