Skip to content

Console Output

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