esauflores
  • Joined on 2026-03-08

dev-tools (base)

Published 2026-03-09 12:38:16 +00:00 by esauflores in esauflores/toolbox

Installation

docker pull git.fastwaydata.com/esauflores/dev-tools:base
sha256:c6c053a093ef429a91056532424441455004f72b7645790aac3a25b9c5c75858

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:1ae27d2ef4369361104b699712f3897141e394785df5d193d67b44626f57eb87 in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates git sudo tini jq && rm -rf /var/lib/apt/lists/* # buildkit
COPY /usr/local/bin/mise /tools/bin/mise # buildkit
RUN /bin/sh -c mkdir -p /tools/config /tools/bin /tools/shims /tools/mise /tools/uv # buildkit
ENV PATH=/tools/bin:/tools/shims:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV MISE_DATA_DIR=/tools/mise
ENV MISE_CACHE_DIR=/tools/.cache/mise
ENV MISE_INSTALL_PATH=/tools/bin/mise
ENV MISE_CONFIG_DIR=/tools/config
ENV MISE_SHIMS_DIR=/tools/shims
ENV UV_TOOL_DIR=/tools/uv
ENV UV_TOOL_BIN_DIR=/tools/bin
ENV UV_CACHE_DIR=/tools/.cache/uv
ENV UV_PYTHON=3.11
COPY config/ /tools/config/ # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
HEALTHCHECK &{["CMD-SHELL" "test -f /tools/.ready"] "5s" "5s" "5m0s" "0s" '\x05'}
ENTRYPOINT ["/usr/bin/tini" "--" "/entrypoint.sh"]
CMD ["sleep" "infinity"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-03-09 12:38:16 +00:00
0
OCI / Docker
linux/amd64
88 MiB
Versions (1) View all
base 2026-03-09