Namespace
cytopia
Image / Tag
ansible:2.5-0.38
Content Digest
sha256:0500986f51a64cee68653dd6672a9aac3fdf53cba1cbae5931abd2f4c0c01999
Details
Created

2021-11-01 03:50:51 UTC

Size

41.9 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2021-11-01 03:46:25+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
    90a35f82623c2d8f07f1f9f1f33fedc3db4cf90f
  • 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.41% (2.68 MB)

[#001] sha256:cb50190d735d9c0aa2d14d8e3a03a2fb0408395014ee17c12a8c612bf28e5cf3 - 27.09% (11.3 MB)

[#002] sha256:e773355760a7d25e2df7e8cf223ab03e5cca87dd87ced1fdc945d20cd75e6615 - 41.24% (17.3 MB)

[#003] sha256:64b388facceeebc577415a801f39c36992df56f8d10cff22157fd5fcb26410f6 - 0.01% (2.43 KB)

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

[#005] sha256:cfd26654611a9058f0a76bcdb1cf8ec6884def732966501c0f0d506782f5692f - 25.25% (10.6 MB)

[#006] sha256:87f9adf2c36dd27baeafc9b2f4444f1a9839c88388f8a2ef675e2e56efe4f5fd - 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-11-01 03:50:17 UTC

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

2021-11-01 03:50:18 UTC

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

2021-11-01 03:50:19 UTC

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

2021-11-01 03:50:20 UTC

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

2021-11-01 03:50:21 UTC

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

2021-11-01 03:50:22 UTC

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

2021-11-01 03:50:23 UTC

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

2021-11-01 03:50:24 UTC

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

2021-11-01 03:50:25 UTC

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

2021-11-01 03:50:26 UTC

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

2021-11-01 03:50:27 UTC

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

2021-11-01 03:50:31 UTC

|1 VERSION=2.5 /bin/sh -c set -eux && apk add --no-cache libgcc 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-11-01 03:50:34 UTC

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

2021-11-01 03:50:35 UTC

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

2021-11-01 03:50:36 UTC

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

2021-11-01 03:50:47 UTC

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

2021-11-01 03:50:48 UTC

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

2021-11-01 03:50:48 UTC

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

2021-11-01 03:50:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-01 03:46:25+00:00

2021-11-01 03:50:50 UTC

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

2021-11-01 03:50:51 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