2026-05-08 11:53:34 UTC
5.94 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT_ADDR:62100
WCS_ROOT/app
WCS_WEB/app/public
[#000] sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 - 58.26% (3.46 MB)
[#001] sha256:f0c2d56aef7ca2f7e7677cf10f9c886a7e0882876344c27728a1f7d81aec98fa - 0.0% (93 Bytes)
[#002] sha256:e1f980c72002ae7d49104aae4da87d543b50dd0c45611c084ba2515523d2812c - 0.01% (906 Bytes)
[#003] sha256:273fcf70c63202740f486731b0f009af5cfc033e15006efdc593652cfb755f17 - 41.66% (2.48 MB)
[#004] sha256:eab7ad7de25641eb2958a231b35e4f6723937ae6cdf411fca3914a72148d41bb - 0.06% (3.5 KB)
[#005] sha256:937c8c882a57c6df3e4108a313d7ea156496bb6392ef90e1673569712c49e721 - 0.0% (205 Bytes)
ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
2026-04-16 23:53:26 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-05-08 11:53:13 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-05-08 11:53:13 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c adduser -D -H -u 10001 wcs # buildkit
2026-05-08 11:53:34 UTC (buildkit.dockerfile.v0)COPY /out/wcs-web-login /app/wcs-web-login # buildkit
2026-05-08 11:53:34 UTC (buildkit.dockerfile.v0)COPY GOLANG/public /app/public # buildkit
2026-05-08 11:53:34 UTC (buildkit.dockerfile.v0)COPY config.example.json /app/config.example.json # buildkit
2026-05-08 11:53:34 UTC (buildkit.dockerfile.v0)ENV WCS_ROOT=/app
2026-05-08 11:53:34 UTC (buildkit.dockerfile.v0)ENV WCS_WEB=/app/public
2026-05-08 11:53:34 UTC (buildkit.dockerfile.v0)ENV PORT_ADDR=:62100
2026-05-08 11:53:34 UTC (buildkit.dockerfile.v0)EXPOSE [62100/tcp]
2026-05-08 11:53:34 UTC (buildkit.dockerfile.v0)USER wcs
2026-05-08 11:53:34 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/app/wcs-web-login"]
2026-05-08 11:53:34 UTC (buildkit.dockerfile.v0)CMD ["-root" "/app" "-web" "/app/public" "-addr" ":62100"]
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.