Skip to content

Commit

Permalink
toolbox: note an issue I found trying to build the centos toolbox
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
phlogistonjohn committed Jul 17, 2023
1 parent 486f533 commit 087627f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions images/toolbox/Containerfile.centos
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

Expand Down

0 comments on commit 087627f

Please sign in to comment.