We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cba07 commit dc5ba4cCopy full SHA for dc5ba4c
docker/gen-docker-image.sh
@@ -79,7 +79,7 @@ select IMAGE in $FILES; do
79
if [ $? == 0 ]; then
80
echo
81
echo "The build appears to have succeeded. Don't forget to change the FROM line"
82
- echo "at the top of Dockerfile to use:"
+ echo "at the top of Dockerfile and each of docker/Dockerfile.* to use:"
83
echo " bugzilla/${IMAGE}:${DATE}.${ITER}"
84
echo "to make use of this image."
85
0 commit comments