Skip to content

Remove manual cacheing from container builds #651

@dylanhmorris

Description

@dylanhmorris

CI build time is not a sufficient concern and is one potential culprit for sporadic manifest-not-found errors

IMAGE="ghcr.io/cdcgov/$1"
TAG="$2"
GIT_COMMIT_SHA="$3"
GIT_BRANCH_NAME="$4"
BUILDER=docker-container-driver-builder
# create a builder with the docker-container driver to allow cache-export
docker buildx create --name "$BUILDER" --driver=docker-container || true

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions