stash (01)

Published 2024-10-06 17:02:30 +00:00 by sjenkins

Installation

docker pull gitea.home-net.work/sjenkins/stash:01
sha256:153539a3fef76dd9637db6edab3d02419e959d0e5ac862b569e242653bdb86d7

Image Layers

ADD file:087f68d5558e06c7160c9322582925635e7539a7702413828357c28c77f6f345 in /
CMD ["bash"]
/bin/sh -c apt-get update && apt-get install -y curl gnupg software-properties-common apt-transport-https python3 python3-pip python3-venv git
/bin/sh -c curl -fsSL https://code-server.dev/install.sh | sh
/bin/sh -c code-server --install-extension ms-python.python && code-server --install-extension ms-azuretools.vscode-docker
/bin/sh -c apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
EXPOSE 8080
CMD ["code-server" "--bind-addr" "0.0.0.0:8080" "--auth" "none"]
Details
Container
2024-10-06 17:02:30 +00:00
6
OCI / Docker
linux/amd64
543 MiB
Versions (1) View all
01 2024-10-06