Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docker digests #147

Merged
merged 1 commit into from
Oct 19, 2024
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
4 changes: 2 additions & 2 deletions latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:54828ce0d7c61967686b4f835c0019144a1679508cd6268ddc9cc14337f6304a AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:e33e3d727cbc94f32d238b27b54e6575a8fe7d2d1610c2fb0db9d4837c6cf01d AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_amd64.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:54828ce0d7c61967686b4f835c0019144a1679508cd6268ddc9cc14337f6304a
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:e33e3d727cbc94f32d238b27b54e6575a8fe7d2d1610c2fb0db9d4837c6cf01d

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.20.2

Check warning on line 16 in latest/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in latest/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/5b868151bd02b41319f54c8d4061b8cae84e665c/server.jar

Check warning on line 18 in latest/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:c366dbc361878622b56df13adfe43d4505b89c18b6a019b906304535e83dcf4b AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:9d60292297d16c17a316cf29e7b67af0e3c462bff3734579e6683fc933a727b1 AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_armv6.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-arm@sha256:c366dbc361878622b56df13adfe43d4505b89c18b6a019b906304535e83dcf4b
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:9d60292297d16c17a316cf29e7b67af0e3c462bff3734579e6683fc933a727b1

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.20.2

Check warning on line 16 in latest/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in latest/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/5b868151bd02b41319f54c8d4061b8cae84e665c/server.jar

Check warning on line 18 in latest/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:e0f8237043394f3a92deb4f930f4069f49b72ea91aaff8da11348b08e9b387a1 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:fe2c31cd9f0354a38b29f17c0d80b14532972520e2cd1d4527f46897eca5d585 AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_arm64.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:e0f8237043394f3a92deb4f930f4069f49b72ea91aaff8da11348b08e9b387a1
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:fe2c31cd9f0354a38b29f17c0d80b14532972520e2cd1d4527f46897eca5d585

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.20.2

Check warning on line 16 in latest/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in latest/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/5b868151bd02b41319f54c8d4061b8cae84e665c/server.jar

Check warning on line 18 in latest/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.18.1/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:54828ce0d7c61967686b4f835c0019144a1679508cd6268ddc9cc14337f6304a AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:e33e3d727cbc94f32d238b27b54e6575a8fe7d2d1610c2fb0db9d4837c6cf01d AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_amd64.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:54828ce0d7c61967686b4f835c0019144a1679508cd6268ddc9cc14337f6304a
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:e33e3d727cbc94f32d238b27b54e6575a8fe7d2d1610c2fb0db9d4837c6cf01d

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.18.1

Check warning on line 16 in v1.18.1/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.18.1/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/125e5adf40c659fd3bce3e66e67a16bb49ecc1b9/server.jar

Check warning on line 18 in v1.18.1/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.18.1/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:c366dbc361878622b56df13adfe43d4505b89c18b6a019b906304535e83dcf4b AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:9d60292297d16c17a316cf29e7b67af0e3c462bff3734579e6683fc933a727b1 AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_armv6.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-arm@sha256:c366dbc361878622b56df13adfe43d4505b89c18b6a019b906304535e83dcf4b
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:9d60292297d16c17a316cf29e7b67af0e3c462bff3734579e6683fc933a727b1

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.18.1

Check warning on line 16 in v1.18.1/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.18.1/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/125e5adf40c659fd3bce3e66e67a16bb49ecc1b9/server.jar

Check warning on line 18 in v1.18.1/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.18.1/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:e0f8237043394f3a92deb4f930f4069f49b72ea91aaff8da11348b08e9b387a1 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:fe2c31cd9f0354a38b29f17c0d80b14532972520e2cd1d4527f46897eca5d585 AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_arm64.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:e0f8237043394f3a92deb4f930f4069f49b72ea91aaff8da11348b08e9b387a1
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:fe2c31cd9f0354a38b29f17c0d80b14532972520e2cd1d4527f46897eca5d585

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.18.1

Check warning on line 16 in v1.18.1/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.18.1/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/125e5adf40c659fd3bce3e66e67a16bb49ecc1b9/server.jar

