Skip to content

Console Output

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

#2 [internal] load .dockerignore
#2 sha256:371b52f3650e58f30784e32d8518f3ec9323a454928541dfb39e0d49bdedd796
#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.2s

#4 [base 1/3] FROM docker.io/arm64v8/ubuntu@sha256:1bc0bc3815bdcfafefa6b3ef1d8fd159564693d0f8fbb37b8151074651a11ffb
#4 sha256:9ef1c6af5f3097f81a6274ffad9f06fc13aae1f7df8c92415d6c620f5540b285
#4 DONE 0.0s

#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:0fe236fa3142969740da2db33f210a8884bcb7b183fdf6da2e2db4914e4b804c
#6 CACHED

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

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

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

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them