Namespace
cytopia
Image / Tag
ansible:2.5-0.37
Content Digest
sha256:cae63f8d622bfb75294446075784b8bb8f974b95d4ac824f46e966871c93281e
Details
Created

2021-10-25 04:50:46 UTC

Size

41.8 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2021-10-25 04:46:02+00:00
  • org.opencontainers.image.description
    Ansible 2.5 base
  • org.opencontainers.image.documentation
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.ref.name
    Ansible 2.5 base
  • org.opencontainers.image.revision
    2abab2406edbd2eadb68242d5a110f68b0d0490d
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.5 base
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.5

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:4e9f2cdf438714c2c4533e28c6c41a89cc6c1b46cf77e54c488db30ca4f5b6f3 - 6.42% (2.68 MB)

[#001] sha256:7c8d73a47ecdc8e07058988c9d2d8258b649f7f234b6e7dfedb216fc8f9c742e - 27.0% (11.3 MB)

[#002] sha256:456f875d95421b974827c2e5bbbe168da29ba583e8848c8775028ea26823333c - 41.29% (17.3 MB)

[#003] sha256:66741ef5ef0ce77456fba29835acb76f0c88d5eee7f6d51afddca686e4004af5 - 0.01% (2.43 KB)

[#004] sha256:a3a278ee98fd80f55a6a7a18515b5799adbdd1276cb833b045a5458372474de3 - 0.01% (3.17 KB)

[#005] sha256:85d690975ba32bedc026731ef48759025df57164f99aa824450d96a567b26614 - 25.28% (10.6 MB)

[#006] sha256:5c63d9e0ff5563d067d274efdd6a66191c231db7f5198bb1af3d79b835a361ee - 0.0% (93 Bytes)


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-25 04:50:11 UTC

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

2021-10-25 04:50:12 UTC

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

2021-10-25 04:50:13 UTC

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

2021-10-25 04:50:14 UTC

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

2021-10-25 04:50:15 UTC

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

2021-10-25 04:50:16 UTC

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

2021-10-25 04:50:17 UTC

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

2021-10-25 04:50:18 UTC

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

2021-10-25 04:50:19 UTC

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

2021-10-25 04:50:20 UTC

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

2021-10-25 04:50:21 UTC

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

2021-10-25 04:50:25 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-25 04:50:28 UTC

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

2021-10-25 04:50:29 UTC

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

2021-10-25 04:50:30 UTC

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

2021-10-25 04:50:42 UTC

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

2021-10-25 04:50:42 UTC

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

2021-10-25 04:50:43 UTC

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

2021-10-25 04:50:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-25 04:46:02+00:00

2021-10-25 04:50:45 UTC

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

2021-10-25 04:50:46 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