Check warning on line 18 in v1.18.1/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.18.2/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:54828ce0d7c61967686b4f835c0019144a1679508cd6268ddc9cc14337f6304a AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:e33e3d727cbc94f32d238b27b54e6575a8fe7d2d1610c2fb0db9d4837c6cf01d AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_amd64.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:54828ce0d7c61967686b4f835c0019144a1679508cd6268ddc9cc14337f6304a
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:e33e3d727cbc94f32d238b27b54e6575a8fe7d2d1610c2fb0db9d4837c6cf01d

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.18.2

Check warning on line 16 in v1.18.2/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.18.2/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/server.jar

Check warning on line 18 in v1.18.2/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.18.2/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:c366dbc361878622b56df13adfe43d4505b89c18b6a019b906304535e83dcf4b AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:9d60292297d16c17a316cf29e7b67af0e3c462bff3734579e6683fc933a727b1 AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_armv6.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-arm@sha256:c366dbc361878622b56df13adfe43d4505b89c18b6a019b906304535e83dcf4b
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:9d60292297d16c17a316cf29e7b67af0e3c462bff3734579e6683fc933a727b1

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.18.2

Check warning on line 16 in v1.18.2/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.18.2/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/server.jar

Check warning on line 18 in v1.18.2/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.18.2/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:e0f8237043394f3a92deb4f930f4069f49b72ea91aaff8da11348b08e9b387a1 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:fe2c31cd9f0354a38b29f17c0d80b14532972520e2cd1d4527f46897eca5d585 AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_arm64.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:e0f8237043394f3a92deb4f930f4069f49b72ea91aaff8da11348b08e9b387a1
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:fe2c31cd9f0354a38b29f17c0d80b14532972520e2cd1d4527f46897eca5d585

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.18.2

Check warning on line 16 in v1.18.2/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.18.2/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/server.jar

Check warning on line 18 in v1.18.2/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.18/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:54828ce0d7c61967686b4f835c0019144a1679508cd6268ddc9cc14337f6304a AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:e33e3d727cbc94f32d238b27b54e6575a8fe7d2d1610c2fb0db9d4837c6cf01d AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_amd64.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:54828ce0d7c61967686b4f835c0019144a1679508cd6268ddc9cc14337f6304a
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:e33e3d727cbc94f32d238b27b54e6575a8fe7d2d1610c2fb0db9d4837c6cf01d

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.18

Check warning on line 16 in v1.18/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.18/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/3cf24a8694aca6267883b17d934efacc5e44440d/server.jar

Check warning on line 18 in v1.18/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.18/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:c366dbc361878622b56df13adfe43d4505b89c18b6a019b906304535e83dcf4b AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:9d60292297d16c17a316cf29e7b67af0e3c462bff3734579e6683fc933a727b1 AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_armv6.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-arm@sha256:c366dbc361878622b56df13adfe43d4505b89c18b6a019b906304535e83dcf4b
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:9d60292297d16c17a316cf29e7b67af0e3c462bff3734579e6683fc933a727b1

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.18

Check warning on line 16 in v1.18/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.18/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/3cf24a8694aca6267883b17d934efacc5e44440d/server.jar

Check warning on line 18 in v1.18/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.18/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:e0f8237043394f3a92deb4f930f4069f49b72ea91aaff8da11348b08e9b387a1 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:fe2c31cd9f0354a38b29f17c0d80b14532972520e2cd1d4527f46897eca5d585 AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_arm64.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:e0f8237043394f3a92deb4f930f4069f49b72ea91aaff8da11348b08e9b387a1
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:fe2c31cd9f0354a38b29f17c0d80b14532972520e2cd1d4527f46897eca5d585

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.18

Check warning on line 16 in v1.18/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.18/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/3cf24a8694aca6267883b17d934efacc5e44440d/server.jar

Check warning on line 18 in v1.18/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.19.1/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:54828ce0d7c61967686b4f835c0019144a1679508cd6268ddc9cc14337f6304a AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:e33e3d727cbc94f32d238b27b54e6575a8fe7d2d1610c2fb0db9d4837c6cf01d AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_amd64.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:54828ce0d7c61967686b4f835c0019144a1679508cd6268ddc9cc14337f6304a
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:e33e3d727cbc94f32d238b27b54e6575a8fe7d2d1610c2fb0db9d4837c6cf01d

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.19.1

