build-env (ubuntu-24.04)

Published 2026-02-06 10:46:44 +01:00 by estebanlm

Installation

docker pull forge.smallworks.eu/pharo/build-env:ubuntu-24.04
sha256:0d62f3dc0376d55a9c8140fc2c915a1cae370f035719efa7ca08328f130190be

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b 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-02-06 10:46:44 +01:00
0
OCI / Docker
linux/amd64
339 MiB
Versions (1) View all
ubuntu-24.04 2026-02-06