diff --git a/tools/images/ceph-config-helper/Makefile b/tools/images/ceph-config-helper/Makefile index 755ab22b..3c6b3693 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 60a2e3b0..4a7b00cf 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 04ff0141..5624bb25 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 1157eff9..09e3c7dd 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 07211155..28ba8bd1 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 c5f42ad6..211eaf05 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)