Compare commits

..

2 commits

Author SHA1 Message Date
Jakob Lechner
552acd3c0d
Build security-scanner image only when necessary 2023-10-04 15:33:45 +00:00
Jakob Lechner
aaea032699
Use quay.io registry
Docker Hub is rate limit and not reliable at all
2023-10-04 15:33:45 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,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"'

View file

@ -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

View file

@ -1,4 +1,4 @@
FROM debian:bookworm-slim
FROM quay.io/official-images/debian:bookworm-slim
RUN apt-get update \
&& apt-get -y install \