Restore default image building setup.

This commit is contained in:
Itamar Turner-Trauring 2022-05-18 13:43:26 -04:00
parent 43a34f031d
commit 63e16166d7

View File

@ -67,14 +67,14 @@ workflows:
images: images:
# Build the Docker images used by the ci jobs. This makes the ci jobs # Build the Docker images used by the ci jobs. This makes the ci jobs
# faster and takes various spurious failures out of the critical path. # faster and takes various spurious failures out of the critical path.
# triggers: triggers:
# # Build once a day # Build once a day
# - schedule: - schedule:
# cron: "0 0 * * *" cron: "0 0 * * *"
# filters: filters:
# branches: branches:
# only: only:
# - "master" - "master"
jobs: jobs:
# Every job that pushes a Docker image from Docker Hub needs to provide # Every job that pushes a Docker image from Docker Hub needs to provide
@ -89,14 +89,14 @@ workflows:
context: "dockerhub-auth" context: "dockerhub-auth"
- "build-image-debian-11": - "build-image-debian-11":
<<: *DOCKERHUB_CONTEXT <<: *DOCKERHUB_CONTEXT
# - "build-image-ubuntu-18-04": - "build-image-ubuntu-18-04":
# <<: *DOCKERHUB_CONTEXT <<: *DOCKERHUB_CONTEXT
# - "build-image-ubuntu-20-04": - "build-image-ubuntu-20-04":
# <<: *DOCKERHUB_CONTEXT <<: *DOCKERHUB_CONTEXT
# - "build-image-fedora-35": - "build-image-fedora-35":
# <<: *DOCKERHUB_CONTEXT <<: *DOCKERHUB_CONTEXT
# - "build-image-oraclelinux-8": - "build-image-oraclelinux-8":
# <<: *DOCKERHUB_CONTEXT <<: *DOCKERHUB_CONTEXT
# Restore later as PyPy38 # Restore later as PyPy38
#- "build-image-pypy27-buster": #- "build-image-pypy27-buster":
# <<: *DOCKERHUB_CONTEXT # <<: *DOCKERHUB_CONTEXT