Namespace
cytopia
Image / Tag
ansible:2.11-aws-0.48-manifest-linux-amd64
Content Digest
sha256:5ea964603544ad281b36a641c16d46e5b76f3e74b77d44f5f258a452d8bddcd7
Details
Created

2022-12-03 05:56:23 UTC

Size

143 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2022-12-03 05:47:44+00:00
  • org.opencontainers.image.description
    Ansible 2.11 aws
  • org.opencontainers.image.documentation
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.name
    ansible
  • org.opencontainers.image.ref.name
    Ansible 2.11 aws
  • org.opencontainers.image.revision
    3e50309c9ccf873adb96235a195add32c9bc6706
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.11 aws
  • 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:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce - 1.87% (2.68 MB)

[#001] sha256:8b0b5ef1036fb757faf8062b0af57a6f6ff0a452d080f7c77f650969b82e8ec4 - 9.03% (12.9 MB)

[#002] sha256:f979fcb139ea06531c35fae552c9a293b714cab4bd93aec20ff37e4cac891a16 - 35.54% (50.8 MB)

[#003] sha256:51eee91654f06e23b2a312aad7873856fc31eefe0b5794c361ae77a8cf5b5743 - 0.0% (6.91 KB)

[#004] sha256:a4745dc0aa2a18e949a4b3416be30a92e7ff75067e6fb3750a87ec4a05f7a1b4 - 20.64% (29.5 MB)

[#005] sha256:be10a44a9ed4543e1261a61b086dcab8d94ebae82b15305fd6a303aad61dd504 - 0.0% (93 Bytes)

[#006] sha256:facb94b7ccab0f450f5e21fe37aedf6676419d574fa2321fc7c1f82e1376707c - 0.0% (1.26 KB)

[#007] sha256:56eb4d9b48887f47b9144d246067d11ffb29bdca16c380fb10e2ee791dcd0044 - 10.17% (14.5 MB)

[#008] sha256:6d339b2933bd199f8504591305a8b5f6032ff1c5ddbaf28312a34906ef90f574 - 0.27% (401 KB)

[#009] sha256:c7399258e4f597b12c6489d6578a261553d8f96e7e9884c18b47f0ffb3684e14 - 4.69% (6.69 MB)

[#010] sha256:7eedee6968f752ed85f4be836ae92b904c6ee91dd823be73c8b3a2cb974fb6a3 - 0.0% (1.94 KB)

[#011] sha256:0cfcd844f1c61b551be9206fecca1ea9a0c4b0579b84ef9b231df1c1dff174ee - 9.22% (13.2 MB)

[#012] sha256:2ba4653fa843e6be428024288680517c051e6b2e817d04957a751b96c1b93de7 - 0.0% (653 Bytes)

[#013] sha256:e8d5fb92fe37986ccb103c1f9a7c354407e46c1c167daa9e3c999f65ceabcbe8 - 8.56% (12.2 MB)


History
2022-11-12 04:19:23 UTC

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

2022-11-12 04:19:23 UTC

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

2022-12-03 05:10:45 UTC

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

2022-12-03 05:10:46 UTC

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

2022-12-03 05:10:47 UTC

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

2022-12-03 05:10:48 UTC

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

2022-12-03 05:10:49 UTC

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

2022-12-03 05:10:50 UTC

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

2022-12-03 05:10:51 UTC

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

2022-12-03 05:10:52 UTC

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

2022-12-03 05:10:53 UTC

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

2022-12-03 05:10:54 UTC

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

2022-12-03 05:10:55 UTC

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

2022-12-03 05:10:58 UTC

|1 VERSION=2.11 /bin/sh -c set -eux && apk add --no-cache libgcc py3-pip python3 yaml && find /usr/lib/ -name '__pycache__' -print0 | xargs -0 -n1 rm -rf && find /usr/lib/ -name '*.pyc' -print0 | xargs -0 -n1 rm -rf && ln -s /usr/bin/python3 /usr/bin/python

2022-12-03 05:11:22 UTC

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

2022-12-03 05:11:27 UTC

/bin/sh -c #(nop) COPY multi:157643fe6d091d043c916b6a8dfd034d03056dff0a053011894ddef2a27e9606 in /usr/bin/

2022-12-03 05:12:10 UTC

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

2022-12-03 05:12:14 UTC

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

2022-12-03 05:12:17 UTC

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

2022-12-03 05:12:20 UTC

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

2022-12-03 05:12:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.name=ansible

2022-12-03 05:12:27 UTC

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

2022-12-03 05:12:30 UTC

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

2022-12-03 05:39:47 UTC

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

2022-12-03 05:40:03 UTC

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

2022-12-03 05:40:06 UTC

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

2022-12-03 05:40:08 UTC

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

2022-12-03 05:40:11 UTC

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

2022-12-03 05:40:13 UTC

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

2022-12-03 05:40:16 UTC

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

2022-12-03 05:40:18 UTC

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

2022-12-03 05:40:20 UTC

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

2022-12-03 05:40:23 UTC

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

2022-12-03 05:40:25 UTC

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

2022-12-03 05:40:27 UTC

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

2022-12-03 05:40:30 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-12-03 05:40:35 UTC

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

2022-12-03 05:40:53 UTC

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

2022-12-03 05:40:56 UTC

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

2022-12-03 05:40:59 UTC

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

2022-12-03 05:41:01 UTC

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

2022-12-03 05:41:03 UTC

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

2022-12-03 05:41:06 UTC

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

2022-12-03 05:41:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-12-03 05:39:44+00:00

2022-12-03 05:41:11 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.name=ansible

2022-12-03 05:41:13 UTC

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

2022-12-03 05:41:16 UTC

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

2022-12-03 05:54:49 UTC

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

2022-12-03 05:54:52 UTC

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

2022-12-03 05:54:55 UTC

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

2022-12-03 05:54:58 UTC

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

2022-12-03 05:55:01 UTC

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

2022-12-03 05:55:04 UTC

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

2022-12-03 05:55:06 UTC

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

2022-12-03 05:55:09 UTC

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

2022-12-03 05:55:12 UTC

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

2022-12-03 05:55:15 UTC

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

2022-12-03 05:55:18 UTC

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

2022-12-03 05:55:52 UTC

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

2022-12-03 05:55:56 UTC

/bin/sh -c #(nop) COPY file:b22bee2588730be0cd9e6a29dff9693694bc873d4faabbcccdb6521a22042844 in /usr/bin/aws

2022-12-03 05:56:00 UTC

/bin/sh -c #(nop) COPY file:1da8c9b09152f04d2ed3f72cfb8cfd97b4413b973b1399615b325d1c777ad913 in /usr/bin/aws-iam-authenticator

2022-12-03 05:56:04 UTC

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

2022-12-03 05:56:07 UTC

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

2022-12-03 05:56:10 UTC

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

2022-12-03 05:56:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-12-03 05:47:44+00:00

2022-12-03 05:56:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.name=ansible

2022-12-03 05:56:20 UTC

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

2022-12-03 05:56:23 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