From c7c19d6b11c75cc93c5ec9b316e72ff5a17375d1 Mon Sep 17 00:00:00 2001 From: Daniel Lipovetsky Date: Tue, 25 Jun 2019 11:53:16 -0700 Subject: [PATCH] Add TODO to publish container image --- docs/proposals/images/machine-states-preboot/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/proposals/images/machine-states-preboot/Makefile b/docs/proposals/images/machine-states-preboot/Makefile index fded78d39aca..d461d876c5c1 100644 --- a/docs/proposals/images/machine-states-preboot/Makefile +++ b/docs/proposals/images/machine-states-preboot/Makefile @@ -18,6 +18,7 @@ FIGURES := $(SOURCES:%.plantuml=%.png) figures: $(FIGURES) # --user ensures the output files are owned by the user invoking docker on the host +# TODO: Publish docker image owned by CAPI project: https://github.com/kubernetes-sigs/cluster-api/issues/1070 %.png: %.plantuml docker run \ --rm \