From 087627f22da70b515e26d9a5c19d7d2f2293ba7f Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Thu, 13 Jul 2023 19:09:58 -0400 Subject: [PATCH] toolbox: note an issue I found trying to build the centos toolbox The "fake" name used in the image only works if you build the container locally first or are running in our CI. Since this is not a good general solution, I put a comment here as a reminder it should be fixed later. Signed-off-by: John Mulligan --- images/toolbox/Containerfile.centos | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/images/toolbox/Containerfile.centos b/images/toolbox/Containerfile.centos index 40653638..974292f3 100644 --- a/images/toolbox/Containerfile.centos +++ b/images/toolbox/Containerfile.centos @@ -1,3 +1,8 @@ +# FIXME - this is not a real tag publicly available in the +# quay.io/samba.org/samba-client repository. This only works if you build +# the centos client locally first or acquire the image from a side channel. +# This needs to be converted to something public and/or configurable +# later. FROM quay.io/samba.org/samba-client:centos-latest MAINTAINER Shachar Sharon