Skip to content

Console Output

+ docker build -t 7212a1c98a9b186b12d09ec67c12c638b97d06bf --pull -f .CI/cache-bionic-cmake-3.17.2/Dockerfile .CI/cache-bionic-cmake-3.17.2
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon   2.56kB

Step 1/5 : FROM docker.openmodelica.org/build-deps:v1.16.3
v1.16.3: Pulling from build-deps
Digest: sha256:adf626710a9b2ab23227ed1854c3b34cb0a635a807379e132a576a907304dc43
Status: Downloaded newer image for docker.openmodelica.org/build-deps:v1.16.3
 ---> 6200885fe076
Step 2/5 : RUN mkdir -p /cache/runtest/ /cache/omlibrary/ && chmod ugo+rwx /cache/runtest/ /cache/omlibrary/     && apt-get remove -qy cmake cmake-data
 ---> Using cache
 ---> d3256e2547eb
Step 3/5 : RUN wget cmake.org/files/v3.17/cmake-3.17.2-Linux-x86_64.sh
 ---> Using cache
 ---> b170b1acb0af
Step 4/5 : RUN mkdir -p /opt/cmake-3.17.2
 ---> Using cache
 ---> 7781594ec7df
Step 5/5 : RUN sh cmake-3.17.2-Linux-x86_64.sh --prefix=/opt/cmake-3.17.2 --skip-license
 ---> Using cache
 ---> 12b8803fbf32
Successfully built 12b8803fbf32
Successfully tagged 7212a1c98a9b186b12d09ec67c12c638b97d06bf:latest