Skip to content

Console Output

01:57:36 + docker build -t rpm-build-tmp .
01:57:36 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:57:36             Install the buildx component to build images with BuildKit:
01:57:36             https://docs.docker.com/go/buildx/
01:57:36 
01:57:36 Sending build context to Docker daemon  2.048kB

01:57:36 Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
01:57:36  ---> b8d6c4c44a5d
01:57:36 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
01:57:37  ---> Running in 2d740b3e5d58
01:57:37 Removing intermediate container 2d740b3e5d58
01:57:37  ---> 8c38426fadc6
01:57:37 Successfully built 8c38426fadc6
01:57:37 Successfully tagged rpm-build-tmp:latest