alpinelinux / alpine-docker-gitlab

[MIRROR] Gitlab docker image based on Alpine Linux
https://gitlab.alpinelinux.org/alpine/infra/docker/gitlab
MIT License
14 stars 17 forks source link

gitlab v15.5-stable build error N°1 #10

Open iriven opened 1 year ago

iriven commented 1 year ago

=> ERROR [alpinelinux/gitlab-shell:14.12.0 source 4/5] COPY build/lib/ /usr/local/lib/ 0.0s => ERROR [alpinelinux/gitlab-shell:14.12.0 builder 5/7] COPY build/lib/ /usr/local/lib/ 0.0s => ERROR [alpinelinux/gitaly:15.5.2 source 3/5] COPY build/lib/ /usr/local/lib/ 0.0s => ERROR [alpinelinux/gitaly:15.5.2 build-gitaly-ruby 3/6] COPY build/lib/ /usr/local/lib/

to solve this, i copy the lib/ folder from project root to each component build/ sub folder

Ikke commented 1 year ago

This is handled automatically by the Taskfile that I use, but I'll update the readme to mention this.