Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-amd64@sha256:6dbd2dad8073a2c8ce3d48a7ffb2f6f6e11d9ae720bd9cdb1ee874d755c4b83a AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-amd64@sha256:7feb704119ef6e950007746baca4ee0d4d2ddb05233ad57194ad42ea07fb9852 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.11.17-beta

Check warning on line 5 in latest/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in latest/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-arm64@sha256:1f1aed82eb4bf6e860945b12d0e3c16753ac493597c542bbae26caea5c4adc60 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-arm64@sha256:5c4b1194ba743ccf3116f47d067e7f0dbcdd57861dd98932280ad0507eb15e2a AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.11.17-beta

Check warning on line 5 in latest/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in latest/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.2/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.2-amd64@sha256:a6a6a7f9b968ff98d556df58326a355d05832296b9864222e47cba1be82912e9 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.2-amd64@sha256:797be2903bc321bafb0ebcd02118db05a073fb0808deb95be38d4c27f3cb9c7e AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.2.86

Check warning on line 5 in v20.2/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.2/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.2/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.2-arm64@sha256:ce3323cc6c78fc2d9a41bf6c7857fac875e08d3df83d7747d97b3a2ec361ad01 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.2-arm64@sha256:dc890eef514f964f09340940451feab2e0503ff0d7000035eb4a93b7adbd58af AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.2.86

Check warning on line 5 in v20.2/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.2/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.3/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.3-amd64@sha256:9533173460ee0181da02ae13f76818226634ba7366548bf4f9bf79723335413c AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.3-amd64@sha256:0de0b9f74169930ace8a04c8d463f8a5c9a5aab5a8567068f86105789ed87401 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.3.8-beta

Check warning on line 5 in v20.3/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.3/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.3/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.3-arm64@sha256:741d6cada1ac8cb2d7bfe67a61a574eded2ca8cfab014bd1afcab0766ccf6a96 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.3-arm64@sha256:cf5cead30a6d1f03c49b5db4395d8fce97be88518608a73db972458900b74d11 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.3.8-beta

Check warning on line 5 in v20.3/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.3/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.4/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.4-amd64@sha256:e4eb6892d9c43fa51b9fa6987f7596d6a0cdcd5f1bf61dbeaf4d982e11b45a81 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.4-amd64@sha256:5e8f462c781814e110c22a7a3c160fcbeec69d6745bae7a05f3d5032b0ec63ff AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.4.251

Check warning on line 5 in v20.4/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.4/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.4/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.4-arm64@sha256:e50a4f42f022a904ba1e6cfdf14bf14da86a0175e484ccf80493f74f83accea2 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.4-arm64@sha256:ccaddb7d57d50c1bb3d91db2e991ef3968f9b7b45f5ea36b1244a8bd236f3b1e AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.4.251

Check warning on line 5 in v20.4/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.4/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.5/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.5-amd64@sha256:37781340b2d8f7fb8928e1f41202a5502214ff2c255f9fd165b9f8f87e5c0e44 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.5-amd64@sha256:fb2ffe7431ff6255e2adeccf8d8352dd9012da580db3cc6160a6c8dc72a81d05 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.5.21-beta

Check warning on line 5 in v20.5/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.5/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.5/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.5-arm64@sha256:cd6e5d18475611aa493dc918954cda322854f2a865ed9ee9bdac1de6cf52e3a8 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.5-arm64@sha256:403f78dc7ea0175bd466c737d61564d3c67bd7cc46205caaeebc1e08d76a3185 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.5.21-beta

Check warning on line 5 in v20.5/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.5/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.6/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.6-amd64@sha256:10566b6510ca841ddb5bbee92c5deb5829dae5af76e924e9d49b95534cd36974 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.6-amd64@sha256:76c01ded1e5eff59eac62d9b800b566447c6eb948ec16aea655983d519ad13a0 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.6.139

Check warning on line 5 in v20.6/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.6/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.6/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.6-arm64@sha256:9bac59e1d30f19db37674bdc355c7a32773cbc8eae20fa8f3acea92885a8030a AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.6-arm64@sha256:fe00f0b81a641f53537c4bf41f85bb0ba5818beef26643812c7a8baf589bce6e AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.6.139

