Namespace
cytopia
Image / Tag
ansible:latest-infra-0.32
Content Digest
sha256:83e129d2e1226d5f5c66f1d85ce89c464ac0117fcb144c28dd8f797293cfdb41
Details
Created

2021-05-18 02:26:59 UTC

Size

72.2 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2021-05-18 02:25:50+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
    7dcb5bd6e8c32060ecd1473fb04ae6f7087030e3
  • 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.71% (2.68 MB)

[#001] sha256:23c818c1bfda7764f41bf6d4dc931bd95ac8d6ca95a5b6ca58a4219c45e7c293 - 15.58% (11.3 MB)

[#002] sha256:c22222d63cc658389738e683ca4bbd121b06d8dd3c7e249bb55d130255a22d38 - 49.63% (35.8 MB)

[#003] sha256:3ef1c5ae49fdf63d02db1562242349affcba1e1907e23070f51c33a1c10772aa - 0.0% (2.42 KB)

[#004] sha256:424f282ea33e4c3ab784362620468f7095a1a73a05ea087a5a85bac74533d8e2 - 0.01% (3.75 KB)

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

[#006] sha256:3f6fa55c5b17552410fd53d7eb4df06aa6a6da145347f5351731156589e71212 - 0.0% (1.25 KB)

[#007] sha256:a522b3dfa030f4591f449760dc53deadc7bceb296ac1caaead589f59bbdd6ab0 - 22.06% (15.9 MB)

[#008] sha256:6cc105d63d1afa46a0d1bd394606a29479a2fc10ba8cc3da181a7832db38690b - 0.52% (385 KB)

[#009] sha256:6696d59588fc4960f304d85fa9c17881e20fb73c49b3d39e5efa3d6f4467dfef - 4.56% (3.3 MB)

[#010] sha256:c8b10a11782cb35a9048a2daa9f18d7b4516b10f92447914a1d109faac50adfe - 0.0% (1.65 KB)

[#011] sha256:fee7ae553d07bc241a19c880e74e92bf67cd329e44cfd3e3f9f4800408e5203c - 1.23% (908 KB)

[#012] sha256:1ef04c7b0c97dc38da6d0abc9039f32c9d1b660a35b370a52e7d307d687fc17f - 2.68% (1.94 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-05-18 02:23:35 UTC

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

2021-05-18 02:23:36 UTC

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

2021-05-18 02:23:37 UTC

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

2021-05-18 02:23:38 UTC

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

2021-05-18 02:23:39 UTC

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

2021-05-18 02:23:40 UTC

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

2021-05-18 02:23:41 UTC

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

2021-05-18 02:23:42 UTC

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

2021-05-18 02:23:43 UTC

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

2021-05-18 02:23:44 UTC

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

2021-05-18 02:23:45 UTC

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

2021-05-18 02:23:48 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-05-18 02:24:06 UTC

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

2021-05-18 02:24:08 UTC

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

2021-05-18 02:24:10 UTC

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

2021-05-18 02:24:12 UTC

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

2021-05-18 02:24:14 UTC

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

2021-05-18 02:24:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-18 02:21:37+00:00

2021-05-18 02:24:18 UTC

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

2021-05-18 02:24:20 UTC

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

2021-05-18 02:24:42 UTC

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

2021-05-18 02:24:43 UTC

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

2021-05-18 02:24:45 UTC

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

2021-05-18 02:24:47 UTC

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

2021-05-18 02:24:49 UTC

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

2021-05-18 02:24:51 UTC

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

2021-05-18 02:24:53 UTC

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

2021-05-18 02:24:54 UTC

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

2021-05-18 02:24:56 UTC

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

2021-05-18 02:24:58 UTC

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

2021-05-18 02:25:00 UTC

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

2021-05-18 02:25:02 UTC

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

2021-05-18 02:25:04 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-05-18 02:25:09 UTC

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

2021-05-18 02:25:11 UTC

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

2021-05-18 02:25:13 UTC

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

2021-05-18 02:25:15 UTC

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

2021-05-18 02:25:17 UTC

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

2021-05-18 02:25:19 UTC

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

2021-05-18 02:25:21 UTC

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

2021-05-18 02:25:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-18 02:24:34+00:00

2021-05-18 02:25:25 UTC

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

2021-05-18 02:25:27 UTC

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

2021-05-18 02:26:22 UTC

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

2021-05-18 02:26:24 UTC

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

2021-05-18 02:26:26 UTC

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

2021-05-18 02:26:28 UTC

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

2021-05-18 02:26:30 UTC

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

2021-05-18 02:26:32 UTC

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

2021-05-18 02:26:34 UTC

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

2021-05-18 02:26:35 UTC

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

2021-05-18 02:26:37 UTC

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

2021-05-18 02:26:39 UTC

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

2021-05-18 02:26:41 UTC

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

2021-05-18 02:26:44 UTC

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

2021-05-18 02:26:47 UTC

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

2021-05-18 02:26:49 UTC

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

2021-05-18 02:26:51 UTC

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

2021-05-18 02:26:53 UTC

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

2021-05-18 02:26:55 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-18 02:25:50+00:00

2021-05-18 02:26:57 UTC

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

2021-05-18 02:26:59 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