File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
2929#
3030# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
3131# alice.cern/operator-bundle:$VERSION and alice.cern/operator-catalog:$VERSION.
32- IMAGE_TAG_BASE ?= teom /aliecs
32+ IMAGE_TAG_BASE ?= gitlab-registry.cern.ch/aliceo2group/dockerfiles /aliecs
3333
3434# BUNDLE_IMG defines the image:tag used for the bundle.
3535# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
5151OPERATOR_SDK_VERSION ?= unknown
5252
5353# Image URL to use all building/pushing image targets
54- IMG ?= docker.io/teom/ aliecs:latest
54+ IMG ?= gitlab-registry.cern.ch/aliceo2group/dockerfiles/ aliecs/task-manager :latest
5555# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5656ENVTEST_K8S_VERSION = 1.27.1
5757
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
44kind : Kustomization
55images :
66- name : controller
7- newName : docker.io/teom/ aliecs
7+ newName : gitlab-registry.cern.ch/aliceo2group/dockerfiles/ aliecs/task-manager
88 newTag : latest
You can’t perform that action at this time.
0 commit comments