Namespace
cytopia
Image / Tag
ansible:2.8-infra-0.26
Content Digest
sha256:c207e7edb372cd10526ca64606026786842da0f7552d29cf206dba7c7fd656fe
Details
Created

2020-06-13 06:56:38 UTC

Size

44.7 MB

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

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

[#001] sha256:38e650a5bf468aadaed9faf3ce1d0353fc37c6bab8cfe06c12517f8477910d90 - 31.14% (13.9 MB)

[#002] sha256:45e3ce82666fab83b520235b7c543b3ec79ae81115e6ca6868b7a79904b16b48 - 0.0% (2.22 KB)

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

[#004] sha256:b10c6e7de0792a4ea14f65c00f69f6b020cf0e9bd2064cd47153e2b7f85bf49f - 6.74% (3.01 MB)

[#005] sha256:8815853e354dd7b0cbcca103ba9fe7aa8fbb789536ad1c23aa0d1b7a3020c4fb - 56.19% (25.1 MB)

[#006] sha256:37925e2c0b640c374f46a15bf3358272b7dbdc4ba8ce704808482836a62858d9 - 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-13 06:56:27 UTC

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

2020-06-13 06:56:28 UTC

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

2020-06-13 06:56:28 UTC

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

2020-06-13 06:56:28 UTC

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

2020-06-13 06:56:28 UTC

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

2020-06-13 06:56:28 UTC

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

2020-06-13 06:56:28 UTC

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

2020-06-13 06:56:28 UTC

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

2020-06-13 06:56:29 UTC

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

2020-06-13 06:56:29 UTC

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

2020-06-13 06:56:29 UTC

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

2020-06-13 06:56:31 UTC

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

2020-06-13 06:56:32 UTC

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

2020-06-13 06:56:32 UTC

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

2020-06-13 06:56:33 UTC

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

2020-06-13 06:56:33 UTC

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

2020-06-13 06:56:36 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 libpq openssh-client python3 rsync && 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:56:37 UTC

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

2020-06-13 06:56:37 UTC

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

2020-06-13 06:56:37 UTC

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

2020-06-13 06:56:37 UTC

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

2020-06-13 06:56:38 UTC

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

2020-06-13 06:56:38 UTC

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

2020-06-13 06:56:38 UTC

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

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