Check warning on line 5 in v20.6/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.6/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.0/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21-amd64@sha256:519da6408334b7efe3c7a96e161bcdcce08ac3ae0a42a6eb70d7ab1ae248b180 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21-amd64@sha256:89ba7e3e311781bbf97fe7ded8bc7de79831ebdf6f2b13dff5d71ed5193dc0ad AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.0.167

Check warning on line 5 in v21.0/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.0/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.0/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21-arm64@sha256:16b2a0543c9d8986a75b56ba732597aac708c87c2e3edd6b5088df7d2cd47a0a AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21-arm64@sha256:8ad29dff2eaf93fcba475c7018e8b70a1c8d2e4244807aa1dd3b03ee636ba480 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.0.167

Check warning on line 5 in v21.0/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.0/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.1/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.1-amd64@sha256:cfb6bce438a902da1c62d937cf264d26e8d7d26c866ce4e44b174f3dbcb54c34 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.1-amd64@sha256:4991e7b47898aae99553647875b7b7c2adddbdaedb523f04dd5a5a650315c17b AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.1.217

Check warning on line 5 in v21.1/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.1/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.1/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.1-arm64@sha256:249f63f2ff77dc1268c8cc573ffee6c3954d5a04311950c9f068eb99a08438bc AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.1-arm64@sha256:60e96e938620e83e536be3adff00c504366867e700e689c0bc3effd317e20acc AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.1.217

Check warning on line 5 in v21.1/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.1/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.10/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.10-amd64@sha256:6b58cabe7ee7c0fc6bcc78dc1f96e66cff2c8d84f7c4b58cd162dad95063c42b AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.10-amd64@sha256:b6ef5b1839ab85334b86f70c92e9fb31ea944f6895186e666c58f7240485fede AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.10.64

Check warning on line 5 in v21.10/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.10/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.10/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.10-arm64@sha256:a0ace2a677ace7755e6a8f273a3b0ba2785046b818303cee172c6e62b71eb005 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.10-arm64@sha256:aeb7b3988f629fa1800b8eced2d87239279582877a5030ba4178dfa82f85c78e AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.10.64

Check warning on line 5 in v21.10/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.10/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.11/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-amd64@sha256:6dbd2dad8073a2c8ce3d48a7ffb2f6f6e11d9ae720bd9cdb1ee874d755c4b83a AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-amd64@sha256:7feb704119ef6e950007746baca4ee0d4d2ddb05233ad57194ad42ea07fb9852 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.11.17-beta

Check warning on line 5 in v21.11/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.11/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.11/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-arm64@sha256:1f1aed82eb4bf6e860945b12d0e3c16753ac493597c542bbae26caea5c4adc60 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-arm64@sha256:5c4b1194ba743ccf3116f47d067e7f0dbcdd57861dd98932280ad0507eb15e2a AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.11.17-beta

Check warning on line 5 in v21.11/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.11/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.2/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.2-amd64@sha256:21aa90123ea66a350173099e4acf2d141b091b0ce346a98c8addc4eabfd60d6c AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.2-amd64@sha256:c5bb85dc49c5561745ebc1f347d52747fbc136b64d3ec0611d9c692b5ae590ad AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.2.1-beta

Check warning on line 5 in v21.2/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.2/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.2/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.2-arm64@sha256:6a3d4c2d96dc83389e979ee467aff0b0a05402e39fcdad7c11730b18d9d3b102 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.2-arm64@sha256:b49def4a596898c5c5f67b6b29029ee975773a254614a86525de96991eeff75e AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.2.1-beta

Check warning on line 5 in v21.2/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.2/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.3/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.3-amd64@sha256:c5e3e7a1230a0e9ba9644d5bfad63646cec9cc70ad3d2ee697fca83e227dc08f AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.3-amd64@sha256:bb22bc8d4f36011c1d3d091dfe1bc47105c7304673748476bcf21313714f13fd AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.3.95

Check warning on line 5 in v21.3/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.3/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.3/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.3-arm64@sha256:94ca45c2c47a9df5479a543152519371327216639a051e386df5268424eb9c34 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.3-arm64@sha256:30c996e28ef533633d46000c53a56d49b4748a473b9398d34047380bf59767ba AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.3.95

