Console Output
+ docker build -t createrepo:latest -
#0 building with "default" instance using docker driver
#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 ...
#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 153B done
#2 DONE 1.2s
#1 [internal] load .dockerignore
#1 DONE 1.3s
#3 [internal] load metadata for docker.io/library/almalinux:8
#3 DONE 0.8s
#4 [1/2] FROM docker.io/library/almalinux:8@sha256:54ad4ba3ecd5e316339ff7a7f1cd73dbfc25f5f26f4ade7ad69f5eff77852ba1
#4 DONE 0.0s
#5 [2/2] RUN dnf install -y dnf-plugins-core createrepo_c && dnf clean all && rm -rf /var/cache/yum
#5 CACHED
#6 exporting to image
#6 exporting layers done
#6 writing image sha256:240f84ef89e8f0cd4932786aac07aae8c0318d9a4077480e5b79006f97b0feca done
#6 naming to docker.io/library/createrepo:latest done
#6 DONE 0.0s