Namespace
rancher
Image / Tag
rke-tools:v0.1.80
Content Digest
sha256:2260c64aea5bdd419942e0e118bb8d0a2c3f5c93d997db24d0d4e1e38493d9de
Details
Created

2022-03-18 23:54:17 UTC

Size

114 MB

Content Digest
Labels
  • maintainer
    Rancher Labs <support@rancher.com>
  • org.opencontainers.image.created
    2022-03-18T23:53:57Z
  • org.opencontainers.image.revision
    112c23fc5ed73be550f5dc649ee76d9389c42a6d
  • org.opencontainers.image.source
    https://github.com/rancher/rke-tools.git
  • org.opencontainers.image.url
    https://github.com/rancher/rke-tools

Environment
CRIDOCKERD_URL

https://github.com/rancher/cri-dockerd/releases/download/v0.0.3/cri-dockerd-v0.0.3-linux-amd64.tgz

DOCKER_URL

DOCKER_URL_amd64

DOCKER_URL_amd64

https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz

DOCKER_URL_arm64

https://github.com/rancher/docker/releases/download/v1.12.3/docker-v1.12.3_arm64.tgz

ETCD_URL

https://github.com/etcd-io/etcd/releases/download/v3.4.15/etcd-v3.4.15-linux-amd64.tar.gz

NGINX_VERSION

1.21.0

NJS_VERSION

0.5.3

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PKG_RELEASE

1

RANCHER_CONFD_VERSION

v0.16.4


Layers

