Namespace
kasmweb
Image / Tag
workspaces:aarch64-1.18.1
Content Digest
sha256:7d1405815080c18edbdbcf3ce92f6203cc1652116bbb5e37a80e21e5edfe48ba
Details
Created

2026-04-20 13:48:15 UTC

Size

250 MB

Content Digest
Labels
  • org.opencontainers.image.version
    24.04

Environment
DOCKER_TLS_CERTDIR

NVIDIA_DRIVER_CAPABILITIES

compute,graphics,video,utility

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:818154cda96df8bbb276b4f4339124da55756620a1037af15570bc95312850fa - 11.03% (27.5 MB)

[#001] sha256:5f6cf1ec3187b8c16ffe1a6fa6ff440fd778f8c1662c961eb90de65d9f36692b - 88.96% (222 MB)

[#002] sha256:8589a2a3d191cf8f9ee4fb2d708ecf084d2ba51ced13a0703801c129d9d07702 - 0.0% (4.39 KB)


History
2026-04-10 06:56:52 UTC

/bin/sh -c #(nop) ARG RELEASE

2026-04-10 06:56:52 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2026-04-10 06:56:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2026-04-10 06:56:54 UTC

/bin/sh -c #(nop) ADD file:c98b7645109cdf61ab97492b90629581b1b7cb925b9d58a5787a4aaeb719f2be in /

2026-04-10 06:56:54 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2026-04-20 13:48:15 UTC (buildkit.dockerfile.v0)

ARG OVERLAY_VERSION=v2.2.0.3

2026-04-20 13:48:15 UTC (buildkit.dockerfile.v0)

ARG RELEASE_TYPE=stable

2026-04-20 13:48:15 UTC (buildkit.dockerfile.v0)

ENV DOCKER_TLS_CERTDIR= NVIDIA_DRIVER_CAPABILITIES=compute,graphics,video,utility

2026-04-20 13:48:15 UTC (buildkit.dockerfile.v0)

RUN |2 OVERLAY_VERSION=v2.2.0.3 RELEASE_TYPE=stable /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y curl gnupg && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - && ARCH=$(uname -m | sed 's/x86_64/amd64/g' |sed 's/aarch64/arm64/g') && echo "deb [arch=${ARCH}] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list && curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg && curl -s -L https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list | sed 's#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' | tee /etc/apt/sources.list.d/nvidia-container-toolkit.list && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y --no-install-recommends bash btrfs-progs containerd.io docker-ce docker-ce-cli e2fsprogs fuse-overlayfs g++ gcc iproute2 iptables jq lsof make nodejs nvidia-container-toolkit nvidia-docker2 openssl pigz python3 sudo uidmap xfsprogs && echo "**** compose install ****" && mkdir -p /usr/local/lib/docker/cli-plugins && curl -L https://github.com/docker/compose/releases/download/v2.29.6/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/lib/docker/cli-plugins/docker-compose && chmod +x /usr/local/lib/docker/cli-plugins/docker-compose && echo "**** dind setup ****" && useradd -U dockremap && usermod -G dockremap dockremap && echo 'dockremap:165536:65536' >> /etc/subuid && echo 'dockremap:165536:65536' >> /etc/subgid && curl -o /usr/local/bin/dind -L https://raw.githubusercontent.com/moby/moby/master/hack/dind && chmod +x /usr/local/bin/dind && echo 'hosts: files dns' > /etc/nsswitch.conf && echo "**** setup init ****" && curl -o /tmp/s6-overlay-installer -L https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-$(uname -m | sed 's/x86_64/amd64/g')-installer && chmod +x /tmp/s6-overlay-installer && /tmp/s6-overlay-installer / && echo "**** setup wizard ****" && mkdir -p /wizard && if [ "${RELEASE_TYPE}" = "stable" ]; then KASM_VERSION=$(curl -sX GET 'https://api.github.com/repos/kasmtech/kasm-install-wizard/releases/latest' | jq -r '.name'); fi; echo "${KASM_VERSION}" > /version.txt && curl -o /tmp/wizard.tar.gz -L "https://github.com/kasmtech/kasm-install-wizard/archive/refs/tags/${KASM_VERSION}.tar.gz" && tar xf /tmp/wizard.tar.gz -C /wizard --strip-components=1 && cd /wizard && npm install && echo "**** add installer ****" && curl -o /tmp/kasm.tar.gz -L "https://kasm-static-content.s3.amazonaws.com/kasm_release_${KASM_VERSION}.tar.gz" && tar xf /tmp/kasm.tar.gz -C / && sed -i 's/-N -e -H/-N -B -e -H/g' /kasm_release/upgrade.sh && echo "exit 0" > /kasm_release/install_dependencies.sh && /kasm_release/bin/utils/yq_$(uname -m) -i '.services.proxy.depends_on = {"kasm_manager":{"condition": "service_healthy"},"kasm_api":{"condition": "service_healthy"},"kasm_agent":{"condition": "service_started"},"kasm_guac":{"condition": "service_started"}}' /kasm_release/docker/docker-compose-all.yaml && /kasm_release/bin/utils/yq_$(uname -m) -i '.services.kasm_manager.depends_on = {"db":{"condition": "service_healthy"}}' /kasm_release/docker/docker-compose-all.yaml && /kasm_release/bin/utils/yq_$(uname -m) -i '.services.kasm_api.depends_on = {"db":{"condition": "service_healthy"}}' /kasm_release/docker/docker-compose-all.yaml && /kasm_release/bin/utils/yq_$(uname -m) -i '.services.kasm_api.healthcheck += {"start_period": "60s","start_interval": "30s"}' /kasm_release/docker/docker-compose-all.yaml && /kasm_release/bin/utils/yq_$(uname -m) -i '.services.kasm_rdp_https_gateway.depends_on = {"proxy":{"condition": "service_started"}}' /kasm_release/docker/docker-compose-all.yaml && useradd -u 70 kasm_db && useradd kasm && echo "**** cleanup ****" && apt-get remove -y g++ gcc make && apt-get -y autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* # buildkit

2026-04-20 13:48:15 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2026-04-20 13:48:15 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{} 443/tcp:{}]

2026-04-20 13:48:15 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/]

2026-04-20 13:48:15 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

Danger Zone
Delete Tag

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.

Delete