build-env (sha256:ce8f709904b94958cbd0d9400f8faad428fd1ccddb6939fca94ab907ca8e23e3)

Published 2026-03-01 10:03:53 +01:00 by estebanlm

Installation

docker pull forge.smallworks.eu/pharo/build-env@sha256:ce8f709904b94958cbd0d9400f8faad428fd1ccddb6939fca94ab907ca8e23e3
sha256:ce8f709904b94958cbd0d9400f8faad428fd1ccddb6939fca94ab907ca8e23e3

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"]
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -y git openssh-client build-essential cmake pkg-config curl ca-certificates curl gpg unzip ca-certificates python3 python3-pip python3-venv python3-setuptools python3-wheel python3-dev python-is-python3 && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends jq && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c mkdir -p /opt/pharovm && cd /opt/pharovm && curl https://get.pharo.org/vm140 | bash && rm pharo-ui && ln -s /opt/pharovm/pharo /usr/bin/pharo # buildkit
WORKDIR /root

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-03-01 10:03:53 +01:00
2
OCI / Docker
linux/amd64
331 MiB
Versions (1) View all
ubuntu-24.04 2026-03-01