Namespace
cytopia
Image / Tag
ansible:2.5-azure-0.26
Content Digest
sha256:954209a2af2d99b138e92a4e80b5fad66f19cbc022028b57d4b2b9c6ae5fa3c9
Details
Created

2020-06-13 06:44:55 UTC

Size

50.5 MB

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

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 - 5.23% (2.64 MB)

[#001] sha256:7fbf4ed62ee50a7ed4d6c0c19ce88155682ce5e14c26d80ea944607f048e9f27 - 39.83% (20.1 MB)

[#002] sha256:1715fee686776976ddce128ec6b0bbaa690ca634f1c40c602f45da42fc35d5e3 - 0.0% (2.43 KB)

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

[#004] sha256:b4d394fd9c6d750e8f9e6fdcc91e720ae82e633bae12a4b28907f008ab1400cf - 5.97% (3.01 MB)

[#005] sha256:a3b0166ce2899d199bbbc5341e78bcad227aa967e5017e5ce79fa543e47d9665 - 48.96% (24.7 MB)

[#006] sha256:57f18ca13b5af543efa71af0b39ce6324c926b947169ed3d28a58cdb826faf36 - 0.0% (1.66 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 06:44:43 UTC

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

2020-06-13 06:44:43 UTC

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

2020-06-13 06:44:43 UTC

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

2020-06-13 06:44:43 UTC

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

2020-06-13 06:44:43 UTC

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

2020-06-13 06:44:43 UTC

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

2020-06-13 06:44:44 UTC

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

2020-06-13 06:44:44 UTC

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

2020-06-13 06:44:44 UTC

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

2020-06-13 06:44:44 UTC

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

2020-06-13 06:44:44 UTC

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

2020-06-13 06:44:48 UTC

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

2020-06-13 06:44:49 UTC

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

2020-06-13 06:44:49 UTC

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

2020-06-13 06:44:49 UTC

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

2020-06-13 06:44:50 UTC

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

2020-06-13 06:44:53 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 06:44:54 UTC

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

2020-06-13 06:44:54 UTC

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

2020-06-13 06:44:54 UTC

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

2020-06-13 06:44:54 UTC

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

2020-06-13 06:44:54 UTC

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

2020-06-13 06:44:54 UTC

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

2020-06-13 06:44:55 UTC

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

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