workspace (sha256:9ea5f30ee1c7957da13eb3038d427ae207164e6d451a42900796082a9c51994a)
Published 2026-07-23 01:01:46 +00:00 by merith-tk
Installation
docker pull git.merith.xyz/onset/workspace@sha256:9ea5f30ee1c7957da13eb3038d427ae207164e6d451a42900796082a9c51994asha256:9ea5f30ee1c7957da13eb3038d427ae207164e6d451a42900796082a9c51994aImage layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:8c609c85109d07bf47cf268a175b3be8bbe34fc0c41d15d99b090d099f4dc837 in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git gcc g++ make bash rsync sudo locales && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c locale-gen en_US.UTF-8 # buildkit |
| ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 |
| RUN /bin/sh -c groupadd --gid 1001 onset && useradd --uid 1001 --gid onset --shell /bin/bash --create-home onset && echo "onset ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers # buildkit |
| RUN /bin/sh -c mkdir -p /workspace && chown onset:onset /workspace # buildkit |
| RUN /bin/sh -c mkdir -p /.dotfiles && chown onset:onset /.dotfiles # buildkit |
| RUN /bin/sh -c mkdir -p /onset.init.d && chown onset:onset /onset.init.d # buildkit |
| COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit |
| COPY --chmod=755 onset-init.d/ /onset.init.d/ # buildkit |
| VOLUME [/workspace /home/onset] |
| WORKDIR /workspace |
| USER onset |
| ENTRYPOINT ["/entrypoint.sh"] |
| CMD ["sleep" "infinity"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 24.04 |
Details
2026-07-23 01:01:46 +00:00
Versions (8)
View all
Container
0
OCI / Docker
linux/amd64
147 MiB