diff --git a/tools/images/ceph-config-helper/Makefile b/tools/images/ceph-config-helper/Makefile index 755ab22b68..3c6b3693c4 100644 --- a/tools/images/ceph-config-helper/Makefile +++ b/tools/images/ceph-config-helper/Makefile @@ -24,7 +24,7 @@ LABEL ?= putlabelshere IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TAG} -# Build Deckhand Docker image for this project +# Build ceph-config-helper Docker image for this project .PHONY: images images: build_$(IMAGE_NAME) diff --git a/tools/images/gate-utils/Makefile b/tools/images/gate-utils/Makefile index 60a2e3b0ab..4a7b00cf1a 100644 --- a/tools/images/gate-utils/Makefile +++ b/tools/images/gate-utils/Makefile @@ -23,7 +23,7 @@ LABEL ?= putlabelshere IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TAG} -# Build Deckhand Docker image for this project +# Build gate-utils Docker image for this project .PHONY: images images: build_$(IMAGE_NAME) diff --git a/tools/images/libvirt/Makefile b/tools/images/libvirt/Makefile index 04ff014113..5624bb25e6 100644 --- a/tools/images/libvirt/Makefile +++ b/tools/images/libvirt/Makefile @@ -29,7 +29,7 @@ LABEL ?= putlabelshere IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TAG} -# Build Deckhand Docker image for this project +# Build libvirt Docker image for this project .PHONY: images images: build_$(IMAGE_NAME) diff --git a/tools/images/openvswitch/Makefile b/tools/images/openvswitch/Makefile index 1157eff991..09e3c7dde8 100644 --- a/tools/images/openvswitch/Makefile +++ b/tools/images/openvswitch/Makefile @@ -24,7 +24,7 @@ LABEL ?= putlabelshere IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TAG} -# Build Deckhand Docker image for this project +# Build openvswitch Docker image for this project .PHONY: images images: build_$(IMAGE_NAME) diff --git a/tools/images/tempest/Makefile b/tools/images/tempest/Makefile index 07211155a4..28ba8bd1a6 100644 --- a/tools/images/tempest/Makefile +++ b/tools/images/tempest/Makefile @@ -23,7 +23,7 @@ LABEL ?= putlabelshere IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TAG} -# Build Deckhand Docker image for this project +# Build tempest Docker image for this project .PHONY: images images: build_$(IMAGE_NAME) diff --git a/tools/images/vbmc/Makefile b/tools/images/vbmc/Makefile index c5f42ad694..211eaf0573 100644 --- a/tools/images/vbmc/Makefile +++ b/tools/images/vbmc/Makefile @@ -23,7 +23,7 @@ LABEL ?= putlabelshere IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TAG} -# Build Deckhand Docker image for this project +# Build vbmc Docker image for this project .PHONY: images images: build_$(IMAGE_NAME)