Block a user
	dockercraft (sha256:e7bab187b9a39815696bcdf3c5ffd35f965f3fff6784c803ef97ed1540b347de)
Installation
docker pull git.jeremymcclure.com/jeremy/dockercraft@sha256:e7bab187b9a39815696bcdf3c5ffd35f965f3fff6784c803ef97ed1540b347desha256:e7bab187b9a39815696bcdf3c5ffd35f965f3fff6784c803ef97ed1540b347deImage Layers
| ARG RELEASE | 
| ARG LAUNCHPAD_BUILD_ARCH | 
| LABEL org.opencontainers.image.ref.name=ubuntu | 
| LABEL org.opencontainers.image.version=24.04 | 
| ADD file:b4619a63cd7829e1338ddaa4995ca17003002dd54b0dfd675a6f54a2b69151a6 in / | 
| CMD ["/bin/bash"] | 
| ARG UID=1000 | 
| ARG GID=1000 | 
| ENV DEBIAN_FRONTEND=noninteractive | 
| SHELL [/bin/bash -o pipefail -c] | 
| RUN |2 UID=1000 GID=1000 /bin/bash -o pipefail -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates jq libxml2-utils sudo tini && apt-get autoremove && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit | 
| RUN |2 UID=1000 GID=1000 /bin/bash -o pipefail -c userdel -r ubuntu && useradd --create-home -u 1000 minecraft && echo 'minecraft ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers && mkdir -p /data && chown -R ${UID}:${GID} /data # buildkit | 
| RUN |2 UID=1000 GID=1000 /bin/bash -o pipefail -c su -c "curl -sL https://github.com/Jabba-Team/jabba/raw/main/install.sh | bash && . ~/.jabba/jabba.sh" minecraft # buildkit | 
| COPY ./scripts/init / # buildkit | 
| RUN |2 UID=1000 GID=1000 /bin/bash -o pipefail -c chmod +x /init # buildkit | 
| USER minecraft | 
| ENTRYPOINT ["tini" "--" "/init"] | 
Labels
| Key | Value | 
|---|---|
| org.opencontainers.image.ref.name | ubuntu | 
| org.opencontainers.image.version | 24.04 |