You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a `valkey_operator_build_info` metric. This allows tracking of
rollouts via metrics. This uses the standard Prometheus version
collector helper package and injects the build context via Go build
ldflags.
Signed-off-by: SuperQ <superq@gmail.com>
docker-push: ## Push docker image with the manager.
124
-
$(CONTAINER_TOOL) push ${IMG}
136
+
$(CONTAINER_TOOL) push ${CONTAINER_IMAGE_NAME}
125
137
126
138
# PLATFORMS defines the target platforms for the manager image be built to provide support to multiple
127
-
# architectures. (i.e. make docker-buildx IMG=myregistry/mypoperator:0.0.1). To use this option you need to:
139
+
# architectures. (i.e. make docker-buildx IMG=myregistry/mypoperator VERSION=0.0.1). To use this option you need to:
128
140
# - be able to use docker buildx. More info: https://docs.docker.com/build/buildx/
129
141
# - have enabled BuildKit. More info: https://docs.docker.com/develop/develop-images/build_enhancements/
130
-
# - be able to push the image to your registry (i.e. if you do not set a valid value via IMG=<myregistry/image:<tag>> then the export will fail)
142
+
# - be able to push the image to your registry (i.e. if you do not set a valid value via IMG=<myregistry/image VERSION:<tag>> then the export will fail)
131
143
# To adequately provide solutions that are compatible with multiple platforms, you should consider using this option.
0 commit comments