Namespace
cytopia
Image / Tag
ansible:2.5-tools-0.36
Content Digest
sha256:32cdda6de34b935996ac4615b3ca2341021047f8879e40d726270bfdb68a01dc
Details
Created

2021-10-24 12:45:50 UTC

Size

62.3 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2021-10-24 12:45:19+00:00
  • org.opencontainers.image.description
    Ansible 2.5 tools
  • org.opencontainers.image.documentation
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.ref.name
    Ansible 2.5 tools
  • org.opencontainers.image.revision
    56df4ef7ddedaf66a8ee43fe36dcb72a9dea2ba3
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.5 tools
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.5

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:4e9f2cdf438714c2c4533e28c6c41a89cc6c1b46cf77e54c488db30ca4f5b6f3 - 4.31% (2.68 MB)

[#001] sha256:38e331a35c1d51ff99e90d3abf96748cdeca882a570b62e91724b86e74601b88 - 18.14% (11.3 MB)

[#002] sha256:94234ac4599a2d3ef59002b22107b6f6af4f6a2d18ee82dd91b5bb323eed44a9 - 27.73% (17.3 MB)

[#003] sha256:a20a081810aefbff78b94794212683e915b0a0d7b0e3d0c0e0b2f62c6932a528 - 0.0% (2.42 KB)

[#004] sha256:37588e005fca9f64c59114dbe12407a28f78e00df03ca57c7c1bbf79dd722e1f - 0.0% (3.17 KB)

[#005] sha256:6531fbe0bd0763aae22e39c9565ad21c3bcfaacc6f574de0a1cdfb174f2919d8 - 16.98% (10.6 MB)

[#006] sha256:50d4519b3687ca0db3e7def68f0fb4a6ef91ecfc49d51a03013e71b837ac104d - 0.0% (90 Bytes)

[#007] sha256:e2a6451341d20d7cfb00ed8591056516a8103f1fbc632f3bbab481db2e922129 - 0.0% (1.25 KB)

[#008] sha256:4ad14fe5e124204bc822eec1c8ddca2a2b0aba6b598dbdedf6b21e93c47a989e - 25.64% (16 MB)

[#009] sha256:c4b23182d5c8991e494d274ef523a4fbf9cd08a992251df9545c9dd4ac2b3005 - 0.6% (385 KB)

[#010] sha256:b5a613a8e4386510e855a8d2b47fdc85ca3af3fe1b94e3c107891cbc48310eb6 - 6.59% (4.1 MB)

[#011] sha256:20092e3aef71e7154519f63cdd97822ee61e9690f45f5a094e960ff2958b1e07 - 0.0% (1.66 KB)


History
2021-08-31 23:18:16 UTC

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

2021-08-31 23:18:16 UTC

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

2021-10-24 12:44:36 UTC

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

2021-10-24 12:44:36 UTC

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

2021-10-24 12:44:37 UTC

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

2021-10-24 12:44:38 UTC

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

2021-10-24 12:44:39 UTC

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

2021-10-24 12:44:40 UTC

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

2021-10-24 12:44:41 UTC

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

2021-10-24 12:44:42 UTC

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

2021-10-24 12:44:43 UTC

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

2021-10-24 12:44:44 UTC

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

2021-10-24 12:44:45 UTC

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

2021-10-24 12:44:49 UTC

|1 VERSION=2.5 /bin/sh -c set -eux && apk add --no-cache py3-pip python3 yaml && 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

2021-10-24 12:44:53 UTC

/bin/sh -c #(nop) COPY dir:78f9bb627104e9f366584b739db42ab64733d4fb2b2f898a95d475ed3c6b1591 in /usr/lib/python3.8/site-packages/

2021-10-24 12:44:54 UTC

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

2021-10-24 12:44:55 UTC

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

2021-10-24 12:45:07 UTC

|1 VERSION=2.5 /bin/sh -c set -eux && python3 -m compileall /usr/lib/python3.8

2021-10-24 12:45:07 UTC

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

2021-10-24 12:45:08 UTC

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

2021-10-24 12:45:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-24 12:40:44+00:00

2021-10-24 12:45:10 UTC

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

2021-10-24 12:45:11 UTC

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

2021-10-24 12:45:25 UTC

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

2021-10-24 12:45:26 UTC

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

2021-10-24 12:45:27 UTC

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

2021-10-24 12:45:28 UTC

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

2021-10-24 12:45:29 UTC

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

2021-10-24 12:45:30 UTC

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

2021-10-24 12:45:31 UTC

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

2021-10-24 12:45:32 UTC

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

2021-10-24 12:45:33 UTC

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

2021-10-24 12:45:34 UTC

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

2021-10-24 12:45:35 UTC

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

2021-10-24 12:45:36 UTC

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

2021-10-24 12:45:38 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

2021-10-24 12:45:41 UTC

|1 VERSION=2.5 /bin/sh -c set -eux && apk add --no-cache bash git gnupg jq openssh-client

2021-10-24 12:45:43 UTC

/bin/sh -c #(nop) COPY dir:356181d4ef7a54cc8741583800f75b4da3a6e83c28ccf2ca4e8bcf7600beca65 in /usr/lib/python3.8/site-packages/

2021-10-24 12:45:44 UTC

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

2021-10-24 12:45:45 UTC

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

2021-10-24 12:45:45 UTC

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

2021-10-24 12:45:46 UTC

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

2021-10-24 12:45:47 UTC

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

2021-10-24 12:45:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-24 12:45:19+00:00

2021-10-24 12:45:49 UTC

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

2021-10-24 12:45:50 UTC

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

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