Skip to content

Console Output

+ docker build -t cc5e45dacae3c41d77e8b81dbc4f22517441244d --pull -f .CI/cache/Dockerfile .CI/cache
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.048kB

Step 1/2 : FROM docker.openmodelica.org/build-deps:v1.22.2
v1.22.2: Pulling from build-deps
Digest: sha256:8f9b567f294b6b31d43a540f12652af6db0b131d6b0e1fc585017f72cb768512
Status: Image is up to date for docker.openmodelica.org/build-deps:v1.22.2
 ---> 6af35a1792c0
Step 2/2 : RUN mkdir -p /cache/runtest/ /cache/omlibrary/ && chmod ugo+rwx /cache/runtest/ /cache/omlibrary/
 ---> Using cache
 ---> 8f836e998067
Successfully built 8f836e998067
Successfully tagged cc5e45dacae3c41d77e8b81dbc4f22517441244d:latest