mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
CI: fix for docker buildx
This commit is contained in:
parent
e758e3c343
commit
4d03f238bb
2 changed files with 1 additions and 2 deletions
|
@ -46,7 +46,6 @@ build_docker:
|
|||
image: docker:latest
|
||||
services: ['docker:dind']
|
||||
variables:
|
||||
DOCKER_DRIVER: vfs # overlay2 is not available on ZFS
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
script:
|
||||
- 'docker build --pull -t "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHA}" -t "${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_SLUG}" .'
|
||||
|
|
|
@ -10,7 +10,7 @@ RUN pacman-key --init && \
|
|||
android-tools openssh inetutils \
|
||||
parted
|
||||
|
||||
RUN sed -i "s/EUID == 0/EUID == -1/g" $(which makepkg)
|
||||
RUN sed -i "s/EUID == 0/EUID == -1/g" "$(which makepkg)"
|
||||
|
||||
RUN yes | pacman -Scc
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue