Commit 649a9c94 authored by William Tucker's avatar William Tucker
Browse files

Trying to skip the base image build

parent c47aadde
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -76,10 +76,15 @@ variables:
    - external_pull_requests

build:base:
  extends: .docker-build
  # Skipped because the runner can't build the Rocky base image
  # extends: .docker-build
  # stage: build-1
  # variables:
  #   CONTEXT_DIR: $CI_PROJECT_DIR/images/base
  stage: build-1
  variables:
    CONTEXT_DIR: $CI_PROJECT_DIR/images/base
  script:
    - REPOSITORY="${REPOSITORY:-"$REPOSITORY_BASE/base"}"
    - echo "Skipping base image build for $REPOSITORY:$CI_COMMIT_SHORT_SHA"

build:jdk:
  extends: .docker-build