Skip to content

Console Output

03:47:13 + docker build -t rpm-build-tmp .
03:47:13 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
03:47:13             Install the buildx component to build images with BuildKit:
03:47:13             https://docs.docker.com/go/buildx/
03:47:13 
03:47:25 Sending build context to Docker daemon  3.358GB
03:47:25 
03:47:25 Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
03:47:25  ---> a1331584fdeb
03:47:25 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
03:47:25  ---> Using cache
03:47:25  ---> 55f985ffd87c
03:47:25 Successfully built 55f985ffd87c
03:47:25 Successfully tagged rpm-build-tmp:latest