diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31135d0..5b8b6f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,7 +84,7 @@ security_scanner: lightburn-download: stage: prepare - image: quay.io/official-images/alpine + image: 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"' diff --git a/builder/Dockerfile b/builder/Dockerfile index 576d672..f5fbfa7 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -1,7 +1,5 @@ FROM docker -# funaietu - RUN apk add --no-cache \ ansible \ aws-cli \ diff --git a/packer/debian-bookworm.yaml b/packer/debian-bookworm.yaml index c7e0487..8d9d0a5 100644 --- a/packer/debian-bookworm.yaml +++ b/packer/debian-bookworm.yaml @@ -20,7 +20,7 @@ variables: builders: - discard: true - image: quay.io/official-images/debian:bookworm + image: debian:bookworm type: docker volumes: '{{user `images`}}': /tmp/images diff --git a/security-scanner/Dockerfile b/security-scanner/Dockerfile index 440afe2..622e443 100644 --- a/security-scanner/Dockerfile +++ b/security-scanner/Dockerfile @@ -1,6 +1,4 @@ -FROM quay.io/official-images/debian:bookworm-slim - -# test +FROM debian:bookworm-slim RUN apt-get update \ && apt-get -y install \