Check warning on line 16 in v1.19.1/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.19.1/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/8399e1211e95faa421c1507b322dbeae86d604df/server.jar

Check warning on line 18 in v1.19.1/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.19.1/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:c366dbc361878622b56df13adfe43d4505b89c18b6a019b906304535e83dcf4b AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:9d60292297d16c17a316cf29e7b67af0e3c462bff3734579e6683fc933a727b1 AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_armv6.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-arm@sha256:c366dbc361878622b56df13adfe43d4505b89c18b6a019b906304535e83dcf4b
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:9d60292297d16c17a316cf29e7b67af0e3c462bff3734579e6683fc933a727b1

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.19.1

Check warning on line 16 in v1.19.1/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.19.1/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/8399e1211e95faa421c1507b322dbeae86d604df/server.jar

Check warning on line 18 in v1.19.1/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.19.1/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:e0f8237043394f3a92deb4f930f4069f49b72ea91aaff8da11348b08e9b387a1 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:fe2c31cd9f0354a38b29f17c0d80b14532972520e2cd1d4527f46897eca5d585 AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_arm64.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:e0f8237043394f3a92deb4f930f4069f49b72ea91aaff8da11348b08e9b387a1
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:fe2c31cd9f0354a38b29f17c0d80b14532972520e2cd1d4527f46897eca5d585

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.19.1

Check warning on line 16 in v1.19.1/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.19.1/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/8399e1211e95faa421c1507b322dbeae86d604df/server.jar

Check warning on line 18 in v1.19.1/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.19.2/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:54828ce0d7c61967686b4f835c0019144a1679508cd6268ddc9cc14337f6304a AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:e33e3d727cbc94f32d238b27b54e6575a8fe7d2d1610c2fb0db9d4837c6cf01d AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_amd64.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:54828ce0d7c61967686b4f835c0019144a1679508cd6268ddc9cc14337f6304a
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:e33e3d727cbc94f32d238b27b54e6575a8fe7d2d1610c2fb0db9d4837c6cf01d

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.19.2

Check warning on line 16 in v1.19.2/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.19.2/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/f69c284232d7c7580bd89a5a4931c3581eae1378/server.jar

Check warning on line 18 in v1.19.2/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.19.2/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:c366dbc361878622b56df13adfe43d4505b89c18b6a019b906304535e83dcf4b AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:9d60292297d16c17a316cf29e7b67af0e3c462bff3734579e6683fc933a727b1 AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_armv6.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-arm@sha256:c366dbc361878622b56df13adfe43d4505b89c18b6a019b906304535e83dcf4b
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:9d60292297d16c17a316cf29e7b67af0e3c462bff3734579e6683fc933a727b1

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.19.2

Check warning on line 16 in v1.19.2/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.19.2/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/f69c284232d7c7580bd89a5a4931c3581eae1378/server.jar

Check warning on line 18 in v1.19.2/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.19.2/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:e0f8237043394f3a92deb4f930f4069f49b72ea91aaff8da11348b08e9b387a1 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:fe2c31cd9f0354a38b29f17c0d80b14532972520e2cd1d4527f46897eca5d585 AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_arm64.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:e0f8237043394f3a92deb4f930f4069f49b72ea91aaff8da11348b08e9b387a1
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:fe2c31cd9f0354a38b29f17c0d80b14532972520e2cd1d4527f46897eca5d585

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.19.2

Check warning on line 16 in v1.19.2/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.19.2/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/f69c284232d7c7580bd89a5a4931c3581eae1378/server.jar

Check warning on line 18 in v1.19.2/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.19.3/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:54828ce0d7c61967686b4f835c0019144a1679508cd6268ddc9cc14337f6304a AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:e33e3d727cbc94f32d238b27b54e6575a8fe7d2d1610c2fb0db9d4837c6cf01d AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_amd64.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:54828ce0d7c61967686b4f835c0019144a1679508cd6268ddc9cc14337f6304a
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:e33e3d727cbc94f32d238b27b54e6575a8fe7d2d1610c2fb0db9d4837c6cf01d

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.19.3

Check warning on line 16 in v1.19.3/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.19.3/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/c9df48efed58511cdd0213c56b9013a7b5c9ac1f/server.jar

