Skip to content

Console Output

+ docker build -t 199551881693f77b54ddd7fbb90aeca916d8080b --pull -f .jenkins/python3/Dockerfile .jenkins/python3
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/3 : FROM docker.openmodelica.org/build-deps:v1.16.2
v1.16.2: Pulling from build-deps
Digest: sha256:ef85a65a4b895238f0080287981632dc1a0b144ee2d67b86a10e6cc9df150c9a
Status: Image is up to date for docker.openmodelica.org/build-deps:v1.16.2
 ---> 8c0f9eac200c
Step 2/3 : RUN apt-get update   && apt-get install -qy gnupg wget ca-certificates apt-transport-https sudo   && echo "deb https://build.openmodelica.org/omc/builds/linux/releases/1.14.2/ `lsb_release -sc`  release" > /etc/apt/sources.list.d/openmodelica.list   && wget https://build.openmodelica.org/apt/openmodelica.asc -O- | apt-key add -   && apt-get update   && apt-get install -qy --no-install-recommends omc omlib-modelica-3.2.2   && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 431c17febc7d
Step 3/3 : RUN pip3 install --no-cache pytest
 ---> Using cache
 ---> 07a8e86b1173
Successfully built 07a8e86b1173
Successfully tagged 199551881693f77b54ddd7fbb90aeca916d8080b:latest