Check warning on line 5 in v21.3/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.3/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.4/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.4-amd64@sha256:af86147db0e69146d63b9794867308d501575735e7d1842027dec01b24968c29 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.4-amd64@sha256:5164ed9eea13888cbcd4a1aac502cf6776375706d4ff4d20f7fe43752ab833c3 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.4.156

Check warning on line 5 in v21.4/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.4/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.4/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.4-arm64@sha256:57007ca9a100dbb20fb958889458f316a6edb45c47a221602c229c2387dfb4dd AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.4-arm64@sha256:c489f9908dc1ab96de3deb9afa9c4306241ed43cd01198387e467a63a5b0484f AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.4.156

Check warning on line 5 in v21.4/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.4/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.5/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.5-amd64@sha256:9ea66f93337828daadec231df42d9f1556825bfcdd486b3b1e9fc3a9631ca724 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.5-amd64@sha256:dc50d6d8df18dbd77852a652fe65a1fa1e05d819390ac0c6d305ef65833e2f9f AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.5.96

Check warning on line 5 in v21.5/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.5/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.5/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.5-arm64@sha256:d8cb9ddffafc1c3fa17bb5dc75bbf1649456b618b228475b63547651ac8f7347 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.5-arm64@sha256:d7b958d370252f37fcdaffc90cee0be95daaaed6f3a1b648f548d4e7b2fde4ef AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.5.96

Check warning on line 5 in v21.5/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.5/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.6/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.6-amd64@sha256:f849da3a3d280f76d7951ffa1e8237df2aaad8ffaa1f758859a1bf2e587fe2ea AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.6-amd64@sha256:b72480b704c608c253dba1baeadc84c42e6f9413d4ee78a1b738c3608b84d7ae AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.6.20-beta

Check warning on line 5 in v21.6/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.6/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.6/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.6-arm64@sha256:6b31280c28457d5b4913ff50f9ab57614907f21341ea9f15a936e18c19f71cd6 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.6-arm64@sha256:78ef707e3a7c3f7eebb5e928793f699e5d5a554c3a3c769f598d8f64e32aaef7 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.6.20-beta

Check warning on line 5 in v21.6/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.6/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.7/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.7-amd64@sha256:fddf634d84a6b1cab95a2a89509eeda15dcd19792a40310d39aea0307618e128 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.7-amd64@sha256:f5370ba5359fb867a686349e63be49d484c7abad1d57a8c62d7ccfbd90f6c970 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.7.25-beta

Check warning on line 5 in v21.7/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.7/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.7/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.7-arm64@sha256:cf92425af223b2be0feefa97b677b62d87432b91d39d94fb83f2676af3826e9f AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.7-arm64@sha256:7879a57396943770367c697951c579e9dbcfbe3adc55214a16e216119fe3de68 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.7.25-beta

Check warning on line 5 in v21.7/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.7/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.8/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.8-amd64@sha256:330268348fa3b46d703218eb5af7d1e0e490284048c07f33a6e1ede1fb543ca5 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.8-amd64@sha256:f285e07f3a70551cbf060eb072c32f6b5bbc3458df372640a64a22ec86b2ce76 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.8.52

Check warning on line 5 in v21.8/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.8/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.8/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.8-arm64@sha256:a373ef8009ea9cd611b8209dab2ae0b7d98741ca37c36d90d621937805896c1f AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.8-arm64@sha256:76b39beba23b57c36377508bb94f0463706351b0bc827e10239b461e835ceb0e AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.8.52

Check warning on line 5 in v21.8/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.8/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.9/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.9-amd64@sha256:dba975f3cd267f1e88f76836a155415e21aa52171aee4e1b90286a30d3afffad AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.9-amd64@sha256:6bf67c72ad242544351e2479b62751c4b2f4054be4ac46ab4e90f0688cdf6c82 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.9.16-beta

Check warning on line 5 in v21.9/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.9/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.9/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.9-arm64@sha256:2da6d7c1c2464f109b69655bae3a3add0a904fc2e326abdae45bc8addd3dd774 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.9-arm64@sha256:1e7448da666aec958fbdf05e15add7cbf9138e9d39252b76421c569539214d39 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.9.16-beta

Check warning on line 5 in v21.9/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.9/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down