Check warning on line 18 in v1.19.3/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.19.3/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:c366dbc361878622b56df13adfe43d4505b89c18b6a019b906304535e83dcf4b AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:9d60292297d16c17a316cf29e7b67af0e3c462bff3734579e6683fc933a727b1 AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_armv6.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-arm@sha256:c366dbc361878622b56df13adfe43d4505b89c18b6a019b906304535e83dcf4b
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:9d60292297d16c17a316cf29e7b67af0e3c462bff3734579e6683fc933a727b1

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.19.3

Check warning on line 16 in v1.19.3/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.19.3/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/c9df48efed58511cdd0213c56b9013a7b5c9ac1f/server.jar

Check warning on line 18 in v1.19.3/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.19.3/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:e0f8237043394f3a92deb4f930f4069f49b72ea91aaff8da11348b08e9b387a1 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:fe2c31cd9f0354a38b29f17c0d80b14532972520e2cd1d4527f46897eca5d585 AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_arm64.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:e0f8237043394f3a92deb4f930f4069f49b72ea91aaff8da11348b08e9b387a1
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:fe2c31cd9f0354a38b29f17c0d80b14532972520e2cd1d4527f46897eca5d585

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.19.3

Check warning on line 16 in v1.19.3/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.19.3/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/c9df48efed58511cdd0213c56b9013a7b5c9ac1f/server.jar

Check warning on line 18 in v1.19.3/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.19.4/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:54828ce0d7c61967686b4f835c0019144a1679508cd6268ddc9cc14337f6304a AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:e33e3d727cbc94f32d238b27b54e6575a8fe7d2d1610c2fb0db9d4837c6cf01d AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_amd64.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:54828ce0d7c61967686b4f835c0019144a1679508cd6268ddc9cc14337f6304a
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:e33e3d727cbc94f32d238b27b54e6575a8fe7d2d1610c2fb0db9d4837c6cf01d

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.19.4

Check warning on line 16 in v1.19.4/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.19.4/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/8f3112a1049751cc472ec13e397eade5336ca7ae/server.jar

Check warning on line 18 in v1.19.4/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.19.4/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:c366dbc361878622b56df13adfe43d4505b89c18b6a019b906304535e83dcf4b AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:9d60292297d16c17a316cf29e7b67af0e3c462bff3734579e6683fc933a727b1 AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_armv6.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-arm@sha256:c366dbc361878622b56df13adfe43d4505b89c18b6a019b906304535e83dcf4b
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:9d60292297d16c17a316cf29e7b67af0e3c462bff3734579e6683fc933a727b1

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.19.4

Check warning on line 16 in v1.19.4/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.19.4/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/8f3112a1049751cc472ec13e397eade5336ca7ae/server.jar

Check warning on line 18 in v1.19.4/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
4 changes: 2 additions & 2 deletions v1.19.4/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:e0f8237043394f3a92deb4f930f4069f49b72ea91aaff8da11348b08e9b387a1 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:fe2c31cd9f0354a38b29f17c0d80b14532972520e2cd1d4527f46897eca5d585 AS build

# renovate: datasource=github-releases depName=itzg/rcon-cli
ENV RCONCLI_VERSION=1.4.8

RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_arm64.tar.gz" | tar -xvz -C /tmp

FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:e0f8237043394f3a92deb4f930f4069f49b72ea91aaff8da11348b08e9b387a1
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:fe2c31cd9f0354a38b29f17c0d80b14532972520e2cd1d4527f46897eca5d585

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand All @@ -13,9 +13,9 @@
WORKDIR /var/lib/minecraft
CMD ["/usr/bin/container"]

ENV MINECRAFT_VERSION 1.19.4

Check warning on line 16 in v1.19.4/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_JAR minecraft_server.${MINECRAFT_VERSION}.jar

Check warning on line 17 in v1.19.4/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 MINECRAFT_URL https://launcher.mojang.com/v1/objects/8f3112a1049751cc472ec13e397eade5336ca7ae/server.jar

Check warning on line 18 in v1.19.4/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 curl --create-dirs -sLo /usr/share/minecraft/${MINECRAFT_JAR} ${MINECRAFT_URL}

Expand Down
Loading