Namespace
cytopia
Image / Tag
ansible:latest-aws-release-0.43
Content Digest
sha256:68cf513fcddebb72dae4a57c268006a3c087d00b2ec902348ce44a031bb07aab
Details
Created

2022-11-16 04:21:02 UTC

Size

130 MB

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

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

[#001] sha256:536a0a93d480c5099f861a91d12e8787265a045b0a3d3ef44a6a3ef1319e2d3f - 9.96% (12.9 MB)

[#002] sha256:92cf4bf02df0d7e6d1ab178baca8956c97a52ddf337feab3af5bb96930e2fdc4 - 30.77% (39.9 MB)

[#003] sha256:d4a0428f02b803b63613f6babaf2e00d51f20eff57e126ea61ccce828a21fd07 - 0.0% (1.37 KB)

[#004] sha256:82fe7a7106e9bf5c8a2e87713523d9beb584fe326738fb47276c8c7396e07ba9 - 21.15% (27.4 MB)

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

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

[#007] sha256:8d976cc5e862464d13ae2c2a7856d71db4bf20463f7e833437a5e9d05c2bab93 - 11.22% (14.5 MB)

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

[#009] sha256:faa719131b0406bb12f94c4cdae445915092309df602bcf2e1186c16e1aec9d5 - 5.16% (6.69 MB)

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

[#011] sha256:fdd50f3838b01be040be8e8722cd0400d9903564a05fcce2cc3fa52c779aa6cf - 9.92% (12.8 MB)

[#012] sha256:af81cf43b5df7ce01558f1d7adf4a529932b4db9e92183ebeb70ede514014340 - 0.0% (655 Bytes)

[#013] sha256:86bc51dc8aaf39bb25805d207b202aeb491332709fceb03f41b654d365aafb03 - 9.44% (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 03:06:57 UTC

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

2022-11-16 03:06:58 UTC

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

2022-11-16 03:06:59 UTC

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

2022-11-16 03:07:00 UTC

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

2022-11-16 03:07:01 UTC

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

2022-11-16 03:07:02 UTC

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

2022-11-16 03:07:03 UTC

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

2022-11-16 03:07:04 UTC

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

2022-11-16 03:07:05 UTC

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

2022-11-16 03:07:06 UTC

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

2022-11-16 03:07:07 UTC

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

2022-11-16 03:07:11 UTC

|1 VERSION=latest /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:07:22 UTC

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

2022-11-16 03:07:24 UTC

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

2022-11-16 03:08:03 UTC

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

2022-11-16 03:08:05 UTC

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

2022-11-16 03:08:06 UTC

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

2022-11-16 03:08:08 UTC

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

2022-11-16 03:08:09 UTC

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

2022-11-16 03:08:11 UTC

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

2022-11-16 03:08:12 UTC

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

2022-11-16 03:47:10 UTC

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

2022-11-16 03:47:22 UTC

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

2022-11-16 03:47:23 UTC

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

2022-11-16 03:47:25 UTC

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

2022-11-16 03:47:26 UTC

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

2022-11-16 03:47:27 UTC

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

2022-11-16 03:47:29 UTC

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

2022-11-16 03:47:30 UTC

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

2022-11-16 03:47:32 UTC

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

2022-11-16 03:47:33 UTC

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

2022-11-16 03:47:35 UTC

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

2022-11-16 03:47:36 UTC

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

2022-11-16 03:47:38 UTC

|1 VERSION=latest /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:47:41 UTC

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

2022-11-16 03:47:51 UTC

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

2022-11-16 03:47:53 UTC

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

2022-11-16 03:47:55 UTC

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

2022-11-16 03:47:56 UTC

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

2022-11-16 03:47:58 UTC

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

2022-11-16 03:47:59 UTC

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

2022-11-16 03:48:01 UTC

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

2022-11-16 03:48:02 UTC

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

2022-11-16 03:48:04 UTC

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

2022-11-16 03:48:05 UTC

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

2022-11-16 04:19:53 UTC

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

2022-11-16 04:19:55 UTC

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

2022-11-16 04:19:57 UTC

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

2022-11-16 04:19:59 UTC

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

2022-11-16 04:20:01 UTC

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

2022-11-16 04:20:03 UTC

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

2022-11-16 04:20:05 UTC

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

2022-11-16 04:20:07 UTC

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

2022-11-16 04:20:09 UTC

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

2022-11-16 04:20:12 UTC

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

2022-11-16 04:20:14 UTC

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

2022-11-16 04:20:38 UTC

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

2022-11-16 04:20:42 UTC

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

2022-11-16 04:20:45 UTC

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

2022-11-16 04:20:48 UTC

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

2022-11-16 04:20:50 UTC

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

2022-11-16 04:20:52 UTC

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

2022-11-16 04:20:55 UTC

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

2022-11-16 04:20:57 UTC

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

2022-11-16 04:21:00 UTC

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

2022-11-16 04:21:02 UTC

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

Details
Created

2022-11-16 05:03:16 UTC

Size

127 MB

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

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 - 2.03% (2.58 MB)

[#001] sha256:4f312b8320bb1e221ccf80ac20035b8070a1dc52669f0152030de0d443181195 - 10.2% (13 MB)

[#002] sha256:49db081007b94d7e1db6f64d2f670be480d76b3fafa67e0db25f244645adb9da - 30.75% (39.1 MB)

[#003] sha256:066f18f823a56faf1dd0e154f8ea0210a1dfe813c2bf923e794f1b8867164e94 - 0.0% (1.37 KB)

[#004] sha256:5c7185a2f4e46bf205f924af353b781093e02eefbb2dedde02cc7407037c324a - 21.55% (27.4 MB)

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

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

[#007] sha256:06e4e15a2acb514c787aad33be2ee680c511e9be0cb023a6951d6614784b3e82 - 11.37% (14.5 MB)

[#008] sha256:a217f8dd1293bbaddc1e9d7f30df93d9c5804a069e690426584fb123615c8b11 - 0.31% (401 KB)

[#009] sha256:0d2fa5c24c21c73cbfa68f4e8b4833f4fc6ecf8a7fd95726130549600ba520f3 - 4.96% (6.31 MB)

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

[#011] sha256:630c9560a7b0d624dc0c817c9317848324c7656aba916ce29c5010accd07c684 - 10.1% (12.8 MB)

[#012] sha256:3d7ea3ea32ddca7d9888dbbd1220f7ede9fd0acdde493e8a86dac4fb65e077e6 - 0.0% (651 Bytes)

[#013] sha256:328348e0a760624318d5f9a8eaf1085ae246d3a45a888a4da42a574d06b699cc - 8.72% (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:13:41 UTC

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

2022-11-16 03:13:42 UTC

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

2022-11-16 03:13:43 UTC

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

2022-11-16 03:13:44 UTC

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

2022-11-16 03:13:45 UTC

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

2022-11-16 03:13:46 UTC

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

2022-11-16 03:13:47 UTC

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

2022-11-16 03:13:48 UTC

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

2022-11-16 03:13:49 UTC

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

2022-11-16 03:13:50 UTC

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

2022-11-16 03:13:51 UTC

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

2022-11-16 03:14:00 UTC

|1 VERSION=latest /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:14:12 UTC

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

2022-11-16 03:14:14 UTC

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

2022-11-16 03:18:57 UTC

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

2022-11-16 03:18:59 UTC

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

2022-11-16 03:19:00 UTC

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

2022-11-16 03:19:02 UTC

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

2022-11-16 03:19:03 UTC

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

2022-11-16 03:19:05 UTC

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

2022-11-16 03:19:06 UTC

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

2022-11-16 03:47:44 UTC

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

2022-11-16 03:48:44 UTC

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

2022-11-16 03:48:46 UTC

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

2022-11-16 03:48:47 UTC

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

2022-11-16 03:48:49 UTC

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

2022-11-16 03:48:50 UTC

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

2022-11-16 03:48:52 UTC

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

2022-11-16 03:48:53 UTC

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

2022-11-16 03:48:54 UTC

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

2022-11-16 03:48:56 UTC

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

2022-11-16 03:48:57 UTC

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

2022-11-16 03:48:59 UTC

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

2022-11-16 03:49:01 UTC

|1 VERSION=latest /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:49:07 UTC

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

2022-11-16 03:49:17 UTC

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

2022-11-16 03:49:19 UTC

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

2022-11-16 03:49:20 UTC

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

2022-11-16 03:49:22 UTC

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

2022-11-16 03:49:23 UTC

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

2022-11-16 03:49:25 UTC

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

2022-11-16 03:49:26 UTC

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

2022-11-16 03:49:27 UTC

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

2022-11-16 03:49:29 UTC

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

2022-11-16 03:49:30 UTC

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

2022-11-16 05:02:27 UTC

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

2022-11-16 05:02:29 UTC

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

2022-11-16 05:02:30 UTC

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

2022-11-16 05:02:32 UTC

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

2022-11-16 05:02:33 UTC

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

2022-11-16 05:02:35 UTC

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

2022-11-16 05:02:36 UTC

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

2022-11-16 05:02:37 UTC

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

2022-11-16 05:02:39 UTC

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

2022-11-16 05:02:40 UTC

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

2022-11-16 05:02:42 UTC

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

2022-11-16 05:02:59 UTC

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

2022-11-16 05:03:01 UTC

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

2022-11-16 05:03:04 UTC

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

2022-11-16 05:03:06 UTC

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

2022-11-16 05:03:07 UTC

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

2022-11-16 05:03:09 UTC

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

2022-11-16 05:03:11 UTC

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

2022-11-16 05:03:13 UTC

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

2022-11-16 05:03:14 UTC

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

2022-11-16 05:03:16 UTC

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

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