2020-02-13 15:30:00 UTC
45.4 MB
DOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.12.3/docker-v1.12.3_arm64.tgz
ETCD_URLETCD_URL_amd64
ETCD_URL_amd64https://github.com/coreos/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-amd64.tar.gz
ETCD_URL_arm64https://github.com/etcd-io/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-arm64.tar.gz
NGINX_VERSION1.16.0
NJS_VERSION0.3.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_RELEASE1
[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 5.79% (2.63 MB)
[#001] sha256:8985e402e050840450bd9d60b40a9bec70d57a507b33a85e5c3b3caf2e0ada6e - 11.89% (5.4 MB)
[#002] sha256:17db0cf88595f11f86a13845a4455f57e9c253c8ca11af3d6c6ee9bb05a41398 - 1.27% (592 KB)
[#003] sha256:7134d5b7cfe9ec85956d721479635c1f996ab61c57572f85e08413fccd163f49 - 24.59% (11.2 MB)
[#004] sha256:af82e351c8c805d48e1e123cfb6784bfb1b6cc1747f0105f5d9eafd213c15ab9 - 0.0% (160 Bytes)
[#005] sha256:e2c6398cfb8039016ff5394642362494825f6d0db41e1d000c5e8085a0508e3c - 34.02% (15.4 MB)
[#006] sha256:b6ba18c25afe9cdd54b78bbedc6f9eca9251a99c612069d65fa1dc0d5b6190a7 - 3.67% (1.67 MB)
[#007] sha256:c8805cdae6d2a23d1102e90dfd287d56c2e3deeddb93e03a299da64a85a6acd6 - 10.84% (4.92 MB)
[#008] sha256:c8a6e696ab4db1c5419bce05946300b851607326461c075050486dea28f0c55d - 0.0% (440 Bytes)
[#009] sha256:3436d812e414d55f991b99f9358d3b917d713139b76d54f98ab8e40a7fc32afd - 0.0% (276 Bytes)
[#010] sha256:96089c57f83c37b0804ce05c42b49b90c1f996778b41de82499663c3a0f0663b - 0.0% (900 Bytes)
[#011] sha256:17912a0fc00236d7d179881251f5b30d2bd1974126812aa2855988b8de6eb5d5 - 0.0% (2.22 KB)
[#012] sha256:7bf97fa3166955b7a7d5bf4d43c89a24d9b4737a61a4ce6288f2e1771f55e765 - 7.93% (3.6 MB)
/bin/sh -c #(nop) ADD file:a86aea1f3a7d68f6ae03397b99ea77f2e9ee901c5c59e59f76f93adbb4035913 in /
2019-05-11 00:07:03 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-05-11 00:34:31 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2019-05-11 00:37:48 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.16.0
2019-05-11 00:37:48 UTC/bin/sh -c #(nop) ENV NJS_VERSION=0.3.1
2019-05-11 00:37:48 UTC/bin/sh -c #(nop) ENV PKG_RELEASE=1
2019-05-11 00:37:59 UTC/bin/sh -c set -x && 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) set -x && KEY_SHA512="e7fa8303923d9b95db37a77ad46c68fd4755ff935d0a534d26eba83de193c76166c68bfe7f65471bf8881004ef4aa6df3e34689c305662750c0172fca5d8552a *stdin" && apk add --no-cache --virtual .cert-deps openssl curl ca-certificates && curl -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 && printf "%s%s%s\n" "http://nginx.org/packages/alpine/v" `egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release` "/main" | tee -a /etc/apk/repositories && apk del .cert-deps ;; *) 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 " && echo "${tempDir}/packages/alpine/" >> /etc/apk/repositories && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/ && apk del .build-deps ;; esac && apk add --no-cache $nginxPackages && 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 && sed -i '$ d' /etc/apk/repositories && 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 && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log
2019-05-11 00:38:01 UTC/bin/sh -c #(nop) EXPOSE 80
2019-05-11 00:38:01 UTC/bin/sh -c #(nop) STOPSIGNAL SIGTERM
2019-05-11 00:38:01 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2020-02-13 15:29:46 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2020-02-13 15:29:47 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-02-13 15:29:47 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
2020-02-13 15:29:48 UTC|1 ARCH=amd64 /bin/sh -c apk -U --no-cache add bash && rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-02-13 15:29:50 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/kelseyhightower/confd/releases/download/v0.16.0/confd-0.16.0-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 && chmod +x /opt/rke-tools/bin/docker && apk del curl
2020-02-13 15:29:51 UTC|1 ARCH=amd64 /bin/sh -c mkdir -p /opt/cni/bin
2020-02-13 15:29:53 UTC|1 ARCH=amd64 /bin/sh -c wget -q -O - https://github.com/containernetworking/cni/releases/download/v0.4.0/cni-${ARCH}-v0.4.0.tgz | tar xzf - -C /tmp
2020-02-13 15:29:54 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}
2020-02-13 15:29:55 UTC/bin/sh -c #(nop) ENV ETCD_URL_amd64=https://github.com/coreos/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-amd64.tar.gz ETCD_URL_arm64=https://github.com/etcd-io/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-arm64.tar.gz ETCD_URL=ETCD_URL_amd64
2020-02-13 15:29:56 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
2020-02-13 15:29:57 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2020-02-13 15:29:57 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2020-02-13 15:29:57 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2020-02-13 15:29:57 UTC/bin/sh -c #(nop) COPY multi:a40defef61948d2e245c428db8db8bbef5784f8e3c63a3e4d87edbff5fec0040 in /opt/rke-tools/
2020-02-13 15:29:58 UTC/bin/sh -c #(nop) COPY file:79a856fbc5831c53e870fbc72881b6dd99b6ece287adfa9ca6f85a5b5d5ecef0 in /opt/rke-tools
2020-02-13 15:29:58 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2020-02-13 15:29:58 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-02-13 15:29:59 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-02-13T15:29:45Z
2020-02-13 15:29:59 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-02-13 15:30:00 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=64c1facb4b6e5685f9ec70d0bf8074035d8acc3e
2020-02-13 15:30:00 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-02-13 15:37:41 UTC
188 MB
C:\Users\ContainerAdministrator\AppData\Local
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:ee446884f7bef76f8275c2f16add1c4fb598bea2ba861e72bce8fb4aac9b55ef - 51.25% (96.4 MB)
[#001] sha256:47ea430d7f8644a27d24f899fad0dab5a80820204168ce27d91437b5f5455cf7 - 0.0% (866 Bytes)
[#002] sha256:44cd13317a5a23a87cd45b5e4fa855a23bb11aab50e0240ef8a94cef5be96bfa - 0.0% (829 Bytes)
[#003] sha256:57cfc7f563e36021479a834591c57a009c5a18889edd2e1ad944c4c8fe77ecbb - 0.0% (860 Bytes)
[#004] sha256:8675c11a165f422c761da2734fd88dada2601d8c445738e3019fde678a3cd618 - 0.0% (833 Bytes)
[#005] sha256:c285d2773769d7fad9e39d8b071bf7ff6beaa02d43db3d0d7e65a5b3da0aeb68 - 0.0% (855 Bytes)
[#006] sha256:5b51386955cd0efd5707455e5261fe1f0c62888540e6b67869414e36eaf7d76a - 0.0% (865 Bytes)
[#007] sha256:0ce1631e511faf90e382f498b05053d878015a06145de7a11c17e150d4ca601c - 0.04% (70.4 KB)
[#008] sha256:66cfbd60f83bd0afb2d78399f69e304c2a5fe1899942065faaeb34a1581a50f5 - 0.0% (831 Bytes)
[#009] sha256:c78ef9e7d750d5337bdb0a17e712f245164e00c884f65fd0cb2616b3af23fba2 - 29.13% (54.8 MB)
[#010] sha256:1c9982ae3fbd3f10e97de381f9bec25f89d4ceeef468edb0f6bf063b55c04500 - 0.07% (135 KB)
[#011] sha256:9b387c3cd223ed7ca2871b1e196d117cf8bcad9cde7e9d3470f6138419bd13f9 - 0.0% (831 Bytes)
[#012] sha256:09e583a4304b0ba18dcccb93c2ad999c878605a066f594a16556c7a56567de33 - 0.0% (945 Bytes)
[#013] sha256:4a44b04f00c9a4f18393ec1e7751cdc2ccc78abe82a77ed6428c3f58a5f14922 - 0.02% (41.5 KB)
[#014] sha256:d0f7ed360c94ae747cf6350b243e9dc8ea480dd34368efedf1095c40dd19e04d - 5.25% (9.88 MB)
[#015] sha256:b820731333bc1e549bf29fe08be3cdb9713ed4de1e70cd468db2324c2b71569b - 0.88% (1.66 MB)
[#016] sha256:e980233688fdb21be259a764e407fdd5565f4044ed085cdf557c499aaac62448 - 8.84% (16.6 MB)
[#017] sha256:506e2307fb84fa85d476f6a231891d0cefbbd3fcc4eba814ad9197f7de646d94 - 4.39% (8.26 MB)
[#018] sha256:7daacd8c44e1bc506e34a6a00d3c9559b1039b03ab6e39a4242769f7bf40ed96 - 0.11% (209 KB)
[#019] sha256:735631d21cd1bb85c4a4e67378d75f984e932fc0062d81c6366a301db72df2ec - 0.0% (8.06 KB)
[#020] sha256:7f652305279fdb8d2c7285284f74184a6a2f62ecbc8fa81c776882f406c9784e - 0.0% (1.53 KB)
[#021] sha256:dbbd7a199c53e8ada826c2279dfbb0afccd21fa570e3c57abc9c5cb642509c4f - 0.0% (1.38 KB)
[#022] sha256:d600ad642d2e4920306b252b8583c18d4ba5783714d7348fada99fc6ce6e392c - 0.0% (7.03 KB)
[#023] sha256:5824694dde8a6f0e0728c38ffde685221327c570f0d65bd1a915d72d01005759 - 0.0% (6.04 KB)
[#024] sha256:ef3590fe13d4d452d19aab666648cae368d88ef27e90f10f8087812cf923d4ec - 0.0% (826 Bytes)
[#025] sha256:a1376487addf0218004d10c96c99cab2d8e1521c779281f430e66f1ac4beedd6 - 0.0% (891 Bytes)
[#026] sha256:7fc9e437b54cf4e2d243aecb9573ef8ce87d7df7273301b0fa861889ac8c1793 - 0.0% (834 Bytes)
[#027] sha256:4ca42b305eb638ef17f5c4db43edafd41161bf03dba831f61a6f31a7a04afda6 - 0.0% (876 Bytes)
[#028] sha256:95213855b7ad5ca3d959137f1bfc12c519dd04a6f4afdd0fd11a58cea58dbf6f - 0.0% (900 Bytes)
[#029] sha256:05257703dac058b861eac9e2c1b3afb6a853032eb0e4d36f4740260a0feec37a - 0.0% (831 Bytes)
[#030] sha256:f7cf2f7230e3eb3894f69ea0e976d91c0a31a3c8aa669ba4d110da10165e9cad - 0.0% (875 Bytes)
Apply image 1809-KB4534273-amd64
2020-01-23 03:49:01 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-01-23 03:49:02 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2020-01-23 03:49:03 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-01-23 03:49:03 UTCcmd /S /C #(nop) LABEL maintainer=PowerShell Team <powershellteam@hotmail.com> readme.md=https://github.com/PowerShell/PowerShell/blob/master/docker/README.md description=This Dockerfile will install the latest release of PowerShell. org.label-schema.usage=https://github.com/PowerShell/PowerShell/tree/master/docker#run-the-docker-image-you-built org.label-schema.url=https://github.com/PowerShell/PowerShell/blob/master/docker/README.md org.label-schema.vcs-url=https://github.com/PowerShell/PowerShell-Docker org.label-schema.name=powershell org.label-schema.vcs-ref=1b86687 org.label-schema.vendor=PowerShell org.label-schema.version=6.2.4 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1809 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1809 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1809 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1809 pwsh -c Get-Help
2020-01-23 03:49:04 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows
2020-01-23 03:49:05 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-01-23 03:49:27 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1809 PS_VERSION=6.2.4 VCS_REF=1b86687 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-01-23 03:49:27 UTCcmd /S /C #(nop) USER ContainerUser
2020-01-23 03:49:39 UTCcmd /S /C #(nop) COPY dir:2f00bf82e63c5dd02333f4096765b58fecb234a2d8670721ee35a37d09fa8422 in C:\Program Files\PowerShell
2020-01-23 03:50:09 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1809 PS_VERSION=6.2.4 VCS_REF=1b86687 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 ; }"
2020-01-23 03:50:09 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-02-13 15:37:25 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-02-13 15:37:27 UTCcmd /S /C #(nop) COPY file:7c80292bbdacca850f1c78ac775579f109a75cbe9ac1bb97343dd4ce682a68b3 in \Windows\System32\
2020-02-13 15:37:29 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-02-13 15:37:30 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-02-13 15:37:33 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-02-13 15:37:34 UTCcmd /S /C #(nop) COPY file:89fcfaba3ae82bb701610bdb83ac925252c85793e71c3784cf6e75cbebb9d82f in \opt\bin\
2020-02-13 15:37:35 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-02-13 15:37:36 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-02-13 15:37:36 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-02-13 15:37:37 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-02-13 15:37:37 UTCcmd /S /C #(nop) COPY multi:fcb395e7f24a96701c6e2314e25b98bdd8737c6dace15d4c637fa55c82a8f7c5 in \usr\bin\
2020-02-13 15:37:38 UTCcmd /S /C #(nop) COPY multi:27f6380748a84bc063fd4ce00431bcd734a0a88e494f3fcb56011600ed4adf95 in \share\scripts\
2020-02-13 15:37:38 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-02-13 15:37:39 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-02-13 15:37:39 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-02-13 15:37:40 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-02-13T15:31:11Z
2020-02-13 15:37:40 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-02-13 15:37:41 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=64c1facb4b6e5685f9ec70d0bf8074035d8acc3e
2020-02-13 15:37:41 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-02-13 15:38:55 UTC
190 MB
C:\Users\ContainerAdministrator\AppData\Local
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:aeef11c1b4a67e94f1cec604aad417558d9795c165856f62eefaee4cede5eff4 - 51.69% (98 MB)
[#001] sha256:4b5acfd56b98a561536b3a940e72897efa3ffe302d340d73f10484c2f856c44b - 0.0% (828 Bytes)
[#002] sha256:4a302c14438b9e2a5774bf45419ec78f07cbc82b40f11638b9d8cb75974dde02 - 0.0% (830 Bytes)
[#003] sha256:e5e9b6bdde2b03149d2d64a5cca155d9824e1060f2746cd321d9bad0bddb0912 - 0.0% (832 Bytes)
[#004] sha256:f6233237e696a5ffdaf79f1836d2718d5ee50474458f678bf76585b065022046 - 0.0% (830 Bytes)
[#005] sha256:faf7335a4260f1ec798f2179db514a6c23202b1a200eaee7d0c58b22c300ffd3 - 0.0% (832 Bytes)
[#006] sha256:b68ce3a8a7988380cfc6453b4a9c47b42024bd269dbcb6c427ece626abfbdfda - 0.0% (831 Bytes)
[#007] sha256:321e9fe8e37d6f8d0bdcdd8046fbb74c5ce64825514443600d394dac4245c51c - 0.03% (65.8 KB)
[#008] sha256:fc4d2457580615ec6aa0bb7410767ae91a609c37e43f523092d73b163ed06248 - 0.0% (833 Bytes)
[#009] sha256:5d4795563e6779b8296eafe37a6f6d972b456d5aed6dc95c6f42cf71fbe61f07 - 28.88% (54.8 MB)
[#010] sha256:76294ece1bf01693fff810e31c9dae6bac1f25811b54d8a77a041edb5d4a26dc - 0.05% (97.3 KB)
[#011] sha256:276c6281cd666ef9e107d105972e25a1c9dfc361e3ae3aa2766dee859b1c74dc - 0.0% (833 Bytes)
[#012] sha256:f8d3b64349190889eac43e62107d9e013fa2bea19ac34bd6fd6639b73fa614d0 - 0.0% (904 Bytes)
[#013] sha256:f9e3f23e95a29f1c9da655d838585cdea373cceb2d413d688b6671d7545e8cf0 - 0.02% (41.4 KB)
[#014] sha256:72649548f7486a6da926018bbc6c66088d03003719a4c59046283d3a3557f38f - 5.21% (9.88 MB)
[#015] sha256:6bac06bc7ace08545f90e67c5df857f7b8f94ffa1c007d3631b3b84761bec6fa - 0.87% (1.66 MB)
[#016] sha256:3a28d1652d1fac451f5e5efa8716f6588a09cb9c2dcfe75866e7c4894db2d0a3 - 8.77% (16.6 MB)
[#017] sha256:51bb38f5a806bd6ed7f82a38a4da2f4f1503c8e15bb31d461d6df0af58b1a82a - 4.35% (8.26 MB)
[#018] sha256:e5663e4dafdba1cf4ba6e9dd1419619583ce15157526b7eebff593aa493af423 - 0.11% (209 KB)
[#019] sha256:ff89336ec612d43a5ee9034306e6ba1cede1f56be44a6b8419f64bc1824a346f - 0.0% (8.07 KB)
[#020] sha256:17eb78a9f4395d3c4d2f89f125b318c2b6f94097acac33aaade9675660d747e7 - 0.0% (1.58 KB)
[#021] sha256:98c286475eea61c53d0514aba90c25916ae309f8c9935689616409b5729e746b - 0.0% (1.4 KB)
[#022] sha256:bdb898c950272798d44b90f2bea9a4f10ebc65238e9082afa3014661cf45b507 - 0.0% (7.02 KB)
[#023] sha256:073ed1cf91f2987f89cd22c9d41ac0ab9732a862958e9b277a467360fce8ea89 - 0.0% (6.07 KB)
[#024] sha256:431b5ffde537aaee199ef695be2682e29b394516cc2f9c525908e22e053c2f1c - 0.0% (879 Bytes)
[#025] sha256:c664b02a97e1bf1bc7487864b64fff3c81ea3e6bac5bdcca9bd30528d7ffa3d4 - 0.0% (878 Bytes)
[#026] sha256:a297fe689ecf9186c2023c4980b4a2c6f0c0544a62743e196d984ea06937a39f - 0.0% (829 Bytes)
[#027] sha256:70405202b4aa2e4acdb229f96ac5dcf38c05c7c7113236944cbf730e752a50b0 - 0.0% (931 Bytes)
[#028] sha256:3b8dfd10dcc929ab2d323ab32ccd8c3a98e4bf7345901b0af1716ec5df12d9a0 - 0.0% (836 Bytes)
[#029] sha256:75508acbf0238ebd14e038a1814d32472386236fdf0a18444d5f6ac06e76de5d - 0.0% (932 Bytes)
[#030] sha256:a6abc7dd88b56cbd8abeead62aec49d0757142c90bd5e1ce8c95fa6f050a11fd - 0.0% (882 Bytes)
Apply image 1903-KB4530684-amd64
2020-01-23 03:54:17 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-01-23 03:54:18 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2020-01-23 03:54:18 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-01-23 03:54:19 UTCcmd /S /C #(nop) LABEL maintainer=PowerShell Team <powershellteam@hotmail.com> readme.md=https://github.com/PowerShell/PowerShell/blob/master/docker/README.md description=This Dockerfile will install the latest release of PowerShell. org.label-schema.usage=https://github.com/PowerShell/PowerShell/tree/master/docker#run-the-docker-image-you-built org.label-schema.url=https://github.com/PowerShell/PowerShell/blob/master/docker/README.md org.label-schema.vcs-url=https://github.com/PowerShell/PowerShell-Docker org.label-schema.name=powershell org.label-schema.vcs-ref=1b86687 org.label-schema.vendor=PowerShell org.label-schema.version=6.2.4 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1903 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1903 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1903 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1903 pwsh -c Get-Help
2020-01-23 03:54:20 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows
2020-01-23 03:54:20 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-01-23 03:54:40 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1903 PS_VERSION=6.2.4 VCS_REF=1b86687 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-01-23 03:54:40 UTCcmd /S /C #(nop) USER ContainerUser
2020-01-23 03:54:52 UTCcmd /S /C #(nop) COPY dir:2f00bf82e63c5dd02333f4096765b58fecb234a2d8670721ee35a37d09fa8422 in C:\Program Files\PowerShell
2020-01-23 03:55:24 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1903 PS_VERSION=6.2.4 VCS_REF=1b86687 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 ; }"
2020-01-23 03:55:24 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-02-13 15:38:35 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-02-13 15:38:35 UTCcmd /S /C #(nop) COPY file:40905c89ebeb689893224df574528d0a87cc76f3611c8ca684a9a802d7cd450f in \Windows\System32\
2020-02-13 15:38:38 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-02-13 15:38:40 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-02-13 15:38:46 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-02-13 15:38:47 UTCcmd /S /C #(nop) COPY file:89fcfaba3ae82bb701610bdb83ac925252c85793e71c3784cf6e75cbebb9d82f in \opt\bin\
2020-02-13 15:38:48 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-02-13 15:38:48 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-02-13 15:38:49 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-02-13 15:38:49 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-02-13 15:38:50 UTCcmd /S /C #(nop) COPY multi:fcb395e7f24a96701c6e2314e25b98bdd8737c6dace15d4c637fa55c82a8f7c5 in \usr\bin\
2020-02-13 15:38:51 UTCcmd /S /C #(nop) COPY multi:27f6380748a84bc063fd4ce00431bcd734a0a88e494f3fcb56011600ed4adf95 in \share\scripts\
2020-02-13 15:38:51 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-02-13 15:38:52 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-02-13 15:38:52 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-02-13 15:38:53 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-02-13T15:32:01Z
2020-02-13 15:38:54 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-02-13 15:38:54 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=64c1facb4b6e5685f9ec70d0bf8074035d8acc3e
2020-02-13 15:38:55 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-02-13 15:29:11 UTC
42.7 MB
DOCKER_URL_arm64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.12.3/docker-v1.12.3_arm64.tgz
ETCD_URLETCD_URL_arm64
ETCD_URL_amd64https://github.com/coreos/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-amd64.tar.gz
ETCD_URL_arm64https://github.com/etcd-io/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-arm64.tar.gz
NGINX_VERSION1.16.0
NJS_VERSION0.3.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_RELEASE1
[#000] sha256:0362ad1dd800a9d92f8982fa28f173f9120266153830f990f7486f44b068968a - 6.01% (2.56 MB)
[#001] sha256:9af333ee6136727de78e785c6d6d6aba9ae74a102edb8a343ddb8d635a5755d6 - 12.84% (5.48 MB)
[#002] sha256:3a5b2e8bf929329849869601f9152cc5c37593605a42813ee107415c2b57b3d7 - 1.37% (601 KB)
[#003] sha256:e190c7174b75ce2785fc3be2a7054cecc2099fa4d9ffda7371e24be9060a254d - 23.84% (10.2 MB)
[#004] sha256:b1d2ca597782151ab4049f948756ca86caaf0f89247c4571fee3f61106a746d4 - 0.0% (161 Bytes)
[#005] sha256:7e37ff18a5b1e58d7a281094c94bf51b98e553c2fa76a5d1f53826a84cf8f67e - 33.72% (14.4 MB)
[#006] sha256:85fae7c25886c559b9d0458b9791dc021d6de2b3685986847b4ee6b682bb5ddd - 3.63% (1.55 MB)
[#007] sha256:0648b7dce05a3897ee7edbc870793c1d3ec7fbd34257531e9f51dd75364614dc - 10.81% (4.61 MB)
[#008] sha256:8b4f85e151d74c8fee64b8f495387bd42613814eba4be1005a726de07d8178ad - 0.0% (443 Bytes)
[#009] sha256:e60b62f193ae38ad6c468495d91b07e072f48d53f5505642203782c190bb5665 - 0.0% (276 Bytes)
[#010] sha256:07249a533dfdcc564aab852d2f294a88e0ba7234efc34c56f8a1c0d1e4d0fd96 - 0.0% (899 Bytes)
[#011] sha256:0ba226a540c2b75ca53a0874c7e4a169bece630d8fd7f28f361b4e95f92c114e - 0.01% (2.22 KB)
[#012] sha256:dbbd441d22465be848bc186f9bad08c06bb34d706e4e676e61350ad61b5bc498 - 7.77% (3.32 MB)
/bin/sh -c #(nop) ADD file:66f49017dd7ba295602526dbf210046e47fd097298c17a3f268a47487b5b6379 in /
2019-06-19 20:39:47 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-06-19 22:32:21 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2019-06-19 22:38:30 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.16.0
2019-06-19 22:38:30 UTC/bin/sh -c #(nop) ENV NJS_VERSION=0.3.1
2019-06-19 22:38:30 UTC/bin/sh -c #(nop) ENV PKG_RELEASE=1
2019-06-19 22:41:40 UTC/bin/sh -c set -x && 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) set -x && KEY_SHA512="e7fa8303923d9b95db37a77ad46c68fd4755ff935d0a534d26eba83de193c76166c68bfe7f65471bf8881004ef4aa6df3e34689c305662750c0172fca5d8552a *stdin" && apk add --no-cache --virtual .cert-deps openssl curl ca-certificates && curl -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 && printf "%s%s%s\n" "http://nginx.org/packages/alpine/v" `egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release` "/main" | tee -a /etc/apk/repositories && apk del .cert-deps ;; *) 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 " && echo "${tempDir}/packages/alpine/" >> /etc/apk/repositories && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/ && apk del .build-deps ;; esac && apk add --no-cache $nginxPackages && 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 && sed -i '$ d' /etc/apk/repositories && 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 && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log
2019-06-19 22:41:41 UTC/bin/sh -c #(nop) EXPOSE 80
2019-06-19 22:41:41 UTC/bin/sh -c #(nop) STOPSIGNAL SIGTERM
2019-06-19 22:41:42 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2020-02-13 15:28:56 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2020-02-13 15:28:56 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-02-13 15:28:56 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
2020-02-13 15:28:57 UTC|1 ARCH=arm64 /bin/sh -c apk -U --no-cache add bash && rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-02-13 15:29:01 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/kelseyhightower/confd/releases/download/v0.16.0/confd-0.16.0-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 && chmod +x /opt/rke-tools/bin/docker && apk del curl
2020-02-13 15:29:02 UTC|1 ARCH=arm64 /bin/sh -c mkdir -p /opt/cni/bin
2020-02-13 15:29:04 UTC|1 ARCH=arm64 /bin/sh -c wget -q -O - https://github.com/containernetworking/cni/releases/download/v0.4.0/cni-${ARCH}-v0.4.0.tgz | tar xzf - -C /tmp
2020-02-13 15:29:06 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}
2020-02-13 15:29:06 UTC/bin/sh -c #(nop) ENV ETCD_URL_amd64=https://github.com/coreos/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-amd64.tar.gz ETCD_URL_arm64=https://github.com/etcd-io/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-arm64.tar.gz ETCD_URL=ETCD_URL_arm64
2020-02-13 15:29:08 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
2020-02-13 15:29:08 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2020-02-13 15:29:09 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2020-02-13 15:29:09 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2020-02-13 15:29:09 UTC/bin/sh -c #(nop) COPY multi:a40defef61948d2e245c428db8db8bbef5784f8e3c63a3e4d87edbff5fec0040 in /opt/rke-tools/
2020-02-13 15:29:10 UTC/bin/sh -c #(nop) COPY file:a84bad629d5bb3375ee3780137591ef9531ed9651f2f1e4ee78924deeb3fd966 in /opt/rke-tools
2020-02-13 15:29:10 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2020-02-13 15:29:10 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-02-13 15:29:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-02-13T15:28:52Z
2020-02-13 15:29:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-02-13 15:29:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=64c1facb4b6e5685f9ec70d0bf8074035d8acc3e
2020-02-13 15:29:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
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.