Skip to content

Console Output

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