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

2022-11-16 04:55:21 UTC

Size

132 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2022-11-16 04:00:58+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:6875df1f535433e5affe18ecfde9acb7950ab5f76887980ff06c5cdd48cf98f4 - 1.96% (2.58 MB)

[#001] sha256:bceb6b96bc5b9a0e2d35b3cfbce4978a8a67a0a0e70bf5ba31a78f277749ea50 - 9.83% (13 MB)

[#002] sha256:15ebc74d97bdb678ca9e9617b94e2853dd432c369064b792cbe7a0afbedde8d0 - 34.2% (45.1 MB)

[#003] sha256:66331ec151fc5658654545881dcbd544942d7ad2768f08f13c4023bba0c2d8f3 - 0.0% (6.74 KB)

[#004] sha256:15bf76a17bd5eedd99d0a307917b12d00e8955fa858fd358a2d7cd996746820a - 19.84% (26.2 MB)

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

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

[#007] sha256:0cecfb19a7ff92693b07ba3f20e12c580857789793d971e49da0066a2842e732 - 10.96% (14.5 MB)

[#008] sha256:0054b3e586e9bc2909424e59109979009214709c428e05234db13b0e7452132b - 0.3% (401 KB)

[#009] sha256:06b066268e75bb9bd37e2188df0c40f561c710d1769d6519fd40a97c83ed1a50 - 4.78% (6.31 MB)

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

[#011] sha256:c803f88c252db8270494ef5454e48a53b5fc5f72d1ab48d125dea4cc78813e73 - 9.73% (12.8 MB)

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

[#013] sha256:cc8d2a6536d037220da169f317a84d0afd47d09c998592496fa0c1d1a70ebf24 - 8.4% (11.1 MB)


History
2022-11-12 03:39:38 UTC

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

2022-11-12 03:39:38 UTC

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

2022-11-16 03:25:09 UTC

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

2022-11-16 03:25:10 UTC

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

2022-11-16 03:25:11 UTC

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

2022-11-16 03:25:12 UTC

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

2022-11-16 03:25:13 UTC

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

2022-11-16 03:25:14 UTC

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

2022-11-16 03:25:15 UTC

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

2022-11-16 03:25:16 UTC

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

2022-11-16 03:25:17 UTC

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

2022-11-16 03:25:18 UTC

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

2022-11-16 03:25:19 UTC

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

2022-11-16 03:25:39 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 03:26:08 UTC

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

2022-11-16 03:26:13 UTC

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

2022-11-16 03:32:33 UTC

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

2022-11-16 03:32:37 UTC

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

2022-11-16 03:32:40 UTC

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

2022-11-16 03:32:43 UTC

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

2022-11-16 03:32:46 UTC

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

2022-11-16 03:32:50 UTC

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

2022-11-16 03:32:53 UTC

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

2022-11-16 03:42:57 UTC

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

2022-11-16 03:44:15 UTC

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

2022-11-16 03:44:18 UTC

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

2022-11-16 03:44:20 UTC

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

2022-11-16 03:44:23 UTC

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

2022-11-16 03:44:25 UTC

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

2022-11-16 03:44:28 UTC

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

2022-11-16 03:44:30 UTC

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

2022-11-16 03:44:33 UTC

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

2022-11-16 03:44:36 UTC

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

2022-11-16 03:44:38 UTC

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

2022-11-16 03:44:41 UTC

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

2022-11-16 03:44:44 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:53 UTC

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

2022-11-16 03:45:12 UTC

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

2022-11-16 03:45:16 UTC

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

2022-11-16 03:45:19 UTC

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

2022-11-16 03:45:22 UTC

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

2022-11-16 03:45:24 UTC

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

2022-11-16 03:45:27 UTC

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

2022-11-16 03:45:29 UTC

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

2022-11-16 03:45:32 UTC

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

2022-11-16 03:45:35 UTC

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

2022-11-16 03:45:37 UTC

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

2022-11-16 04:54:09 UTC

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

2022-11-16 04:54:11 UTC

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

2022-11-16 04:54:13 UTC

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

2022-11-16 04:54:16 UTC

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

2022-11-16 04:54:18 UTC

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

2022-11-16 04:54:20 UTC

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

2022-11-16 04:54:23 UTC

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

2022-11-16 04:54:25 UTC

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

2022-11-16 04:54:27 UTC

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

2022-11-16 04:54:30 UTC

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

2022-11-16 04:54:32 UTC

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

2022-11-16 04:54:56 UTC

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

2022-11-16 04:55:00 UTC

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

2022-11-16 04:55:03 UTC

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

2022-11-16 04:55:06 UTC

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

2022-11-16 04:55:08 UTC

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

2022-11-16 04:55:11 UTC

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

2022-11-16 04:55:14 UTC

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

2022-11-16 04:55:16 UTC

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

2022-11-16 04:55:19 UTC

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

2022-11-16 04:55:21 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