mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-08 06:38:53 +00:00
Compare commits
13 Commits
2025.8.1
...
misc/rcon-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a465d759b8 | ||
|
|
75082daa1d | ||
|
|
b1d68a65aa | ||
|
|
11414c83c1 | ||
|
|
720006b445 | ||
|
|
9d2cd1475e | ||
|
|
acfd6fadf8 | ||
|
|
ba172b2aa9 | ||
|
|
e4859fb23a | ||
|
|
eb682118ff | ||
|
|
2fbc804f3e | ||
|
|
5bd6287f52 | ||
|
|
b6a8b95159 |
5
.github/workflows/build-multiarch.yml
vendored
5
.github/workflows/build-multiarch.yml
vendored
@@ -12,6 +12,7 @@ on:
|
|||||||
- "examples/**"
|
- "examples/**"
|
||||||
- "notes/**"
|
- "notes/**"
|
||||||
- "kustomize/**"
|
- "kustomize/**"
|
||||||
|
- "images.json"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -185,14 +186,14 @@ jobs:
|
|||||||
tests/test.sh
|
tests/test.sh
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v3.4.0
|
uses: docker/login-action@v3.5.0
|
||||||
if: env.HAS_IMAGE_REPO_ACCESS
|
if: env.HAS_IMAGE_REPO_ACCESS
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USER }}
|
username: ${{ secrets.DOCKER_USER }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Login to GHCR
|
- name: Login to GHCR
|
||||||
uses: docker/login-action@v3.4.0
|
uses: docker/login-action@v3.5.0
|
||||||
if: env.HAS_IMAGE_REPO_ACCESS
|
if: env.HAS_IMAGE_REPO_ACCESS
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
|
|||||||
1
.github/workflows/verify-pr.yml
vendored
1
.github/workflows/verify-pr.yml
vendored
@@ -11,6 +11,7 @@ on:
|
|||||||
- "kustomize/**"
|
- "kustomize/**"
|
||||||
- "docker-compose*.yml"
|
- "docker-compose*.yml"
|
||||||
- "mkdocs.yml"
|
- "mkdocs.yml"
|
||||||
|
- "images.json"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
|
|||||||
--var version=${RESTIFY_VERSION} --var app=restify --file {{.app}} \
|
--var version=${RESTIFY_VERSION} --var app=restify --file {{.app}} \
|
||||||
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
|
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
|
||||||
|
|
||||||
ARG RCON_CLI_VERSION=1.7.1
|
ARG RCON_CLI_VERSION=1.7.2
|
||||||
RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
|
RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
|
||||||
--var version=${RCON_CLI_VERSION} --var app=rcon-cli --file {{.app}} \
|
--var version=${RCON_CLI_VERSION} --var app=rcon-cli --file {{.app}} \
|
||||||
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
|
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
|
||||||
@@ -48,7 +48,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
|
|||||||
--var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \
|
--var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \
|
||||||
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
|
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
|
||||||
|
|
||||||
ARG MC_HELPER_VERSION=1.48.5
|
ARG MC_HELPER_VERSION=1.48.10
|
||||||
ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
|
ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
|
||||||
# used for cache busting local copy of mc-image-helper
|
# used for cache busting local copy of mc-image-helper
|
||||||
ARG MC_HELPER_REV=1
|
ARG MC_HELPER_REV=1
|
||||||
@@ -65,8 +65,7 @@ STOPSIGNAL SIGTERM
|
|||||||
ENV TYPE=VANILLA VERSION=LATEST EULA="" UID=1000 GID=1000 LC_ALL=en_US.UTF-8
|
ENV TYPE=VANILLA VERSION=LATEST EULA="" UID=1000 GID=1000 LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
COPY --chmod=755 scripts/start* /
|
COPY --chmod=755 scripts/start* /
|
||||||
COPY --chmod=755 bin/ /usr/local/bin/
|
COPY --chmod=755 files/shims/ /usr/local/bin/
|
||||||
COPY --chmod=755 bin/mc-health /health.sh
|
|
||||||
COPY --chmod=755 files/* /image/
|
COPY --chmod=755 files/* /image/
|
||||||
COPY --chmod=755 files/auto /auto
|
COPY --chmod=755 files/auto /auto
|
||||||
|
|
||||||
|
|||||||
@@ -139,3 +139,7 @@ The following image tags have been deprecated and are no longer receiving update
|
|||||||
- java23-*
|
- java23-*
|
||||||
- java8-multiarch is still built and pushed, but please move to java8 instead
|
- java8-multiarch is still built and pushed, but please move to java8 instead
|
||||||
- java8-alpine, java8-jdk, java8-openj9, java8-graalvm-ce
|
- java8-alpine, java8-jdk, java8-openj9, java8-graalvm-ce
|
||||||
|
|
||||||
|
## JSON Listing
|
||||||
|
|
||||||
|
Information about the image tags is available programmatically at <https://raw.githubusercontent.com/itzg/docker-minecraft-server/refs/heads/master/images.json>
|
||||||
@@ -1,157 +0,0 @@
|
|||||||
####################################################################
|
|
||||||
# FORGE GENERIC_PACK #
|
|
||||||
# #
|
|
||||||
# Date: 20220828 #
|
|
||||||
# #
|
|
||||||
# Mod: TNP Limitless 5 v2.19.0 #
|
|
||||||
# #
|
|
||||||
# Notes: Verify that there is no EULA file in the modpack.zip #
|
|
||||||
# if you do not delete it the EULA flag below will be #
|
|
||||||
# overwritten when the modpack is copied and the server #
|
|
||||||
# will not start. #
|
|
||||||
# #
|
|
||||||
####################################################################
|
|
||||||
services:
|
|
||||||
|
|
||||||
####################################################################
|
|
||||||
# Service Name #
|
|
||||||
# #
|
|
||||||
# Define Service Name here. If using RCON this name will be #
|
|
||||||
# referenced again as RWA_RCON_HOST below. #
|
|
||||||
# #
|
|
||||||
# Example: 'name:' or 'mc_atm6:' #
|
|
||||||
####################################################################
|
|
||||||
mc_tnp5:
|
|
||||||
|
|
||||||
####################################################################
|
|
||||||
# Image & Container Name #
|
|
||||||
# #
|
|
||||||
# Specify Image Name and Java Version. The 'image' will always be #
|
|
||||||
# 'itzg/minecraft-server' however the tag added to the end is #
|
|
||||||
# where you can specify the java version or container architecture.#
|
|
||||||
# See readme.md for a full list. #
|
|
||||||
# #
|
|
||||||
# 'container_name:' This can be anything you like. This is the name#
|
|
||||||
# that will show when you run 'docker ps' commands. #
|
|
||||||
####################################################################
|
|
||||||
image: itzg/minecraft-server
|
|
||||||
container_name: mc_tnp5
|
|
||||||
|
|
||||||
####################################################################
|
|
||||||
# Server Ports #
|
|
||||||
# #
|
|
||||||
# Specify external port. #
|
|
||||||
####################################################################
|
|
||||||
ports:
|
|
||||||
- 25565:25565
|
|
||||||
|
|
||||||
####################################################################
|
|
||||||
# Automatic Server Restart #
|
|
||||||
# #
|
|
||||||
# Define a restart policy here. #
|
|
||||||
# - 'no' = Do not restart. #
|
|
||||||
# - 'on-failure' = Restart if container exits because an error. #
|
|
||||||
# - 'always' = Regardless of stop reason. #
|
|
||||||
# - 'unless-stopped' = Similar to always except if stopped. #
|
|
||||||
####################################################################
|
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
####################################################################
|
|
||||||
# Volume and Folder Access #
|
|
||||||
# #
|
|
||||||
# This section defines what folders and volumes you want to give #
|
|
||||||
# this container access to. It is recommended to leaves these set #
|
|
||||||
# to the default values unless you know what you are doing. #
|
|
||||||
# #
|
|
||||||
# Place your mod zip file in a folder called 'modpacks' in the #
|
|
||||||
# same directory you place this docker-compose file. #
|
|
||||||
# #
|
|
||||||
# Specify the data volume name or directory here as well. #
|
|
||||||
# In this example the volume name is 'data'. When docker creates #
|
|
||||||
# the volume it will add what ever name you give it here to the #
|
|
||||||
# end of the container name specified above. In this example it #
|
|
||||||
# would be named 'mc_atm6_data'. If you change this be sure to #
|
|
||||||
# update the volume name at the bottom of this config. #
|
|
||||||
####################################################################
|
|
||||||
volumes:
|
|
||||||
- ./modpacks:/modpacks:ro
|
|
||||||
- data:/data
|
|
||||||
|
|
||||||
####################################################################
|
|
||||||
# EULA #
|
|
||||||
# #
|
|
||||||
# Accept EULA by setting to "true" #
|
|
||||||
####################################################################
|
|
||||||
environment:
|
|
||||||
EULA: "true"
|
|
||||||
|
|
||||||
####################################################################
|
|
||||||
# FORGE INSTALL #
|
|
||||||
# #
|
|
||||||
# Sets install type to FORGE and specifys the zip folder name #
|
|
||||||
# and location of your mod pack. #
|
|
||||||
# #
|
|
||||||
# TYPE: Defines the install type as FORGE #
|
|
||||||
# #
|
|
||||||
# VERSION: Defines the version of MC the modpack is based on. #
|
|
||||||
# #
|
|
||||||
# FORGE_VERSION: Defines the version of FORGE the modpack uses. #
|
|
||||||
# This can usually be found in the modpack.zip as #
|
|
||||||
# installer.jar #
|
|
||||||
# #
|
|
||||||
# GENERIC_PACK: Define where the modpack.zip is located. #
|
|
||||||
# #
|
|
||||||
# Place your mod zip file in a folder called 'modpacks' in the #
|
|
||||||
# same directory you place this docker-compose file. #
|
|
||||||
####################################################################
|
|
||||||
TYPE: FORGE
|
|
||||||
VERSION: 1.18.2
|
|
||||||
FORGE_VERSION: 40.1.73
|
|
||||||
GENERIC_PACK: /modpacks/tnp5.zip
|
|
||||||
|
|
||||||
####################################################################
|
|
||||||
# Server Memory #
|
|
||||||
# #
|
|
||||||
# Set Maximum amount of memory allowed for your server. #
|
|
||||||
####################################################################
|
|
||||||
MEMORY: "8G"
|
|
||||||
|
|
||||||
####################################################################
|
|
||||||
# Logging Options #
|
|
||||||
# #
|
|
||||||
# Set to "true" to delete old logs #
|
|
||||||
####################################################################
|
|
||||||
ENABLE_ROLLING_LOGS: "true"
|
|
||||||
|
|
||||||
####################################################################
|
|
||||||
# Server Timezone #
|
|
||||||
# #
|
|
||||||
# Specify server Timezone #
|
|
||||||
####################################################################
|
|
||||||
TZ: "America/New_York"
|
|
||||||
|
|
||||||
####################################################################
|
|
||||||
# Minecraft Game Options #
|
|
||||||
# #
|
|
||||||
# List any game options you want to define here. A full list can #
|
|
||||||
# be found on the readme.md page on github. #
|
|
||||||
####################################################################
|
|
||||||
OVERRIDE_SERVER_PROPERTIES: "true"
|
|
||||||
DIFFICULTY: "easy"
|
|
||||||
MAX_TICK_TIME: "-1"
|
|
||||||
VIEW_DISTANCE: "6"
|
|
||||||
ALLOW_FLIGHT: "true"
|
|
||||||
OPS: ""
|
|
||||||
MAX_PLAYERS: 10
|
|
||||||
PVP: "false"
|
|
||||||
LEVEL_TYPE: "biomesoplenty"
|
|
||||||
MOTD: "Welcome Home"
|
|
||||||
|
|
||||||
####################################################################
|
|
||||||
# Volumes #
|
|
||||||
# #
|
|
||||||
# Define data volume name here. You should leave this set to the #
|
|
||||||
# default. #
|
|
||||||
####################################################################
|
|
||||||
volumes:
|
|
||||||
data:
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
services:
|
|
||||||
mc:
|
|
||||||
image: itzg/minecraft-server:${IMAGE_TAG:-latest}
|
|
||||||
volumes:
|
|
||||||
- data:/data
|
|
||||||
- ./modpacks:/modpacks:ro
|
|
||||||
environment:
|
|
||||||
EULA: "true"
|
|
||||||
TYPE: FORGE
|
|
||||||
DEBUG: "${DEBUG:-false}"
|
|
||||||
VERSION: ${VERSION:-1.17.1}
|
|
||||||
FORGE_VERSION: ${FORGE_VERSION:-37.0.90}
|
|
||||||
GENERIC_PACK: /modpacks/${MODPACK:-Server-Files-0.0.21.zip}
|
|
||||||
REMOVE_OLD_MODS: "${REMOVE_OLD_MODS:-false}"
|
|
||||||
ports:
|
|
||||||
- "25565:25565"
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
data: {}
|
|
||||||
@@ -10,6 +10,6 @@ services:
|
|||||||
griefprevention
|
griefprevention
|
||||||
discordsrv
|
discordsrv
|
||||||
VERSION_FROM_MODRINTH_PROJECTS: true
|
VERSION_FROM_MODRINTH_PROJECTS: true
|
||||||
SETUP_ONLY: true
|
MEMORY: 2G
|
||||||
ports:
|
ports:
|
||||||
- "25565:25565"
|
- "25565:25565"
|
||||||
@@ -10,8 +10,9 @@
|
|||||||
"axolotlbuckets",
|
"axolotlbuckets",
|
||||||
"BadOptimizations",
|
"BadOptimizations",
|
||||||
"BetterAdvancements",
|
"BetterAdvancements",
|
||||||
"BetterGrassify",
|
|
||||||
"betterbeds",
|
"betterbeds",
|
||||||
|
"BetterF3",
|
||||||
|
"BetterGrassify",
|
||||||
"BetterThirdPerson",
|
"BetterThirdPerson",
|
||||||
"BHMenu",
|
"BHMenu",
|
||||||
"blur",
|
"blur",
|
||||||
@@ -23,16 +24,21 @@
|
|||||||
"cherishedworlds",
|
"cherishedworlds",
|
||||||
"citresewn",
|
"citresewn",
|
||||||
"clickadv",
|
"clickadv",
|
||||||
|
"cobblemon-ui-tweaks",
|
||||||
"compass-coords",
|
"compass-coords",
|
||||||
"connectedness",
|
"connectedness",
|
||||||
"connector",
|
"connector",
|
||||||
"continuity",
|
"continuity",
|
||||||
|
"controlling",
|
||||||
"craftpresence",
|
"craftpresence",
|
||||||
"cwb",
|
"cwb",
|
||||||
"DisableCustomWorldsAdvice",
|
"DisableCustomWorldsAdvice",
|
||||||
"distraction_free_recipes",
|
"distraction_free_recipes",
|
||||||
"drippyloadingscreen",
|
"drippyloadingscreen",
|
||||||
"eating-animation",
|
"eating-animation",
|
||||||
|
"emi",
|
||||||
|
"emi_loot",
|
||||||
|
"emi_trade",
|
||||||
"emiffect",
|
"emiffect",
|
||||||
"emitrades",
|
"emitrades",
|
||||||
"entity_model_features",
|
"entity_model_features",
|
||||||
@@ -52,6 +58,7 @@
|
|||||||
"Highlighter",
|
"Highlighter",
|
||||||
"ImmediatelyFast",
|
"ImmediatelyFast",
|
||||||
"indium",
|
"indium",
|
||||||
|
"inventory-profiles-next",
|
||||||
"iris",
|
"iris",
|
||||||
"iris-flywheel",
|
"iris-flywheel",
|
||||||
"ItemBorders",
|
"ItemBorders",
|
||||||
@@ -71,9 +78,10 @@
|
|||||||
"PickUpNotifier",
|
"PickUpNotifier",
|
||||||
"PresenceFootsteps",
|
"PresenceFootsteps",
|
||||||
"Prism",
|
"Prism",
|
||||||
"reforgium",
|
|
||||||
"reeses_sodium_options",
|
"reeses_sodium_options",
|
||||||
|
"reforgium",
|
||||||
"ResourcePackOverrides",
|
"ResourcePackOverrides",
|
||||||
|
"roughly-enough-items",
|
||||||
"ryoamiclights",
|
"ryoamiclights",
|
||||||
"screenshot_viewer",
|
"screenshot_viewer",
|
||||||
"Searchables",
|
"Searchables",
|
||||||
@@ -82,15 +90,24 @@
|
|||||||
"skinlayers3d",
|
"skinlayers3d",
|
||||||
"sodium",
|
"sodium",
|
||||||
"sorted_enchantments",
|
"sorted_enchantments",
|
||||||
|
"tooltipfix",
|
||||||
"visuality",
|
"visuality",
|
||||||
"VR-Combat",
|
"VR-Combat",
|
||||||
"WailaStages",
|
"WailaStages",
|
||||||
"welcomescreen",
|
"welcomescreen",
|
||||||
|
"Xaeros_Minimap",
|
||||||
|
"XaerosWorldMap",
|
||||||
"YeetusExperimentus",
|
"YeetusExperimentus",
|
||||||
"yungsmenutweaks",
|
"yungsmenutweaks",
|
||||||
"Zoomify",
|
"Zoomify",
|
||||||
"zume"
|
"zume"
|
||||||
],
|
],
|
||||||
"globalForceIncludes": [],
|
"globalForceIncludes": [],
|
||||||
"modpacks": {}
|
"modpacks": {
|
||||||
|
"cobbleverse": {
|
||||||
|
"excludes": [
|
||||||
|
"cloth-config"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
0
bin/mc-health → files/shims/mc-health
Executable file → Normal file
0
bin/mc-health → files/shims/mc-health
Executable file → Normal file
0
bin/mc-send-to-console → files/shims/mc-send-to-console
Executable file → Normal file
0
bin/mc-send-to-console → files/shims/mc-send-to-console
Executable file → Normal file
0
bin/mcstatus → files/shims/mcstatus
Executable file → Normal file
0
bin/mcstatus → files/shims/mcstatus
Executable file → Normal file
134
images.json
Normal file
134
images.json
Normal file
@@ -0,0 +1,134 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"tag": "latest",
|
||||||
|
"notes": "Always tracks the most recent commit on the main branch",
|
||||||
|
"java": "21",
|
||||||
|
"distribution": "ubuntu",
|
||||||
|
"jvm": "hotspot",
|
||||||
|
"architectures": ["amd64", "arm64"],
|
||||||
|
"lts": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "stable",
|
||||||
|
"notes": "Always tracks the most recent release",
|
||||||
|
"java": "21",
|
||||||
|
"distribution": "ubuntu",
|
||||||
|
"jvm": "hotspot",
|
||||||
|
"architectures": ["amd64", "arm64"],
|
||||||
|
"lts": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "java24",
|
||||||
|
"java": "24",
|
||||||
|
"distribution": "ubuntu",
|
||||||
|
"jvm": "hotspot",
|
||||||
|
"architectures": ["amd64", "arm64"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "java24-graalvm",
|
||||||
|
"java": "24",
|
||||||
|
"distribution": "oracle",
|
||||||
|
"jvm": "graalvm",
|
||||||
|
"architectures": ["amd64", "arm64"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "java21",
|
||||||
|
"java": "21",
|
||||||
|
"distribution": "ubuntu",
|
||||||
|
"jvm": "hotspot",
|
||||||
|
"architectures": ["amd64", "arm64"],
|
||||||
|
"lts": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "java21-alpine",
|
||||||
|
"java": "21",
|
||||||
|
"distribution": "alpine",
|
||||||
|
"jvm": "hotspot",
|
||||||
|
"architectures": ["amd64", "arm64"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "java21-graalvm",
|
||||||
|
"java": "21",
|
||||||
|
"distribution": "oracle",
|
||||||
|
"jvm": "graalvm",
|
||||||
|
"architectures": ["amd64", "arm64"],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "java21-jdk",
|
||||||
|
"java": "21",
|
||||||
|
"distribution": "ubuntu",
|
||||||
|
"jvm": "hotspot",
|
||||||
|
"architectures": ["amd64", "arm64"],
|
||||||
|
"jdk": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "java21-graalvm",
|
||||||
|
"java": "21",
|
||||||
|
"distribution": "oracle",
|
||||||
|
"jvm": "graalvm",
|
||||||
|
"architectures": ["amd64", "arm64"],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "java17",
|
||||||
|
"java": "17",
|
||||||
|
"distribution": "ubuntu",
|
||||||
|
"jvm": "hotspot",
|
||||||
|
"architectures": ["amd64", "arm64"],
|
||||||
|
"lts": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "java17-alpine",
|
||||||
|
"java": "17",
|
||||||
|
"distribution": "alpine",
|
||||||
|
"jvm": "hotspot",
|
||||||
|
"architectures": ["amd64", "arm64"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "java17-graalvm",
|
||||||
|
"java": "17",
|
||||||
|
"distribution": "oracle",
|
||||||
|
"jvm": "graalvm",
|
||||||
|
"architectures": ["amd64", "arm64"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "java16",
|
||||||
|
"java": "16",
|
||||||
|
"distribution": "ubuntu",
|
||||||
|
"jvm": "hotspot",
|
||||||
|
"architectures": ["amd64", "arm64", "armv7"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "java11",
|
||||||
|
"java": "11",
|
||||||
|
"distribution": "ubuntu",
|
||||||
|
"jvm": "hotspot",
|
||||||
|
"architectures": ["amd64", "arm64", "armv7"],
|
||||||
|
"lts": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "java8",
|
||||||
|
"java": "8",
|
||||||
|
"distribution": "ubuntu",
|
||||||
|
"jvm": "hotspot",
|
||||||
|
"architectures": ["amd64", "arm64", "armv7"],
|
||||||
|
"lts": true
|
||||||
|
},
|
||||||
|
{"tag": "adopt13", "deprecated": true},
|
||||||
|
{"tag": "adopt14", "deprecated": true},
|
||||||
|
{"tag": "adopt15", "deprecated": true},
|
||||||
|
{"tag": "openj9-nightly", "deprecated": true},
|
||||||
|
{"tag": "multiarch-latest", "deprecated": true},
|
||||||
|
{"tag": "java16-openj9", "deprecated": true},
|
||||||
|
{"tag": "java17-graalvm-ce", "deprecated": true},
|
||||||
|
{"tag": "java17-openj9", "deprecated": true},
|
||||||
|
{"tag": "java19", "deprecated": true},
|
||||||
|
{"tag": "java20-graalvm", "deprecated": true},
|
||||||
|
{"tag": "java20", "deprecated": true},
|
||||||
|
{"tag": "java20-alpine", "deprecated": true},
|
||||||
|
{"tag": "java23", "deprecated": true},
|
||||||
|
{"tag": "java8-multiarch", "deprecated": true},
|
||||||
|
{"tag": "java8-alpine", "deprecated": true},
|
||||||
|
{"tag": "java8-jdk", "deprecated": true},
|
||||||
|
{"tag": "java8-openj9", "deprecated": true},
|
||||||
|
{"tag": "java8-graalvm-ce", "deprecated": true}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user