Skip to content

Console Output

+ docker build -t 05d7b2e87549871472f9ccb89e90133502e94e2c --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.21.1
v1.21.1: Pulling from build-deps
df6635ed1257: Pulling fs layer
9d79f19366ec: Pulling fs layer
43b390368063: Pulling fs layer
df6635ed1257: Download complete
df6635ed1257: Pull complete
43b390368063: Verifying Checksum
43b390368063: Download complete
9d79f19366ec: Verifying Checksum
9d79f19366ec: Download complete
9d79f19366ec: Pull complete
43b390368063: Pull complete
Digest: sha256:108ca20dc6d7554e9235146586035b99c60883345991b52687b0a8455f3755c5
Status: Downloaded newer image for docker.openmodelica.org/build-deps:v1.21.1
 ---> 8ad4e11ccab0
Step 2/2 : RUN mkdir -p /cache/runtest/ /cache/omlibrary/ && chmod ugo+rwx /cache/runtest/ /cache/omlibrary/
 ---> Running in c96f38a41869
Removing intermediate container c96f38a41869
 ---> c4546465c240
Successfully built c4546465c240
Successfully tagged 05d7b2e87549871472f9ccb89e90133502e94e2c:latest