Compare commits
2 commits
main
...
use-quay.i
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
552acd3c0d | ||
|
|
aaea032699 |
3 changed files with 3 additions and 3 deletions
|
|
@ -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"'
|
||||
|
|
|
|||
|
|
@ -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