mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-13 12:02:56 +01:00
reconfigure default podman storage
This commit is contained in:
parent
1d611cafa9
commit
4956474bf9
1 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,11 @@ ARG OPERATORSDK_VERSION=1.13.0
|
||||||
ARG OPM_VERSION=1.19.0
|
ARG OPM_VERSION=1.19.0
|
||||||
|
|
||||||
RUN apk add --no-cache podman buildah curl make gcc musl-dev git bash coreutils
|
RUN apk add --no-cache podman buildah curl make gcc musl-dev git bash coreutils
|
||||||
|
|
||||||
|
# make VFS podman's default storage driver to
|
||||||
|
# accomodate running podman within docker
|
||||||
|
RUN sed -i 's#^driver.*$#driver = "vfs"#g' /etc/containers/storage.conf
|
||||||
|
|
||||||
RUN go get -u \
|
RUN go get -u \
|
||||||
github.com/onsi/ginkgo/ginkgo \
|
github.com/onsi/ginkgo/ginkgo \
|
||||||
golang.org/x/lint/golint
|
golang.org/x/lint/golint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue