misc: deprecating multiarch-latest image variant

This commit is contained in:
Geoff Bourne 2021-10-22 16:06:42 -05:00
parent 7b09e525e8
commit ddcabb175a
3 changed files with 3 additions and 6 deletions

View file

@ -3,8 +3,7 @@ on:
push:
branches:
- master
- "*-multiarch"
- "multiarch*"
- java8-multiarch
- java8-openj9
- java11*
- java16*
@ -12,8 +11,7 @@ on:
- test/*
tags:
- "[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+-multiarch*"
- "[0-9]+.[0-9]+.[0-9]+-*multiarch"
- "[0-9]+.[0-9]+.[0-9]+-java8-multiarch"
- "[0-9]+.[0-9]+.[0-9]+-java8-openj9"
- "[0-9]+.[0-9]+.[0-9]+-java11*"
- "[0-9]+.[0-9]+.[0-9]+-java16*"

View file

@ -280,7 +280,6 @@ To use a different version of Java, please use a docker tag to run your Minecraf
| java16 | 16 | Debian | Hotspot | amd64,arm64,armv7 |
| java16-openj9 | 16 | Debian | OpenJ9 | amd64 |
| java17 | 17 | Ubuntu | Hotspot | amd64 |
| multiarch-latest | 15+ | Debian | Hotspot | amd64,arm64,armv7 |
For example, to use Java version 16 on any supported architecture:
@ -295,6 +294,7 @@ The following image tags have been deprecated and are no longer receiving update
- adopt14
- adopt15
- openj9-nightly
- multiarch-latest
## Healthcheck

View file

@ -10,7 +10,6 @@ branches_list=(
'java16'
'java16-openj9'
'java17'
'multiarch-latest'
)
function TrapExit {