Namespace
cytopia
Image / Tag
ansible:2.10-aws-release-0.43-manifest-linux-amd64
Content Digest
sha256:ebfd0dd54b901aa582d182a38ec9ac3862c14ec2e9d554f3fce9c50ab6629f6c
Details
Created

2022-11-16 04:07:27 UTC

Size

134 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2022-11-16 03:59:41+00:00
  • org.opencontainers.image.description
    Ansible 2.10 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.10 aws
  • org.opencontainers.image.revision
    74d4b1f793f2aba1aa8b6a5a094fee6245917e56
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.10 aws
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.10

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.99% (2.68 MB)

[#001] sha256:9f2357463b716bc80f0dd4e47d788fe9e339902f449553648a01196c402d2f71 - 9.61% (12.9 MB)

[#002] sha256:7529ad92a19312b5d7bb207a42cd745253bb5a159bf3a67da6778a98eb5ffa74 - 34.16% (45.9 MB)

[#003] sha256:aa133c728afdb57efc9fe66f932ddd2f9d8ff25308cfdf22f032744851cafca9 - 0.0% (6.73 KB)

[#004] sha256:9774b3f3d85e793d8aea153f0eae75ad8f4567a0d44fe2bf89ff2a5831283897 - 19.48% (26.2 MB)

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

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

[#007] sha256:0c102efa37946fec1b7cdc9f08492b81001cc4ae531c62225c407bba11d4594a - 10.82% (14.5 MB)

[#008] sha256:361aa54aed3884b918ce84ce55e800f4fafbd11fbe6a4c5e462bff6f80f7c8cc - 0.29% (401 KB)

[#009] sha256:b82fd43d92cdcc34cc3b1290fa7b68d8c8007fc1befd7d6bab5e4708354bacd4 - 4.98% (6.69 MB)

[#010] sha256:8f669ec14b19ceef666397c69883fa7dd01a03ef6f85bf3d51b8c075f17fdc00 - 0.0% (1.66 KB)

[#011] sha256:ea6c2b7ea757db4ab0b21a801c4c1da016393c29fe639dd1e227aacb73d6aaef - 9.56% (12.8 MB)

[#012] sha256:18cbe6adf70fcd239fe160995cab2e837ce28dafc928d39dfb3b588f6bf62337 - 0.0% (654 Bytes)

[#013] sha256:82ea4e3b5255ba19c7376625bdc59e22be82b8734fa592bb5fe12707c4d420ac - 9.1% (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-11-16 02:56:24 UTC

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

2022-11-16 02:56:25 UTC

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

2022-11-16 02:56:26 UTC

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

2022-11-16 02:56:27 UTC

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

2022-11-16 02:56:28 UTC

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

2022-11-16 02:56:29 UTC

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

2022-11-16 02:56:30 UTC

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

2022-11-16 02:56:31 UTC

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

2022-11-16 02:56:32 UTC

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

2022-11-16 02:56:33 UTC

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

2022-11-16 02:56:34 UTC

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

2022-11-16 02:56:37 UTC

|1 VERSION=2.10 /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-11-16 02:56:54 UTC

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

2022-11-16 02:56:58 UTC

/bin/sh -c #(nop) COPY multi:89b52f11c8f9964ab7a19560d8066b01b93a10834a23590bcdeceef117357f6d in /usr/bin/

2022-11-16 02:57:33 UTC

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

2022-11-16 02:57:36 UTC

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

2022-11-16 02:57:38 UTC

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

2022-11-16 02:57:40 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-16 02:53:47+00:00

2022-11-16 02:57:42 UTC

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

2022-11-16 02:57:44 UTC

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

2022-11-16 02:57:47 UTC

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

2022-11-16 03:43:17 UTC

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

2022-11-16 03:43:33 UTC

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

2022-11-16 03:43:35 UTC

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

2022-11-16 03:43:37 UTC

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

2022-11-16 03:43:39 UTC

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

2022-11-16 03:43:41 UTC

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

2022-11-16 03:43:43 UTC

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

2022-11-16 03:43:46 UTC

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

2022-11-16 03:43:48 UTC

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

2022-11-16 03:43:50 UTC

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

2022-11-16 03:43:52 UTC

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

2022-11-16 03:43:54 UTC

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

2022-11-16 03:43:57 UTC

|1 VERSION=2.10 /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-11-16 03:44:01 UTC

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

2022-11-16 03:44:17 UTC

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

2022-11-16 03:44:20 UTC

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

2022-11-16 03:44:23 UTC

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

2022-11-16 03:44:25 UTC

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

2022-11-16 03:44:27 UTC

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

2022-11-16 03:44:29 UTC

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

2022-11-16 03:44:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-16 03:43:15+00:00

2022-11-16 03:44:34 UTC

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

2022-11-16 03:44:36 UTC

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

2022-11-16 03:44:38 UTC

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

2022-11-16 04:06:18 UTC

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

2022-11-16 04:06:21 UTC

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

2022-11-16 04:06:23 UTC

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

2022-11-16 04:06:25 UTC

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

2022-11-16 04:06:27 UTC

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

2022-11-16 04:06:29 UTC

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

2022-11-16 04:06:32 UTC

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

2022-11-16 04:06:34 UTC

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

2022-11-16 04:06:36 UTC

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

2022-11-16 04:06:38 UTC

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

2022-11-16 04:06:40 UTC

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

2022-11-16 04:07:03 UTC

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

2022-11-16 04:07:06 UTC

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

2022-11-16 04:07:10 UTC

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

2022-11-16 04:07:12 UTC

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

2022-11-16 04:07:14 UTC

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

2022-11-16 04:07:17 UTC

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

2022-11-16 04:07:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-16 03:59:41+00:00

2022-11-16 04:07:22 UTC

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

2022-11-16 04:07:24 UTC

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

2022-11-16 04:07:27 UTC

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

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