From fbac820e85672556276f3d45bb54d3107b7c2545 Mon Sep 17 00:00:00 2001 From: Brad Lugo Date: Fri, 26 Jun 2026 11:53:39 -0700 Subject: [PATCH] chore(ci): remove apollo-ci images (#3303) As of Go 1.21, go will automatically download and use the specified toolchain version if the currently installed Go is older (behavior is configurable with GOTOOLCHAIN). These changes bring scanner V2's GitHub Actions build process more in line with stackrox's. Note that the db-integration-tests job still requires quay.io/stackrox-io/apollo-ci:scanner-test. --- .github/workflows/ci.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46acba709..4f56ef39b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,8 +38,6 @@ jobs: pre-build-updater: runs-on: ubuntu-latest - container: - image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout uses: actions/checkout@v6 @@ -71,8 +69,6 @@ jobs: strategy: fail-fast: false matrix: ${{ fromJson(needs.define-scanner-job-matrix.outputs.matrix).build_and_push }} - container: - image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout uses: actions/checkout@v6 @@ -100,8 +96,6 @@ jobs: style-check: runs-on: ubuntu-latest - container: - image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout uses: actions/checkout@v6 @@ -119,8 +113,6 @@ jobs: unit-tests: runs-on: ubuntu-latest - container: - image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout uses: actions/checkout@v6 @@ -166,8 +158,6 @@ jobs: runs-on: ubuntu-latest needs: - pre-build-updater - container: - image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout uses: actions/checkout@v6 @@ -208,8 +198,6 @@ jobs: runs-on: ubuntu-latest needs: - generate-genesis-dump - container: - image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout uses: actions/checkout@v6 @@ -256,8 +244,6 @@ jobs: strategy: fail-fast: false matrix: ${{ fromJson(needs.define-scanner-job-matrix.outputs.matrix).build_and_push }} - container: - image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout uses: actions/checkout@v6 @@ -313,8 +299,6 @@ jobs: runs-on: ubuntu-latest needs: - generate-db-dump - container: - image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout uses: actions/checkout@v6 @@ -364,8 +348,6 @@ jobs: strategy: fail-fast: false matrix: ${{ fromJson(needs.define-scanner-job-matrix.outputs.matrix).build_and_push }} - container: - image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout uses: actions/checkout@v6 @@ -437,8 +419,6 @@ jobs: - generate-scanner-db-bundle - build-images runs-on: ubuntu-latest - container: - image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 env: QUAY_RHACS_ENG_RW_USERNAME: ${{ secrets.QUAY_RHACS_ENG_RW_USERNAME }} QUAY_RHACS_ENG_RW_PASSWORD: ${{ secrets.QUAY_RHACS_ENG_RW_PASSWORD }} @@ -483,8 +463,6 @@ jobs: runs-on: ubuntu-latest needs: - generate-genesis-dump - container: - image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout uses: actions/checkout@v6 @@ -601,8 +579,6 @@ jobs: runs-on: ubuntu-latest needs: - generate-db-dump - container: - image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout uses: actions/checkout@v6 @@ -629,8 +605,6 @@ jobs: runs-on: ubuntu-latest needs: - generate-db-dump - container: - image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout uses: actions/checkout@v6 @@ -663,8 +637,6 @@ jobs: runs-on: ubuntu-latest needs: - generate-db-dump - container: - image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout uses: actions/checkout@v6