Skip to content

Commit 0a94917

Browse files
No more Artifactory support
Signed-off-by: Victoria Miltcheva <[email protected]>
1 parent 5da0725 commit 0a94917

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Makefile.ibm

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@ DOCKER_REGISTRY_ICR := icr.io
1010
DOCKER_USER_ICR := iamapikey
1111
DOCKER_PASS_ICR := $(IBM_CLOUD_API_KEY)
1212

13-
DOCKER_REGISTRY_ART := txo-toolbox-team-docker-local.artifactory.swg-devops.com
14-
DOCKER_USER_ART := $(ART_USER_ID)
15-
DOCKER_PASS_ART := $(ART_API_KEY)
16-
1713
DOCKER_IMAGES_TO_TAG := detect-secrets detect-secrets-hook
1814
DOCKER_IMAGES_TO_SCAN := detect-secrets detect-secrets-hook detect-secrets:redhat-ubi detect-secrets:redhat-ubi-custom
1915
DOCKER_IMAGES_TO_PUBLISH :=
20-
DOCKER_REGISTRIES := $(DOCKER_REGISTRY_ICR) $(DOCKER_REGISTRY_ART)
16+
DOCKER_REGISTRIES := $(DOCKER_REGISTRY_ICR)
2117

2218
IMAGE_NAME :=
2319
DOCKER_REGISTRY :=
@@ -87,7 +83,6 @@ docker-build-images:
8783
done
8884

8985
docker-login:
90-
@echo $(DOCKER_PASS_ART) | docker login -u $(DOCKER_USER_ART) --password-stdin $(DOCKER_REGISTRY_ART);
9186
@echo $(DOCKER_PASS_ICR) | docker login -u $(DOCKER_USER_ICR) --password-stdin $(DOCKER_REGISTRY_ICR);
9287

9388
docker-publish-images: docker-login
@@ -123,7 +118,6 @@ docker-publish-image:
123118
$(COSIGN) verify --key env://COSIGN_PUBLIC_KEY "$(DOCKER_REGISTRY)/$(DOCKER_DOMAIN)/$(IMAGE_NAME)";
124119

125120
cosign-login:
126-
@echo $(DOCKER_PASS_ART) | $(COSIGN) login -u $(DOCKER_USER_ART) --password-stdin $(DOCKER_REGISTRY_ART); \
127121
@echo $(DOCKER_PASS_ICR) | $(COSIGN) login -u $(DOCKER_USER_ICR) --password-stdin $(DOCKER_REGISTRY_ICR);
128122

129123
publish-cos:

0 commit comments

Comments
 (0)