Skip to content

Console Output

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

#2 [internal] load .dockerignore
#2 sha256:cd431f086922dbb588032f080ebed32319aaa5b9ca71a189ad9c2db9ce53cbca
#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:41130130e6846dabaa4cb2a0571b8ee7b55c22d15a843c4ac03fde6cb96bfe45
#4 sha256:f9a5011f09f15d553155822925e698e5e2481e42cac81529d9240675f5591a4d
#4 DONE 0.0s

#5 [base 2/3] WORKDIR /opt/pharo
#5 sha256:0ed2f626c0077d5958124f936e8e63488e06137c7e3557c538ac886cb95cc81a
#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:2e812c32e5733f1bd1c834eba01949e7c008427097f1f03df070ca179355f795
#6 CACHED

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

#8 exporting to image
#8 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#8 exporting layers done
#8 writing image sha256:8692b22069a9f58ea0aeca250c06baab233b943f64536af505b4d64355882e48 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