Namespace
cytopia
Image / Tag
ansible:2.11-tools-0.39
Content Digest
sha256:0c2a58245534a50dab172ee7ef0ae242197791f0211bc8ca99a3b4cb8e4de337
Details
Created

2022-02-04 03:49:31 UTC

Size

56.2 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2022-02-04 03:49:03+00:00
  • org.opencontainers.image.description
    Ansible 2.11 tools
  • org.opencontainers.image.documentation
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.ref.name
    Ansible 2.11 tools
  • org.opencontainers.image.revision
    3500bb2b9edd9328be320f0c619da40b2c78498b
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.11 tools
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.11

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:5758d4e389a3f662e94a85fb76143dbe338b64f8d2a65f45536a9663b05305ad - 4.79% (2.69 MB)

[#001] sha256:3e471a0e246f39d58b326ef219353119fe7fb02d4fd3f0630ebaf924b48d32b9 - 20.18% (11.3 MB)

[#002] sha256:5b069511238c1d79c000d4ff2f8e82d7f7219d15f4b26cb326d9444f5989e317 - 25.53% (14.3 MB)

[#003] sha256:e4c8ab86bc28f9ec8557c9f1368f918b8f59ed374f159a346bb394affe5b94c1 - 0.0% (2.57 KB)

[#004] sha256:eeb7be322c280cb68da73550d5bf6dcbccd84fb74a216106d01d5502efc4ae90 - 0.01% (3.84 KB)

[#005] sha256:7030c631655510684a7b8e8c57a5ac7521902cae362e6b1416720cd26873d933 - 11.71% (6.58 MB)

[#006] sha256:991c7e82b308f7a759e31723f0efceade5cced06a1f2163481b3a858829eaff0 - 0.0% (93 Bytes)

[#007] sha256:a4284b555a50208c9e78f442c939ecd8734a7db23302755fa1d8d51a106c80e6 - 0.0% (1.24 KB)

[#008] sha256:0ee91de85dc8521bd9af8fead440a23e583c407cded31523446b2867a3b57f87 - 28.42% (16 MB)

[#009] sha256:4442e9d1ee13d5f9d98ff393498ebad03a6c28b98b176a79e0b812ba90719b94 - 0.71% (410 KB)

[#010] sha256:ef3e0efb34f9c7aca8fb4b383bbcf8c9b9223c50d6d1590efb50d85ba5838813 - 8.65% (4.86 MB)

[#011] sha256:9e267b30e5f51d1be3c0520d578dee3a3f67b2003535a30aa1a58940b3c05455 - 0.0% (1.65 KB)


History
2021-11-12 17:19:58 UTC

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

2021-11-12 17:19:58 UTC

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

2022-02-04 03:48:29 UTC

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

2022-02-04 03:48:30 UTC

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

2022-02-04 03:48:31 UTC

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

2022-02-04 03:48:32 UTC

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

2022-02-04 03:48:33 UTC

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

2022-02-04 03:48:34 UTC

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

2022-02-04 03:48:35 UTC

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

2022-02-04 03:48:36 UTC

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

2022-02-04 03:48:37 UTC

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

2022-02-04 03:48:38 UTC

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

2022-02-04 03:48:39 UTC

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

2022-02-04 03:48:42 UTC

|1 VERSION=2.11 /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

2022-02-04 03:48:44 UTC

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

2022-02-04 03:48:46 UTC

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

2022-02-04 03:48:47 UTC

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

2022-02-04 03:48:53 UTC

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

2022-02-04 03:48:53 UTC

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

2022-02-04 03:48:54 UTC

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

2022-02-04 03:48:55 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-04 03:45:03+00:00

2022-02-04 03:48:56 UTC

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

2022-02-04 03:48:57 UTC

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

2022-02-04 03:49:08 UTC

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

2022-02-04 03:49:09 UTC

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

2022-02-04 03:49:10 UTC

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

2022-02-04 03:49:11 UTC

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

2022-02-04 03:49:12 UTC

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

2022-02-04 03:49:13 UTC

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

2022-02-04 03:49:14 UTC

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

2022-02-04 03:49:15 UTC

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

2022-02-04 03:49:16 UTC

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

2022-02-04 03:49:17 UTC

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

2022-02-04 03:49:18 UTC

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

2022-02-04 03:49:19 UTC

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

2022-02-04 03:49:20 UTC

|1 VERSION=2.11 /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

2022-02-04 03:49:23 UTC

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

2022-02-04 03:49:24 UTC

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

2022-02-04 03:49:25 UTC

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

2022-02-04 03:49:26 UTC

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

2022-02-04 03:49:26 UTC

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

2022-02-04 03:49:27 UTC

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

2022-02-04 03:49:28 UTC

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

2022-02-04 03:49:29 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-04 03:49:03+00:00

2022-02-04 03:49:30 UTC

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

2022-02-04 03:49:31 UTC

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

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