Skip to content

Commit 1fcbd67

Browse files
committed
Remove caching from multi-arch images
1 parent 0401d49 commit 1fcbd67

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.circleci/config.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
--file=./python/base/Dockerfile.base \
4646
--tag=978928340082.dkr.ecr.us-east-1.amazonaws.com/${REPOSITORY}:${TAG}${TAG_SUFFIX} \
4747
--tag=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX} \
48-
--cache-from type=registry,ref=docker.io/${REPOSITORY}:${TAG}-buildcache \
49-
--cache-from type=registry,ref=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX}-buildcache \
50-
--cache-to type=registry,ref=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX}-buildcache,mode=max,image-manifest=true,oci-mediatypes=true \
5148
--progress plain \
5249
--platform linux/amd64 \
5350
--platform linux/arm64 \
@@ -80,9 +77,6 @@ jobs:
8077
--tag=978928340082.dkr.ecr.us-east-1.amazonaws.com/${REPOSITORY}:${TAG}${TAG_SUFFIX} \
8178
--tag=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX} \
8279
--build-arg CIRCLE_PULL_REQUEST=${CIRCLE_PULL_REQUEST} \
83-
--cache-from type=registry,ref=docker.io/${REPOSITORY}:${TAG}-buildcache \
84-
--cache-from type=registry,ref=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX}-buildcache \
85-
--cache-to type=registry,ref=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX}-buildcache,mode=max,image-manifest=true,oci-mediatypes=true \
8680
--progress plain \
8781
--platform linux/amd64 \
8882
--platform linux/arm64 \
@@ -115,9 +109,6 @@ jobs:
115109
--tag=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX} \
116110
--build-arg CIRCLE_PULL_REQUEST=${CIRCLE_PULL_REQUEST} \
117111
--build-arg PYTHON_VERSION=${PYTHON_VERSION} \
118-
--cache-from type=registry,ref=docker.io/${REPOSITORY}:${TAG}-buildcache \
119-
--cache-from type=registry,ref=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX}-buildcache \
120-
--cache-to type=registry,ref=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX}-buildcache,mode=max,image-manifest=true,oci-mediatypes=true \
121112
--progress plain \
122113
--platform linux/amd64 \
123114
--platform linux/arm64 \

0 commit comments

Comments
 (0)