Auto-merging via docker-versions-create

This commit is contained in:
Geoff Bourne 2021-07-08 18:00:07 -05:00
commit 41e97454a9

View file

@ -21,6 +21,11 @@ if [ "${VERSION}" = "1.17" ]; then
log "AIRPLANE 1.17 IS IN BETA, AND IS NOT YET PRODUCTION-READY. USE AT YOUR OWN RISK!!!"
fi
if [ "${VERSION}" = "1.17.1" ]; then
AIRPLANE_BRANCH="1.17.1"
log "AIRPLANE 1.17.1 IS IN BETA, AND IS NOT YET PRODUCTION-READY. USE AT YOUR OWN RISK!!!"
fi
if [ "${VERSION}" = "PURPUR" ]; then
AIRPLANE_BRANCH="Purpur-1.16"
fi