Namespace
cytopia
Image / Tag
ansible:latest-infra-0.34
Content Digest
sha256:278ddb78cee74716109f95c9d3d84ba7a95466b63f660edd03ba0aa09a9e353a
Details
Created

2021-06-22 02:46:16 UTC

Size

82.6 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2021-06-22 02:45:03+00:00
  • org.opencontainers.image.description
    Ansible latest infra
  • org.opencontainers.image.documentation
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.ref.name
    Ansible latest infra
  • org.opencontainers.image.revision
    4d50c332d89ece279f930efa5e4e3ec8888f7039
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible latest infra
  • 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:540db60ca9383eac9e418f78490994d0af424aab7bf6d0e47ac8ed4e2e9bcbba - 3.25% (2.68 MB)

[#001] sha256:2b1ec24d44f0ae966c3b2534fd27c1eac258a92a29e4c31bcfda8cfa5e209e04 - 13.63% (11.3 MB)

[#002] sha256:3006b298ae4774b9e25f9c75fe5a4a3b5abbf43de947a1db524479d0c02d3568 - 55.92% (46.2 MB)

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

[#004] sha256:3e1578535feae81b4bc916ca0bc2c3c84136ca7cdc944e0e608c739af442d45b - 0.0% (3.76 KB)

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

[#006] sha256:8d26c4a84feee14f22b351929b22c0d9d16de745c9733bf12bc43627e42d6efe - 0.0% (1.25 KB)

[#007] sha256:446050363fbe735d91e407fce97479d8aba72f12a6a9b584bd3c7531f12ac428 - 19.29% (15.9 MB)

[#008] sha256:3672584b450d0e5a0736d7f818eba8bd32e9d27311104a767cdd1ce795055e13 - 0.46% (385 KB)

[#009] sha256:799e086aa2a8f27cbb1eb696e2f6824d1965bf5db114ec3277177e06c557247c - 4.0% (3.3 MB)

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

[#011] sha256:9774be2c8872cae4e3ce309afccdd45a32c399a8e2889350138f00f92f75e813 - 1.07% (908 KB)

[#012] sha256:ce217d58ed52ba4b9439c22083b404a2925ca4555391f91f3514543e67a2396d - 2.38% (1.97 MB)


History
2021-04-14 19:19:39 UTC

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

2021-04-14 19:19:39 UTC

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

2021-06-22 02:42:38 UTC

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

2021-06-22 02:42:39 UTC

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

2021-06-22 02:42:40 UTC

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

2021-06-22 02:42:41 UTC

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

2021-06-22 02:42:42 UTC

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

2021-06-22 02:42:43 UTC

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

2021-06-22 02:42:44 UTC

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

2021-06-22 02:42:45 UTC

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

2021-06-22 02:42:46 UTC

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

2021-06-22 02:42:47 UTC

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

2021-06-22 02:42:48 UTC

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

2021-06-22 02:42:52 UTC

|1 VERSION=latest /bin/sh -c set -eux && apk add --no-cache py3-pip python3 && 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

2021-06-22 02:43:10 UTC

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

2021-06-22 02:43:14 UTC

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

2021-06-22 02:43:16 UTC

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

2021-06-22 02:43:18 UTC

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

2021-06-22 02:43:20 UTC

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

2021-06-22 02:43:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-22 02:36:51+00:00

2021-06-22 02:43:24 UTC

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

2021-06-22 02:43:26 UTC

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

2021-06-22 02:43:50 UTC

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

2021-06-22 02:43:52 UTC

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

2021-06-22 02:43:54 UTC

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

2021-06-22 02:43:56 UTC

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

2021-06-22 02:43:58 UTC

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

2021-06-22 02:44:00 UTC

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

2021-06-22 02:44:02 UTC

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

2021-06-22 02:44:04 UTC

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

2021-06-22 02:44:06 UTC

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

2021-06-22 02:44:08 UTC

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

2021-06-22 02:44:10 UTC

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

2021-06-22 02:44:12 UTC

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

2021-06-22 02:44:15 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

2021-06-22 02:44:19 UTC

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

2021-06-22 02:44:22 UTC

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

2021-06-22 02:44:24 UTC

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

2021-06-22 02:44:26 UTC

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

2021-06-22 02:44:28 UTC

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

2021-06-22 02:44:30 UTC

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

2021-06-22 02:44:32 UTC

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

2021-06-22 02:44:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-22 02:43:42+00:00

2021-06-22 02:44:36 UTC

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

2021-06-22 02:44:39 UTC

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

2021-06-22 02:45:36 UTC

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

2021-06-22 02:45:38 UTC

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

2021-06-22 02:45:41 UTC

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

2021-06-22 02:45:43 UTC

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

2021-06-22 02:45:45 UTC

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

2021-06-22 02:45:47 UTC

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

2021-06-22 02:45:49 UTC

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

2021-06-22 02:45:51 UTC

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

2021-06-22 02:45:53 UTC

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

2021-06-22 02:45:55 UTC

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

2021-06-22 02:45:57 UTC

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

2021-06-22 02:46:00 UTC

|1 VERSION=latest /bin/sh -c set -eux && apk add --no-cache libpq rsync

2021-06-22 02:46:03 UTC

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

2021-06-22 02:46:05 UTC

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

2021-06-22 02:46:07 UTC

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

2021-06-22 02:46:09 UTC

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

2021-06-22 02:46:12 UTC

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

2021-06-22 02:46:14 UTC

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

2021-06-22 02:46: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