You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on a GitLab pipeline to build container images. My GitLab runner is running in a docker image in privilege mode and it is using buildha to build the below Docker content.
FROM registry.access.redhat.com/ubi8/ubi:8.6-855
ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
CMD ["/bin/bash"]
I am currently working on a GitLab pipeline to build container images. My GitLab runner is running in a docker image in privilege mode and it is using
buildha
to build the below Docker content.Extract of
config.toml
In my
.gitlab-ci.yml
I tried using the below command,and I'm getting the below output with an error
When I list /var/lib/containers I only see,
Then I added the below command before running
buildha bud
in.gitlab-ci.yml
,and managed to move a bit further and got the below error,
If I run with
--storage-driver vfs
I can successfully build the image. @giuseppe can you please shed some light?The text was updated successfully, but these errors were encountered: