gitea-workspaces/ubuntu-vscode-node (refs-pull-10-head)

Published 2024-09-16 10:58:14 +00:00 by Kocoder

Installation

docker pull git.kocoder.xyz/kocoded/gitea-workspaces/ubuntu-vscode-node:refs-pull-10-head
sha256:1be5446226bceb6f2c4198b88441352116f6e07d36eb7d851975c6f9f6411750

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
Container
2024-09-16 10:58:14 +00:00
0
OCI / Docker
linux/amd64
466 MiB
Versions (5) View all
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