2021-06-03 03:23:32 UTC
137 MB
debug
LC_ALLC.UTF-8
LD_LIBRARY_PATH/usr/local/guacamole/lib
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:69692152171afee1fd341febc390747cfca2ff302f2881d8b394e786af605696 - 18.93% (25.9 MB)
[#001] sha256:d884362f8d655db615212b957ee01684bad328ef391c808aba21972119200072 - 0.0% (299 Bytes)
[#002] sha256:642670135f62c32cc7eed64f54750f685c449579dc660b7c95ca83a119869c5d - 5.09% (6.96 MB)
[#003] sha256:f2f9e484b2f88d06ef8c41b006f52b170bb7fa03c8bde2252b78767f4fc75313 - 47.62% (65.1 MB)
[#004] sha256:31b2c41bb9756f5fbf38da08e17a32f9c981bc31a120a832f6b31d96055ebdb7 - 0.0% (255 Bytes)
[#005] sha256:5a4d603bde6f21542a8c3a556d9d3ae9924ac4acbe4151918fc65654642cb0a2 - 0.0% (638 Bytes)
[#006] sha256:9775c16c68dbfee7bdf56ceb0664bd1d89eaa1aa09f96cefba2453f2c3188049 - 0.0% (3.44 KB)
[#007] sha256:748879e3638dd2ddfa8fca84fd3ccf7b0a57dae7aa9c3cac69326223be481ae8 - 0.0% (146 Bytes)
[#008] sha256:98b0a7e0462772c09043bfe6b330fefaf767d6fa5504e462e1d0e93b970bc159 - 0.0% (289 Bytes)
[#009] sha256:d7f822ed5675722bca541cc1b6bcebd000caf806a84abced7dead1ddbce6a39f - 17.57% (24 MB)
[#010] sha256:a85cc9d957801135b0da722ffce58b783ff4b90252b0239a28e12fe28d4866f8 - 1.03% (1.41 MB)
[#011] sha256:846672ec492b297cbea9c7b4e2af58779b4e803c4f7de90c03043174c8788adb - 9.76% (13.4 MB)
[#012] sha256:daaf0fd27183d1b26a6a913492634007d1020d1a7468579d8a40527f48f6749b - 0.0% (821 Bytes)
[#013] sha256:057dd919942a6f1cb6f2e8188fc84e856d0f8efd286a2b593c0af4563e8fd476 - 0.0% (363 Bytes)
/bin/sh -c #(nop) ADD file:7362e0e50f30ff45463ea38bb265cb8f6b7cd422eb2d09de7384efa0b59614be in /
2021-05-12 01:21:22 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-06-02 14:06:23 UTC (buildkit.dockerfile.v0)ARG DEBIAN_RELEASE=buster-backports
2021-06-02 14:06:23 UTC (buildkit.dockerfile.v0)RUN |1 DEBIAN_RELEASE=buster-backports /bin/sh -c grep " ${DEBIAN_RELEASE} " /etc/apt/sources.list || echo >> /etc/apt/sources.list "deb http://deb.debian.org/debian ${DEBIAN_RELEASE} main contrib non-free" # buildkit
2021-06-02 14:06:23 UTC (buildkit.dockerfile.v0)ARG PREFIX_DIR=/usr/local/guacamole
2021-06-02 14:06:23 UTC (buildkit.dockerfile.v0)ENV LC_ALL=C.UTF-8
2021-06-02 14:06:23 UTC (buildkit.dockerfile.v0)ENV LD_LIBRARY_PATH=/usr/local/guacamole/lib
2021-06-02 14:06:23 UTC (buildkit.dockerfile.v0)ENV GUACD_LOG_LEVEL=info
2021-06-02 14:06:23 UTC (buildkit.dockerfile.v0)ARG RUNTIME_DEPENDENCIES= netcat-openbsd ca-certificates ghostscript fonts-liberation fonts-dejavu xfonts-terminus
2021-06-02 14:06:23 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2021-06-02 14:08:19 UTC (buildkit.dockerfile.v0)COPY /usr/local/guacamole /usr/local/guacamole # buildkit
2021-06-02 14:08:42 UTC (buildkit.dockerfile.v0)RUN |4 DEBIAN_RELEASE=buster-backports PREFIX_DIR=/usr/local/guacamole RUNTIME_DEPENDENCIES= netcat-openbsd ca-certificates ghostscript fonts-liberation fonts-dejavu xfonts-terminus DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -t ${DEBIAN_RELEASE} -y --no-install-recommends $RUNTIME_DEPENDENCIES && apt-get install -t ${DEBIAN_RELEASE} -y --no-install-recommends $(cat "${PREFIX_DIR}"/DEPENDENCIES) && rm -rf /var/lib/apt/lists/* # buildkit
2021-06-02 14:08:42 UTC (buildkit.dockerfile.v0)RUN |4 DEBIAN_RELEASE=buster-backports PREFIX_DIR=/usr/local/guacamole RUNTIME_DEPENDENCIES= netcat-openbsd ca-certificates ghostscript fonts-liberation fonts-dejavu xfonts-terminus DEBIAN_FRONTEND=noninteractive /bin/sh -c ${PREFIX_DIR}/bin/link-freerdp-plugins.sh ${PREFIX_DIR}/lib/freerdp2/libguac*.so # buildkit
2021-06-02 14:08:42 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "nc -z 127.0.0.1 4822 || exit 1"] "5m0s" "5s" "0s" '\x00'}
2021-06-02 14:08:42 UTC (buildkit.dockerfile.v0)ARG UID=1000
2021-06-02 14:08:42 UTC (buildkit.dockerfile.v0)ARG GID=1000
2021-06-02 14:08:42 UTC (buildkit.dockerfile.v0)RUN |6 DEBIAN_RELEASE=buster-backports PREFIX_DIR=/usr/local/guacamole RUNTIME_DEPENDENCIES= netcat-openbsd ca-certificates ghostscript fonts-liberation fonts-dejavu xfonts-terminus DEBIAN_FRONTEND=noninteractive UID=1000 GID=1000 /bin/sh -c groupadd --gid $GID guacd # buildkit
2021-06-02 14:08:42 UTC (buildkit.dockerfile.v0)RUN |6 DEBIAN_RELEASE=buster-backports PREFIX_DIR=/usr/local/guacamole RUNTIME_DEPENDENCIES= netcat-openbsd ca-certificates ghostscript fonts-liberation fonts-dejavu xfonts-terminus DEBIAN_FRONTEND=noninteractive UID=1000 GID=1000 /bin/sh -c useradd --system --create-home --shell /usr/sbin/nologin --uid $UID --gid $GID guacd # buildkit
2021-06-02 14:08:42 UTC (buildkit.dockerfile.v0)USER guacd
2021-06-02 14:08:42 UTC (buildkit.dockerfile.v0)EXPOSE map[4822/tcp:{}]
2021-06-02 14:08:42 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/usr/local/guacamole/sbin/guacd -b 0.0.0.0 -L $GUACD_LOG_LEVEL -f"]
2021-06-03 03:22:53 UTC/bin/sh -c #(nop) USER root
2021-06-03 03:22:53 UTC/bin/sh -c #(nop) WORKDIR /opt/lion
2021-06-03 03:22:53 UTC/bin/sh -c #(nop) ENV GUACD_LOG_LEVEL=debug
2021-06-03 03:22:54 UTC/bin/sh -c sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list && sed -i 's/security.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list
2021-06-03 03:23:30 UTC/bin/sh -c apt-get update && apt-get install -y supervisor curl
2021-06-03 03:23:30 UTC/bin/sh -c #(nop) COPY dir:98e2185627b9494adc71a23fc832c94a7f621c0dfe1ec35d44d472b7ab0edb95 in ui/lion/
2021-06-03 03:23:31 UTC/bin/sh -c #(nop) COPY file:07da6f732df77a37659b35d798c49539198a7816455ae4a84d24d58d2d5e16d8 in .
2021-06-03 03:23:31 UTC/bin/sh -c #(nop) COPY file:dd911b9704e8d600fb08761ec83e75fdf505c25fb51845bdf3f3dd395004c390 in .
2021-06-03 03:23:32 UTC/bin/sh -c #(nop) COPY file:73c0eaf1536898e8ac78a1ff6b0219f50d96efd03a51223467822b1835bf6e2f in /etc/supervisor/conf.d/supervisord.conf
2021-06-03 03:23:32 UTC/bin/sh -c #(nop) CMD ["/usr/bin/supervisord"]
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.