[#000] sha256:540db60ca9383eac9e418f78490994d0af424aab7bf6d0e47ac8ed4e2e9bcbba - 2.35% (2.68 MB)

[#001] sha256:0ae30075c5da17b026dbafbfb1e108cccd9fbbd37a4a71cede72e2f6a4441008 - 5.87% (6.69 MB)

[#002] sha256:9da81141e74e38839836e81c2691d3c7ac54bf34272e5d4a636fc032150506a4 - 0.0% (603 Bytes)

[#003] sha256:b2e41dd2ded0b631f5cbbaa3461bb2f94b9398fca7eae6bc0add69de9e4fc56e - 0.0% (894 Bytes)

[#004] sha256:7f40e809fb2dd163789a69d9ef40505ba223650b4eb6c8982743f5cc6cc48ea7 - 0.0% (664 Bytes)

[#005] sha256:758848c4841163e472bc4fd0a8fc9c1e1282c4ce463af1cd1a1179f8c7a6b0a9 - 0.0% (1.36 KB)

[#006] sha256:e235ff42e3f4f94b487732b5b2d94cc230d0737de6343a3d99d8cb389bb5b6ba - 6.3% (7.19 MB)

[#007] sha256:560ae91b57c894658bb477215bc9882b2049357aa41a53a4efc398197a7b7d9d - 42.22% (48.1 MB)

[#008] sha256:7e77795172b4671f74f4f9d4e0974e548d5fdf9487c4507b3b568450c323e0e5 - 0.0% (161 Bytes)

[#009] sha256:ba93f46b0511bd3bf8007f5b95f28ee3c1e5e32ce6f35091b8362fdbb17083ad - 33.54% (38.2 MB)

[#010] sha256:6b8bd1c7460cacb977bdd888b2c9aa6554aefa37d4690a714a4d92148a9f59a9 - 1.46% (1.67 MB)

[#011] sha256:3f15a6dc4ca8b35e1af9cbd8535714017114c203c57317163ea60f9d17f5c56e - 5.35% (6.1 MB)

[#012] sha256:8869c060bcef3a95c9805553bdeaedcc308e86c3a1e0c00f7ba206b8aca6873f - 0.0% (441 Bytes)

[#013] sha256:e72ed635327ce6d3693874edd8e7e959677de4625c10d38f44334a2045e52d88 - 0.0% (274 Bytes)

[#014] sha256:380e86eb09c3de8f7dbf07a00e92d07ba76a23e63f042aab21b58f83f3d155c1 - 0.0% (899 Bytes)

[#015] sha256:05b696ff2f66770c99f90ae048396a103a2db55e57101b5494cc9b3553d00c4d - 0.0% (2.93 KB)

[#016] sha256:f7ae4396dda597a92d6ee13084beb2297bc2690e7201ccd89b105b15a5ce09a7 - 2.89% (3.3 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-04-14 23:14:29 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>

2021-05-25 15:44:18 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.21.0

2021-05-25 15:44:19 UTC

/bin/sh -c #(nop) ENV NJS_VERSION=0.5.3

2021-05-25 15:44:19 UTC

/bin/sh -c #(nop) ENV PKG_RELEASE=1

2021-05-25 15:44:26 UTC

/bin/sh -c set -x && addgroup -g 101 -S nginx && adduser -S -D -H -u 101 -h /var/cache/nginx -s /sbin/nologin -G nginx -g nginx nginx && apkArch="$(cat /etc/apk/arch)" && nginxPackages=" nginx=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${PKG_RELEASE} " && case "$apkArch" in x86_64|aarch64) set -x && KEY_SHA512="e7fa8303923d9b95db37a77ad46c68fd4755ff935d0a534d26eba83de193c76166c68bfe7f65471bf8881004ef4aa6df3e34689c305662750c0172fca5d8552a *stdin" && apk add --no-cache --virtual .cert-deps openssl && wget -O /tmp/nginx_signing.rsa.pub https://nginx.org/keys/nginx_signing.rsa.pub && if [ "$(openssl rsa -pubin -in /tmp/nginx_signing.rsa.pub -text -noout | openssl sha512 -r)" = "$KEY_SHA512" ]; then echo "key verification succeeded!"; mv /tmp/nginx_signing.rsa.pub /etc/apk/keys/; else echo "key verification failed!"; exit 1; fi && apk del .cert-deps && apk add -X "https://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages ;; *) set -x && tempDir="$(mktemp -d)" && chown nobody:nobody $tempDir && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers libxslt-dev gd-dev geoip-dev perl-dev libedit-dev mercurial bash alpine-sdk findutils && su nobody -s /bin/sh -c " export HOME=${tempDir} && cd ${tempDir} && hg clone https://hg.nginx.org/pkg-oss && cd pkg-oss && hg up ${NGINX_VERSION}-${PKG_RELEASE} && cd alpine && make all && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz " && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/ && apk del .build-deps && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages ;; esac && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi && if [ -n "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi && if [ -n "/etc/apk/keys/nginx_signing.rsa.pub" ]; then rm -f /etc/apk/keys/nginx_signing.rsa.pub; fi && apk add --no-cache --virtual .gettext gettext && mv /usr/bin/envsubst /tmp/ && runDeps="$( scanelf --needed --nobanner /tmp/envsubst | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache $runDeps && apk del .gettext && mv /tmp/envsubst /usr/local/bin/ && apk add --no-cache tzdata && apk add --no-cache curl ca-certificates && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && mkdir /docker-entrypoint.d

2021-05-25 15:44:27 UTC

/bin/sh -c #(nop) COPY file:65504f71f5855ca017fb64d502ce873a31b2e0decd75297a8fb0a287f97acf92 in /

2021-05-25 15:44:27 UTC

/bin/sh -c #(nop) COPY file:0b866ff3fc1ef5b03c4e6c8c513ae014f691fb05d530257dfffd07035c1b75da in /docker-entrypoint.d

2021-05-25 15:44:27 UTC

/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d

2021-05-25 15:44:28 UTC

/bin/sh -c #(nop) COPY file:09a214a3e07c919af2fb2d7c749ccbc446b8c10eb217366e5a65640ee9edcc25 in /docker-entrypoint.d

2021-05-25 15:44:28 UTC

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

2021-05-25 15:44:28 UTC

/bin/sh -c #(nop) EXPOSE 80

2021-05-25 15:44:28 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2021-05-25 15:44:29 UTC

/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]

2022-03-18 23:53:58 UTC

/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>

2022-03-18 23:53:58 UTC

/bin/sh -c #(nop) ARG ARCH=amd64

2022-03-18 23:53:58 UTC

/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.12.3/docker-v1.12.3_arm64.tgz DOCKER_URL=DOCKER_URL_amd64

2022-03-18 23:53:59 UTC

/bin/sh -c #(nop) ENV CRIDOCKERD_URL=https://github.com/rancher/cri-dockerd/releases/download/v0.0.3/cri-dockerd-v0.0.3-linux-amd64.tgz

2022-03-18 23:54:01 UTC

|1 ARCH=amd64 /bin/sh -c apk -U upgrade && apk -U --no-cache add bash && rm -f /bin/sh && ln -s /bin/bash /bin/sh

2022-03-18 23:54:01 UTC

/bin/sh -c #(nop) ENV RANCHER_CONFD_VERSION=v0.16.4

2022-03-18 23:54:07 UTC

|1 ARCH=amd64 /bin/sh -c apk -U --no-cache add curl wget ca-certificates tar sysstat acl && mkdir -p /opt/rke-tools/bin /etc/confd && curl -sLf https://github.com/rancher/confd/releases/download/${RANCHER_CONFD_VERSION}/confd-${RANCHER_CONFD_VERSION}-linux-${ARCH} > /usr/bin/confd && chmod +x /usr/bin/confd && curl -sLf ${!DOCKER_URL} | tar xvzf - -C /opt/rke-tools/bin --strip-components=1 docker/docker && curl -sLf ${CRIDOCKERD_URL} | tar xvzf - -C /opt/rke-tools/bin --strip-components=1 cri-dockerd/cri-dockerd && chmod +x /opt/rke-tools/bin/cri-dockerd && curl -sLf https://storage.googleapis.com/kubernetes-release/release/v1.18.2/bin/linux/${ARCH}/kubectl > /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && apk del curl

2022-03-18 23:54:09 UTC

|1 ARCH=amd64 /bin/sh -c mkdir -p /opt/cni/bin

2022-03-18 23:54:11 UTC

|1 ARCH=amd64 /bin/sh -c wget -q -O - https://github.com/containernetworking/plugins/releases/download/v0.9.1/cni-plugins-linux-${ARCH}-v0.9.1.tgz | tar xzf - -C /tmp

2022-03-18 23:54:12 UTC

|1 ARCH=amd64 /bin/sh -c wget -q -O /tmp/portmap https://github.com/rancher/plugins/releases/download/v1.9.1-rancher1/portmap-${ARCH}

2022-03-18 23:54:12 UTC

/bin/sh -c #(nop) ENV ETCD_URL=https://github.com/etcd-io/etcd/releases/download/v3.4.15/etcd-v3.4.15-linux-amd64.tar.gz

2022-03-18 23:54:14 UTC

|1 ARCH=amd64 /bin/sh -c wget -q -O - ${ETCD_URL} | tar xzf - -C /tmp && mv /tmp/etcd-*/etcdctl /usr/local/bin/etcdctl && rm -rf /tmp/etcd-* && rm -f /etcd-*.tar.gz && apk del wget

2022-03-18 23:54:14 UTC

/bin/sh -c #(nop) COPY dir:0e956ee6a33257a02b7b3d7be0f8e173d276e6e3bf43535dec61354952c79657 in /etc/confd/templates/

2022-03-18 23:54:14 UTC

/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/

2022-03-18 23:54:15 UTC

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

2022-03-18 23:54:15 UTC

/bin/sh -c #(nop) COPY multi:ea77250dc6c936e947494161e88c94bef28bc2b24b8b11e5931bdfb2a150ecc9 in /opt/rke-tools/

2022-03-18 23:54:15 UTC

/bin/sh -c #(nop) COPY file:7feb70e6e69014913e1b53771522094ba2ecb2b434dc497c324d50aebda7ce92 in /opt/rke-tools

2022-03-18 23:54:16 UTC

/bin/sh -c #(nop) VOLUME [/opt/rke-tools]

2022-03-18 23:54:16 UTC

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

2022-03-18 23:54:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-18T23:53:57Z

2022-03-18 23:54:17 UTC

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

2022-03-18 23:54:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rke-tools.git

2022-03-18 23:54:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rke-tools

Details
Created

2022-03-18 23:57:59 UTC

Size

238 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-03-18T23:50:36Z
  • org.opencontainers.image.revision
    112c23fc5ed73be550f5dc649ee76d9389c42a6d
  • org.opencontainers.image.source
    https://github.com/rancher/rke-tools.git
  • org.opencontainers.image.url
    https://github.com/rancher/rke-tools

Environment
POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#000] sha256:8e36e211379dc6a584a05a445fe37d396de6e76a42cc6742213c3cc3c656dd48 - 41.23% (98.3 MB)

[#001] sha256:2d5f9bb9ca29e419e1e80dcb7391027df2fae2e42ebcc669366ebe9982c0cf15 - 0.0% (1.01 KB)

[#002] sha256:ca37cc1a78d70a14e0d3a056493dda39f4ab852b67c1fe9639d4567bd1021f5e - 0.0% (1.02 KB)

[#003] sha256:d5cb53f1506eba7c404f530146c50b29c85f8a35732d0ebd02b8ff5de3d6d27b - 0.03% (71.2 KB)

[#004] sha256:97b6100acea1678ceffe684544c12a56933f5e79e7b2ded165e88afc3f5476ea - 0.0% (1.01 KB)

[#005] sha256:c52bd837425e88a0f19c75df2ef337c79ef5ce13b0a4dc901fb1cb2f114ab1f7 - 43.54% (104 MB)

[#006] sha256:f711323b1287b2e0017b3ee44cb0925054d3025053d7a4b4df0cf396bdbd2876 - 0.05% (114 KB)

[#007] sha256:b61d3e7de139be3a981d10d33aff977eaaed1ca5de39c18592da18dd8e6b5ebb - 0.0% (1.01 KB)

[#008] sha256:8f7a36449919ae07b49a0db5ed75fe44d5444086022f0ad892f9e70a76295953 - 0.0% (1.02 KB)

[#009] sha256:f84db690f55b62755ca570c75a3c8181b4b220a44b0df4dda670ff5639556fc2 - 0.0% (837 Bytes)

[#010] sha256:acd321a46c73988b4d978b09a008c90678c4fa5924ecd0a46a2a1daab4cc1f19 - 0.02% (48.5 KB)

[#011] sha256:878520e6e7ab6cbf3cbcf1eaacbc0229185c6a981c85cfb977ff6976c234fb59 - 6.51% (15.5 MB)

[#012] sha256:372af9db94a61182a57e4a49ca16b819afefdea13f88bf4c5312976c00c63b17 - 0.71% (1.69 MB)

[#013] sha256:57d968b2b146c073fc9847280270890bd009ee9adf31d8e0e5159fbb2d98d3ab - 4.14% (9.88 MB)

[#014] sha256:0680db78158245e0b796d0e53654cb5c489144374cfc37fee2313698735007a3 - 3.68% (8.77 MB)

[#015] sha256:34db33e76fcab7627bc81c3f2be6677e6f7b577c0eb5bf67551748722ebb834a - 0.09% (209 KB)

[#016] sha256:8bb3f9cf912c423c1c04107f64d44502a1216b51d1585380dfb7ea1b27312ba9 - 0.0% (8.08 KB)

[#017] sha256:518d3ccf42b27a1c37ef46e3d124ffe7678b1fb32522613c00e98bef4a9b6795 - 0.0% (1.49 KB)

[#018] sha256:fc1b3d8a0147b6d117b0db4c8b25e4bb6b1496269ad9e649d95aad2e76ea6ff0 - 0.0% (1.36 KB)

[#019] sha256:2644e21456cc811ff54f51637fd6725c425fcf8eb99e711d218017c6ab892ee3 - 0.0% (7.73 KB)

[#020] sha256:4cab73cbebf3e21d632e9a1d0bfc8598c9ce375614bb59d7e6881d5d470e853a - 0.0% (6.76 KB)

[#021] sha256:6e24c8ba50dcbdd541d35b89c1abe9daf1e2d90d54c0bf6486de4a0920213c91 - 0.0% (827 Bytes)

[#022] sha256:86c4bb3351579e2aeed0ba7f3b6b37d1e453a97eec90152daa5adf3e99786651 - 0.0% (823 Bytes)

[#023] sha256:f16bf0791a4a05ca63a186562814991ce79b89eb94e430ac8b629a902c6905bb - 0.0% (832 Bytes)

[#024] sha256:87e998d965349b8db65893a590e954eb57868c7ed476603d059e33e5b3c8826f - 0.0% (831 Bytes)

[#025] sha256:77bc827732e8ea6a05a24fe10ece5f9ce0dab141d2c58cb3c6d4d2dd87944aaa - 0.0% (831 Bytes)

[#026] sha256:94ea6b88647e3470ec4bcb0815da20e3f488fc7daa814e79fafe98a8ab6ec225 - 0.0% (820 Bytes)

[#027] sha256:a79b8c7ad0d49c0067502abe3fe9e026e89b5cff619ab26ddf80900951e93dee - 0.0% (835 Bytes)


History
2022-03-03 14:36:26 UTC

Apply image 1809-amd64

2022-03-09 18:22:14 UTC

cmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809

2022-03-09 18:22:14 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2022-03-09 18:22:33 UTC

cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2022-03-09 18:22:33 UTC

cmd /S /C #(nop) USER ContainerUser

2022-03-09 18:22:43 UTC

cmd /S /C #(nop) COPY dir:3f0e0729ed7d87c216bdbde8787b27766b28c1bef4edcea882905252adff6c9a in C:\Program Files\PowerShell

2022-03-09 18:23:11 UTC

cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"

2022-03-09 18:23:11 UTC

cmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0

2022-03-09 18:23:12 UTC

cmd /S /C #(nop) CMD ["pwsh.exe"]

2022-03-18 23:57:50 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2022-03-18 23:57:51 UTC

cmd /S /C #(nop) COPY file:f34617bbb855c1138dd22a9950223d71e55fa89de5fff8bc931bd0df9f5e95d8 in \Windows\System32\

2022-03-18 23:57:52 UTC

cmd /S /C #(nop) COPY multi:06b0f1725dda7c208bf0bde39cbc41e32131142f6ff60e24091dc4dcbb4f7fab in \Windows\

2022-03-18 23:57:53 UTC

cmd /S /C #(nop) COPY dir:8ddd7802c8a574da36b263e99db75e4e40c59dc00845ad167794bb6e23c55cef in \etc\nginx

2022-03-18 23:57:53 UTC

cmd /S /C #(nop) COPY multi:8e380a4cbad78b02d15ba8209db9694841d0f10022f2c4b9b44177de60083385 in \opt\cni\bin\

2022-03-18 23:57:54 UTC

cmd /S /C #(nop) COPY file:ab177972a280a956ea8f28c8da682e4c2981ab4112e47f8286b98342e280ee27 in \opt\bin\

2022-03-18 23:57:55 UTC

cmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins

2022-03-18 23:57:55 UTC

cmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\

2022-03-18 23:57:56 UTC

cmd /S /C #(nop) COPY dir:52e8d67b9607f7d05d00463fee075328fb854b44316d5dc5b5d1706e68b64cbd in \etc\confd\templates\

2022-03-18 23:57:56 UTC

cmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\

2022-03-18 23:57:56 UTC

cmd /S /C #(nop) COPY multi:b93f18f0710be06c1f2c6884af66d18575ee5fbe6715c5ed105a87ca390c4c6f in \usr\bin\

2022-03-18 23:57:57 UTC

cmd /S /C #(nop) COPY multi:420f58b6bcb7b3887c95978b2cbb1f305e73e5d7edd7c9e3e1478f7efa75abf6 in \share\scripts\

2022-03-18 23:57:57 UTC

cmd /S /C #(nop) VOLUME [c:/opt/rke-tools]

2022-03-18 23:57:57 UTC

cmd /S /C #(nop) VOLUME [c:/run]

2022-03-18 23:57:58 UTC

cmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]

2022-03-18 23:57:58 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.created=2022-03-18T23:50:36Z

2022-03-18 23:57:58 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.revision=112c23fc5ed73be550f5dc649ee76d9389c42a6d

2022-03-18 23:57:59 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rke-tools.git

2022-03-18 23:57:59 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rke-tools

Details
Created

2022-03-18 23:52:41 UTC

Size

2.62 GB

Content Digest
Labels
  • org.label-schema.build-date
    2022-03-18T23:50:17Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    112c23fc5ed73be550f5dc649ee76d9389c42a6d
  • org.label-schema.vcs-url
    https://github.com/rancher/rke-tools.git

Layers

[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.48% (1.4 GB)

[#001] sha256:06b127abbab45e5389c3fddfd5ce2f91ad3c64bfa2e224b621fa88aebae03e8b - 42.48% (1.11 GB)

[#002] sha256:773fd5f3816fbc09141488136279c85d7b005ba865e366cdf9ebaf4dfc2d074e - 0.0% (1.26 KB)

[#003] sha256:b5a099845c5650d2220c4fcc8ebdff262850c0390cd99f0af254fab1fd9d4e58 - 0.0% (1.25 KB)

[#004] sha256:c2e3fd3422e18a354d9e1ee6cc9e55dfc27e96a7bed0fed39dfac5c7ce14323d - 0.33% (8.87 MB)

[#005] sha256:e20f7b5c08a5b94240cb1cda6e85cf0209f1711b7ab672256a92c35b31a94dc7 - 0.22% (5.85 MB)

[#006] sha256:b1ae0aebf5ef2fcfe078950de9a6b51309c9a946cdac437dd8fcf9b7fd5dceb2 - 0.14% (3.74 MB)

[#007] sha256:1eac5ce516d1a7948d9f84848bb055cda4d09c26d41658378eea9948c36ae2f0 - 1.12% (29.9 MB)

[#008] sha256:2c26a74b8148e9ce885adf4bf349fc377a0df49da37afac1d84be8232ebc189a - 0.34% (9.2 MB)

[#009] sha256:60489f0055a4c4b3d3b6246e9ce93effeb7d7778216cd4ce5db6d0f98e0477ba - 0.03% (863 KB)

[#010] sha256:94f39cf0401052bb1115bf9530db7f6905ca626a58e03eed5a99f6b2bd72b687 - 0.39% (10.5 MB)

[#011] sha256:009232c554f98cf780775e0fe3e0b9668d656b2a7b6ad683f4b1797ce58b9109 - 0.02% (461 KB)

[#012] sha256:a1b9a80e5a5dc6cd646e9168ee1ee310b6ae3a4d77917ef9a4f7f3da4cf738ce - 0.39% (10.5 MB)

[#013] sha256:51a8dee2cac02a5cff27b96cad3d50de8ef6c598f55e6b99643bcfb1c13890be - 0.22% (5.91 MB)

[#014] sha256:0608e87780e5f449b356aa09f04e952ad4f3091f4e00a213823df246c56b3818 - 0.08% (2.17 MB)

[#015] sha256:f97f3f99bdfa10df4e2dac6b6ad38f687fa5dab55c751c142255afc4f4ae747b - 0.71% (19.1 MB)

[#016] sha256:bf05c7f1b051b0191fd2afb573f3bc371ce5b287770e7530ad8db52d15008bd7 - 0.03% (719 KB)

[#017] sha256:ae2e329ffb6a425e7a11c632cd0c58016769d9b836bea8aff4f70bc9de292919 - 0.02% (508 KB)

[#018] sha256:915178c240cd8787e0812d0df1a4dfb0603242c93b856bb090c888dbe1893e48 - 0.0% (1.93 KB)

[#019] sha256:10c1bb398cf2df9eebc86b70defc80a02df98df40233382eb709e3748ef2ee9c - 0.0% (1.79 KB)

[#020] sha256:939470dd071ba350ce6ca339ccfd69d8c1fb9c066fedc26dc533d3fb8dfec97d - 0.0% (8.15 KB)

[#021] sha256:b9d8e88ae5051ec56f7a111302500964ab1c18bc935db9b613050a35dec05a65 - 0.0% (7.21 KB)

[#022] sha256:c46206cbe5b020015ed97193a002250429d731ae3b20d80d0e413373f789d20f - 0.0% (1.28 KB)

[#023] sha256:b30685dfafc097ea4b966a663c430a906ac524af56864ef430522e17b7b6a357 - 0.0% (1.26 KB)

[#024] sha256:2920e325b83369cacdca679cb567c7c2c3486b2996e8aeb526e7243646eeaa88 - 0.0% (1.28 KB)

[#025] sha256:c2fb7db13852edd502921cccc85cbf85da4adbeff465a778b01f04f038274f23 - 0.0% (1.28 KB)

[#026] sha256:f3d74d7498d1b482e68a3fc1b5548b494caca6b72ef4c30282668e4d1cdcc22b - 0.0% (1.29 KB)

[#027] sha256:643d5eac5d618fcb8d6a753c573d13b7fd0b497a84a5b25fdc026af3a896ec48 - 0.0% (1.26 KB)

[#028] sha256:a6758bc5d5b9659b9bca0636b7c8271c01709459f51fd3722a9dfa213939b2d1 - 0.0% (1.29 KB)


History
2020-09-10 20:40:05 UTC

Apply image 20H2-RTM-amd64

2022-03-03 08:25:37 UTC

Install update 20H2-amd64

2022-03-18 23:50:24 UTC

cmd /S /C #(nop) ARG ARCH=amd64

2022-03-18 23:50:24 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2022-03-18 23:50:51 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }

2022-03-18 23:50:59 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/kelseyhightower/confd/releases/download/v0.16.0/confd-0.16.0-windows-amd64.exe'; Write-Host ('Downloading confd from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\confd.exe -Uri $URL; Write-Host 'Complete.'

2022-03-18 23:51:08 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'http://nginx.org/download/nginx-1.19.9.zip'; Write-Host ('Downloading nginx from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\nginx.zip -Uri $URL; Write-Host 'Expanding ...'; Expand-Archive -Force -Path c:\nginx.zip -DestinationPath c:\; Write-Host 'Complete.'

2022-03-18 23:51:18 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/containernetworking/plugins/releases/download/v0.9.1/cni-plugins-windows-amd64-v0.9.1.tgz'; function DeGZip-File ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading cni plugins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\containernetworking-plugins.tarz -Uri $URL; Write-Host 'Expanding ...'; DeGZip-File c:\containernetworking-plugins.tarz c:\containernetworking-plugins.tar; Expand-7Zip c:\containernetworking-plugins.tar c:\containernetworking\bin\.; Write-Host 'Complete.'

2022-03-18 23:51:26 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/flannel-io/flannel/releases/download/v0.15.0/flanneld.exe'; New-Item -Path c:\ -Name "flanneld" -ItemType "directory"; Write-Host ('Downloading flanneld from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\flanneld\flanneld.exe -Uri $URL; Write-Host 'Complete.'

2022-03-18 23:51:35 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/microsoft/K8s-Storage-Plugins/releases/download/V0.0.3/flexvolume-windows.zip'; Write-Host ('Downloading Volume Plugins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\flexvolume.zip -Uri $URL; Write-Host 'Expanding ...'; Expand-Archive -Force -Path c:\flexvolume.zip -DestinationPath c:\flexvolume\.; Write-Host 'Complete.'

2022-03-18 23:51:43 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.2.1/wins.exe'; Write-Host ('Downloading wins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\wins.exe -Uri $URL; Write-Host 'Complete.'

2022-03-18 23:51:50 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/pjh/gce-tools/raw/master/GceTools/GetGcePdName/GetGcePdName.dll'; Write-Host ('Downloading GetGcePdName DLL from {0}...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\GetGcePdName.dll -Uri $URL; Write-Host 'Complete.';

2022-03-18 23:51:58 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Move-Item -Path /wins.exe -Destination /Windows/

2022-03-18 23:52:05 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Move-Item -Path /confd.exe -Destination /Windows/

2022-03-18 23:52:13 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Item -Force -ItemType Directory -Path /etc; Move-Item -Path /nginx-1.19.9 -Destination /etc/nginx

2022-03-18 23:52:21 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Item -Force -ItemType Directory -Path /opt; New-Item -Force -ItemType Directory -Path /opt/cni; New-Item -Force -ItemType Directory -Path /opt/bin; New-Item -Force -ItemType Directory -Path /opt/cni/bin; Move-Item -Path /containernetworking/bin/*.exe -Destination /opt/cni/bin/; Move-Item -Path /flanneld/flanneld.exe -Destination /opt/bin/

2022-03-18 23:52:29 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Item -Force -ItemType Directory -Path /share; New-Item -Force -ItemType Directory -Path /gce-patch; New-Item -Force -ItemType Directory -Path /share/kubelet-volumeplugins; Move-Item -Path /flexvolume -Destination /share/kubelet-volumeplugins; Move-Item -Path /GetGcePdName.dll -Destination /share/gce-patch/

2022-03-18 23:52:36 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Item -ItemType SymbolicLink -Target "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -Path "C:\Windows\System32\WindowsPowerShell\v1.0\pwsh.exe"

2022-03-18 23:52:37 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY dir:52e8d67b9607f7d05d00463fee075328fb854b44316d5dc5b5d1706e68b64cbd in \etc\confd\templates\

2022-03-18 23:52:37 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\

2022-03-18 23:52:38 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:b93f18f0710be06c1f2c6884af66d18575ee5fbe6715c5ed105a87ca390c4c6f in \usr\bin\

2022-03-18 23:52:38 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:420f58b6bcb7b3887c95978b2cbb1f305e73e5d7edd7c9e3e1478f7efa75abf6 in \share\scripts\

2022-03-18 23:52:39 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [c:/opt/rke-tools]

2022-03-18 23:52:39 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [c:/run]

2022-03-18 23:52:39 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell.exe" "-NoLogo"]

2022-03-18 23:52:40 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2022-03-18T23:50:17Z

2022-03-18 23:52:40 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0

2022-03-18 23:52:41 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=112c23fc5ed73be550f5dc649ee76d9389c42a6d

2022-03-18 23:52:41 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git

Details
Created

2022-03-18 23:55:10 UTC

Size

108 MB

Content Digest
Labels
  • maintainer
    Rancher Labs <support@rancher.com>
  • org.opencontainers.image.created
    2022-03-18T23:54:43Z
  • org.opencontainers.image.revision
    112c23fc5ed73be550f5dc649ee76d9389c42a6d
  • org.opencontainers.image.source
    https://github.com/rancher/rke-tools.git
  • org.opencontainers.image.url
    https://github.com/rancher/rke-tools

Environment
CRIDOCKERD_URL

https://github.com/rancher/cri-dockerd/releases/download/v0.0.3/cri-dockerd-v0.0.3-linux-arm64.tgz

DOCKER_URL

DOCKER_URL_arm64

DOCKER_URL_amd64

https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz

DOCKER_URL_arm64

https://github.com/rancher/docker/releases/download/v1.12.3/docker-v1.12.3_arm64.tgz

ETCD_URL

https://github.com/etcd-io/etcd/releases/download/v3.4.15/etcd-v3.4.15-linux-arm64.tar.gz

NGINX_VERSION

1.21.0

NJS_VERSION

0.5.3

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PKG_RELEASE

1

RANCHER_CONFD_VERSION

v0.16.4


Layers

[#000] sha256:595b0fe564bb9444ebfe78288079a01ee6d7f666544028d5e96ba610f909ee43 - 2.39% (2.59 MB)

[#001] sha256:fa54502dbfa68efe963298dcce6e4f723ec39a05a74ceaef223ea78ddabad7c0 - 6.14% (6.63 MB)

[#002] sha256:d2cb09b9e6aac1edb47f17767d15ad1353d68394e83c433b02bca30bfe2a0e51 - 0.0% (602 Bytes)

[#003] sha256:7ef83e7b3a3b1a76d0669eb501446890204e5aab21ce4f8f879b30a6e55759d2 - 0.0% (893 Bytes)

[#004] sha256:80a3065a2c7e987e324adc88bb2ee4bc1782367fef275a2772488eabd3ded973 - 0.0% (666 Bytes)

[#005] sha256:c83609e9cc595f3cbff823ce908e9e2a99c607eab16158837ece99694252aaff - 0.0% (1.36 KB)

[#006] sha256:6de333c5c0e6cf0bc3a77a6ed2f99ecff342181eaad86f1cd84de9836575236c - 6.48% (7 MB)

[#007] sha256:2792a544c373fac4372684a994922d4d6db63f169a2abe5b2c010a89032fdf1c - 42.43% (45.8 MB)

[#008] sha256:67a2a6e4fe499411101a94308a16849b4008fed325b916a109191d1fc8134019 - 0.0% (161 Bytes)

[#009] sha256:e77a2d8400353d057b3996ff585056635f9afad942ff5170f4351d0b3fb3be71 - 33.16% (35.8 MB)

[#010] sha256:2d989d93736b52037a4aea1eb847cd5642ffb5fda92824df1250e071b06459a8 - 1.43% (1.55 MB)

[#011] sha256:0c93102c9d4f01bc99907cd5726f20486c518b7bbec1d7a3b8a8c91e2a3515c7 - 5.19% (5.61 MB)

[#012] sha256:3ef77a5b73f1b4f3b00b5b816b461d18aebbb57eb7eea9a2b61e07c9b231f08c - 0.0% (443 Bytes)

[#013] sha256:10d7d71e41ab9306e0b0c86bcfdb1e1bb86679434fe01f44856c04e9d2aee399 - 0.0% (276 Bytes)

[#014] sha256:24eb33f3dd56539cf1b6a6c4f7db31b09977a32425f1d9cb37230db14ac037c3 - 0.0% (900 Bytes)

[#015] sha256:3a5bc7045a0ce0fb574de1edc07e9ac25e80cf919a43ad7de4dcf38680ea9c42 - 0.0% (2.93 KB)

[#016] sha256:ddf403d73b6996ea92a82177757ea659acf3d029b2b3cfc6e841e5c4277f01b1 - 2.76% (2.98 MB)


History
2021-06-15 21:45:03 UTC

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

2021-06-15 21:45:04 UTC

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

2021-06-16 01:12:09 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>

2021-06-16 01:12:10 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.21.0

2021-06-16 01:12:10 UTC

/bin/sh -c #(nop) ENV NJS_VERSION=0.5.3

2021-06-16 01:12:10 UTC

/bin/sh -c #(nop) ENV PKG_RELEASE=1

2021-06-16 01:12:17 UTC

/bin/sh -c set -x && addgroup -g 101 -S nginx && adduser -S -D -H -u 101 -h /var/cache/nginx -s /sbin/nologin -G nginx -g nginx nginx && apkArch="$(cat /etc/apk/arch)" && nginxPackages=" nginx=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${PKG_RELEASE} " && case "$apkArch" in x86_64|aarch64) set -x && KEY_SHA512="e7fa8303923d9b95db37a77ad46c68fd4755ff935d0a534d26eba83de193c76166c68bfe7f65471bf8881004ef4aa6df3e34689c305662750c0172fca5d8552a *stdin" && apk add --no-cache --virtual .cert-deps openssl && wget -O /tmp/nginx_signing.rsa.pub https://nginx.org/keys/nginx_signing.rsa.pub && if [ "$(openssl rsa -pubin -in /tmp/nginx_signing.rsa.pub -text -noout | openssl sha512 -r)" = "$KEY_SHA512" ]; then echo "key verification succeeded!"; mv /tmp/nginx_signing.rsa.pub /etc/apk/keys/; else echo "key verification failed!"; exit 1; fi && apk del .cert-deps && apk add -X "https://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages ;; *) set -x && tempDir="$(mktemp -d)" && chown nobody:nobody $tempDir && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers libxslt-dev gd-dev geoip-dev perl-dev libedit-dev mercurial bash alpine-sdk findutils && su nobody -s /bin/sh -c " export HOME=${tempDir} && cd ${tempDir} && hg clone https://hg.nginx.org/pkg-oss && cd pkg-oss && hg up ${NGINX_VERSION}-${PKG_RELEASE} && cd alpine && make all && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz " && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/ && apk del .build-deps && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages ;; esac && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi && if [ -n "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi && if [ -n "/etc/apk/keys/nginx_signing.rsa.pub" ]; then rm -f /etc/apk/keys/nginx_signing.rsa.pub; fi && apk add --no-cache --virtual .gettext gettext && mv /usr/bin/envsubst /tmp/ && runDeps="$( scanelf --needed --nobanner /tmp/envsubst | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache $runDeps && apk del .gettext && mv /tmp/envsubst /usr/local/bin/ && apk add --no-cache tzdata && apk add --no-cache curl ca-certificates && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && mkdir /docker-entrypoint.d

2021-06-16 01:12:17 UTC

/bin/sh -c #(nop) COPY file:65504f71f5855ca017fb64d502ce873a31b2e0decd75297a8fb0a287f97acf92 in /

2021-06-16 01:12:17 UTC

/bin/sh -c #(nop) COPY file:0b866ff3fc1ef5b03c4e6c8c513ae014f691fb05d530257dfffd07035c1b75da in /docker-entrypoint.d

2021-06-16 01:12:17 UTC

/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d

2021-06-16 01:12:18 UTC

/bin/sh -c #(nop) COPY file:09a214a3e07c919af2fb2d7c749ccbc446b8c10eb217366e5a65640ee9edcc25 in /docker-entrypoint.d

2021-06-16 01:12:18 UTC

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

2021-06-16 01:12:18 UTC

/bin/sh -c #(nop) EXPOSE 80

2021-06-16 01:12:18 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2021-06-16 01:12:19 UTC

/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]

2022-03-18 23:54:45 UTC

/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>

2022-03-18 23:54:45 UTC

/bin/sh -c #(nop) ARG ARCH=amd64

2022-03-18 23:54:45 UTC

/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.12.3/docker-v1.12.3_arm64.tgz DOCKER_URL=DOCKER_URL_arm64

2022-03-18 23:54:45 UTC

/bin/sh -c #(nop) ENV CRIDOCKERD_URL=https://github.com/rancher/cri-dockerd/releases/download/v0.0.3/cri-dockerd-v0.0.3-linux-arm64.tgz

2022-03-18 23:54:48 UTC

|1 ARCH=arm64 /bin/sh -c apk -U upgrade && apk -U --no-cache add bash && rm -f /bin/sh && ln -s /bin/bash /bin/sh

2022-03-18 23:54:48 UTC

/bin/sh -c #(nop) ENV RANCHER_CONFD_VERSION=v0.16.4

2022-03-18 23:54:55 UTC

|1 ARCH=arm64 /bin/sh -c apk -U --no-cache add curl wget ca-certificates tar sysstat acl && mkdir -p /opt/rke-tools/bin /etc/confd && curl -sLf https://github.com/rancher/confd/releases/download/${RANCHER_CONFD_VERSION}/confd-${RANCHER_CONFD_VERSION}-linux-${ARCH} > /usr/bin/confd && chmod +x /usr/bin/confd && curl -sLf ${!DOCKER_URL} | tar xvzf - -C /opt/rke-tools/bin --strip-components=1 docker/docker && curl -sLf ${CRIDOCKERD_URL} | tar xvzf - -C /opt/rke-tools/bin --strip-components=1 cri-dockerd/cri-dockerd && chmod +x /opt/rke-tools/bin/cri-dockerd && curl -sLf https://storage.googleapis.com/kubernetes-release/release/v1.18.2/bin/linux/${ARCH}/kubectl > /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && apk del curl

2022-03-18 23:54:59 UTC

|1 ARCH=arm64 /bin/sh -c mkdir -p /opt/cni/bin

2022-03-18 23:55:01 UTC

|1 ARCH=arm64 /bin/sh -c wget -q -O - https://github.com/containernetworking/plugins/releases/download/v0.9.1/cni-plugins-linux-${ARCH}-v0.9.1.tgz | tar xzf - -C /tmp

2022-03-18 23:55:03 UTC

|1 ARCH=arm64 /bin/sh -c wget -q -O /tmp/portmap https://github.com/rancher/plugins/releases/download/v1.9.1-rancher1/portmap-${ARCH}

2022-03-18 23:55:03 UTC

/bin/sh -c #(nop) ENV ETCD_URL=https://github.com/etcd-io/etcd/releases/download/v3.4.15/etcd-v3.4.15-linux-arm64.tar.gz

2022-03-18 23:55:05 UTC

|1 ARCH=arm64 /bin/sh -c wget -q -O - ${ETCD_URL} | tar xzf - -C /tmp && mv /tmp/etcd-*/etcdctl /usr/local/bin/etcdctl && rm -rf /tmp/etcd-* && rm -f /etcd-*.tar.gz && apk del wget

2022-03-18 23:55:06 UTC

/bin/sh -c #(nop) COPY dir:0e956ee6a33257a02b7b3d7be0f8e173d276e6e3bf43535dec61354952c79657 in /etc/confd/templates/

2022-03-18 23:55:06 UTC

/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/

2022-03-18 23:55:06 UTC

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

2022-03-18 23:55:06 UTC

/bin/sh -c #(nop) COPY multi:ea77250dc6c936e947494161e88c94bef28bc2b24b8b11e5931bdfb2a150ecc9 in /opt/rke-tools/

2022-03-18 23:55:06 UTC

/bin/sh -c #(nop) COPY file:43c8c57d55872a60dff8d23710de4701eafd1107856c9ed357cda99b9bcc12e1 in /opt/rke-tools

2022-03-18 23:55:08 UTC

/bin/sh -c #(nop) VOLUME [/opt/rke-tools]

2022-03-18 23:55:09 UTC

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

2022-03-18 23:55:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-18T23:54:43Z

2022-03-18 23:55:09 UTC

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

2022-03-18 23:55:10 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rke-tools.git

2022-03-18 23:55:10 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rke-tools

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