Use quay.io registry
Docker Hub is rate limit and not reliable at all
This commit is contained in:
parent
8e8647fdbd
commit
aaea032699
3 changed files with 3 additions and 3 deletions
|
|
@ -74,7 +74,7 @@ security_scanner:
|
|||
|
||||
lightburn-download:
|
||||
stage: prepare
|
||||
image: alpine
|
||||
image: quay.io/official-images/alpine
|
||||
script:
|
||||
- mkdir -p packer/ansible/roles/lightburn/files
|
||||
- 'wget -O packer/ansible/roles/lightburn/files/lightburn.zip --header "JOB-TOKEN: $CI_JOB_TOKEN" "${CI_SERVER_URL}/api/v4/projects/fablab%2Flightburn-patched/jobs/artifacts/main/download?job=patch-Linux64"'
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ variables:
|
|||
|
||||
builders:
|
||||
- discard: true
|
||||
image: debian:bookworm
|
||||
image: quay.io/official-images/debian:bookworm
|
||||
type: docker
|
||||
volumes:
|
||||
'{{user `images`}}': /tmp/images
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian:bookworm-slim
|
||||
FROM quay.io/official-images/debian:bookworm-slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get -y install \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue