Skip to content

Console Output

+ docker build -t pharo-ubuntu-arm64 ./docker/ubuntu-arm64/
#1 [internal] load build definition from Dockerfile
#1 sha256:01f4fc1133c9341cd2ed36fb068666fd3dd219c864b3fe7b1b596630b3c02051
#1 transferring dockerfile: 817B 0.0s done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:0b60093456d52eb176df2d0f2031865701c60548ec8e6ad92fa151ff43e3e1c4
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/arm64v8/ubuntu:latest
#3 sha256:db9c7e8f1624db7d6df37099580eb9347bde60c26cc9d6649159efe50174523e
#3 DONE 1.1s

#4 [base 1/3] FROM docker.io/arm64v8/ubuntu@sha256:537da24818633b45fcb65e5285a68c3ec1f3db25f5ae5476a7757bc8dfae92a3
#4 sha256:a92da5930201c78439b595cfa588591b11277c5fed49ff70d84fd54bf3f0fb4b
#4 DONE 0.0s

#5 [base 2/3] WORKDIR /opt/pharo
#5 sha256:19de11eb16fb5701c72d51a71a0f04e1096b293bcfc8284b9714709458a8be73
#5 CACHED

#6 [base 3/3] RUN set -eu;   ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime;   echo Europe/Paris > /etc/timezone;   apt-get update;   apt-get install -q --assume-yes --no-install-recommends     ca-certificates     libcurl3-gnutls     build-essential     gcc     g++     binutils     cmake     git     wget     unzip     uuid-dev     libssl-dev     libtool     automake     ;   apt-get clean;   addgroup --gid 1000 ci;   useradd --uid 7431 --gid 1000 --home-dir /opt/pharo --no-create-home --no-user-group pharo;   chown 7431:100 /opt/pharo -R;   chmod 755 /opt/pharo -R;   rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*;   true
#6 sha256:e8516125147b207405f333f91e189db470e98e4ba3ebe218a54ed9cdc3409575
#6 CACHED

#7 [final 1/1] WORKDIR /opt/pharo
#7 sha256:08771301a95ef9caff485d84cbbbc9bbf578702f653f869d8de96bf9d8f3c019
#7 CACHED

#8 exporting to image
#8 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#8 exporting layers done
#8 writing image sha256:1e117ffe8b5ef91b9777e8910dc638109d6fe47472f859833ca7c44e638ee06d done
#8 naming to docker.io/library/pharo-ubuntu-arm64 done
#8 DONE 0.0s