Skip to content

Console Output

01:51:59 + docker build -t rpm-build-tmp .
01:51:59 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:51:59             Install the buildx component to build images with BuildKit:
01:51:59             https://docs.docker.com/go/buildx/
01:51:59 
01:51:59 Sending build context to Docker daemon  2.344MB
01:51:59 
01:51:59 Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
01:51:59  ---> 2f09592676ad
01:51:59 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
01:52:09  ---> Running in ce6c207cf598
01:52:09  ---> Removed intermediate container ce6c207cf598
01:52:09  ---> dbcc1f377cd3
01:52:09 Successfully built dbcc1f377cd3
01:52:09 Successfully tagged rpm-build-tmp:latest