gitea-workspaces/ubuntu-vscode-node (refs-pull-9-head)
Published 2024-09-16 10:51:08 +00:00 by Kocoder
Installation
docker pull git.kocoder.xyz/kocoded/gitea-workspaces/ubuntu-vscode-node:refs-pull-9-head
sha256:93ec21b55756e9de0943d711a2181a6bc386b4ed8799f66ebe6aa8b9d6c518ff
Image Layers
ARG RELEASE |
ARG LAUNCHPAD_BUILD_ARCH |
LABEL org.opencontainers.image.ref.name=ubuntu |
LABEL org.opencontainers.image.version=22.04 |
ADD file:2f8a54a5efd080fb81efea702b4e3e07d946eec7563fb2281bd28950c10ec462 in / |
CMD ["/bin/bash"] |
RUN apt-get update -y && apt-get upgrade -y |
RUN apt-get install apt-transport-https -y |
RUN apt-get install openssh-server sudo curl wget nano vim git -y |
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash |
RUN source ~/.bashrc && nvm install --lts |
RUN curl -fsSL https://code-server.dev/install.sh | sh |
RUN useradd -ms /bin/bash kocoded-workspaces -p "$(openssl passwd -1 ubuntu)" |
RUN usermod -aG sudo kocoded-workspaces |
RUN systemctl enable code-server@kocoded-workspaces |
COPY ubuntu-vscode-node/vscode-config.yaml /home/kocoded-workspaces/.config/code-server/config.yaml |
RUN chown -R kocoded-workspaces /home/kocoded-workspaces |
Labels
Key | Value |
---|---|
org.opencontainers.image.ref.name | ubuntu |
org.opencontainers.image.version | 22.04 |
Details
2024-09-16 10:51:08 +00:00
Versions (5)
View all
Container
0
OCI / Docker
linux/amd64
466 MiB
latest
2024-09-16
main
2024-09-16
refs-pull-10-head
2024-09-16
kocoder-patch-1
2024-09-16
refs-pull-9-head
2024-09-16