Skip to content

Commit

Permalink
chore(deps): update docker digests
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 17, 2024
1 parent 153e8ee commit 66c79a1
Show file tree
Hide file tree
Showing 36 changed files with 72 additions and 72 deletions.
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:61890bf47efc00039eddf61c70f877cbee7f650d908a6d93d9ff396240d36736 AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc 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:61890bf47efc00039eddf61c70f877cbee7f650d908a6d93d9ff396240d36736
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:343d5b254f0357a09d63ede2f315ebf12de43b5ccad9205e8e495e5642eaef07 AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa 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:343d5b254f0357a09d63ede2f315ebf12de43b5ccad9205e8e495e5642eaef07
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:c9ea63c59c5e1e88c3881cebdfa4e2abd0d7a57d95d17b170860be7ec1dfd909 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136 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:c9ea63c59c5e1e88c3881cebdfa4e2abd0d7a57d95d17b170860be7ec1dfd909
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:61890bf47efc00039eddf61c70f877cbee7f650d908a6d93d9ff396240d36736 AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc 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:61890bf47efc00039eddf61c70f877cbee7f650d908a6d93d9ff396240d36736
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:343d5b254f0357a09d63ede2f315ebf12de43b5ccad9205e8e495e5642eaef07 AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa 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:343d5b254f0357a09d63ede2f315ebf12de43b5ccad9205e8e495e5642eaef07
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:c9ea63c59c5e1e88c3881cebdfa4e2abd0d7a57d95d17b170860be7ec1dfd909 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136 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:c9ea63c59c5e1e88c3881cebdfa4e2abd0d7a57d95d17b170860be7ec1dfd909
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:61890bf47efc00039eddf61c70f877cbee7f650d908a6d93d9ff396240d36736 AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc 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:61890bf47efc00039eddf61c70f877cbee7f650d908a6d93d9ff396240d36736
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:343d5b254f0357a09d63ede2f315ebf12de43b5ccad9205e8e495e5642eaef07 AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa 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:343d5b254f0357a09d63ede2f315ebf12de43b5ccad9205e8e495e5642eaef07
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:c9ea63c59c5e1e88c3881cebdfa4e2abd0d7a57d95d17b170860be7ec1dfd909 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136 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:c9ea63c59c5e1e88c3881cebdfa4e2abd0d7a57d95d17b170860be7ec1dfd909
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:61890bf47efc00039eddf61c70f877cbee7f650d908a6d93d9ff396240d36736 AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc 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:61890bf47efc00039eddf61c70f877cbee7f650d908a6d93d9ff396240d36736
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:343d5b254f0357a09d63ede2f315ebf12de43b5ccad9205e8e495e5642eaef07 AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa 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:343d5b254f0357a09d63ede2f315ebf12de43b5ccad9205e8e495e5642eaef07
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:c9ea63c59c5e1e88c3881cebdfa4e2abd0d7a57d95d17b170860be7ec1dfd909 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136 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:c9ea63c59c5e1e88c3881cebdfa4e2abd0d7a57d95d17b170860be7ec1dfd909
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:61890bf47efc00039eddf61c70f877cbee7f650d908a6d93d9ff396240d36736 AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc 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:61890bf47efc00039eddf61c70f877cbee7f650d908a6d93d9ff396240d36736
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:343d5b254f0357a09d63ede2f315ebf12de43b5ccad9205e8e495e5642eaef07 AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa 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:343d5b254f0357a09d63ede2f315ebf12de43b5ccad9205e8e495e5642eaef07
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:c9ea63c59c5e1e88c3881cebdfa4e2abd0d7a57d95d17b170860be7ec1dfd909 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136 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:c9ea63c59c5e1e88c3881cebdfa4e2abd0d7a57d95d17b170860be7ec1dfd909
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:61890bf47efc00039eddf61c70f877cbee7f650d908a6d93d9ff396240d36736 AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc 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:61890bf47efc00039eddf61c70f877cbee7f650d908a6d93d9ff396240d36736
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:343d5b254f0357a09d63ede2f315ebf12de43b5ccad9205e8e495e5642eaef07 AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa 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:343d5b254f0357a09d63ede2f315ebf12de43b5ccad9205e8e495e5642eaef07
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:c9ea63c59c5e1e88c3881cebdfa4e2abd0d7a57d95d17b170860be7ec1dfd909 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136 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:c9ea63c59c5e1e88c3881cebdfa4e2abd0d7a57d95d17b170860be7ec1dfd909
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:61890bf47efc00039eddf61c70f877cbee7f650d908a6d93d9ff396240d36736 AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc 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:61890bf47efc00039eddf61c70f877cbee7f650d908a6d93d9ff396240d36736
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:343d5b254f0357a09d63ede2f315ebf12de43b5ccad9205e8e495e5642eaef07 AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa 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:343d5b254f0357a09d63ede2f315ebf12de43b5ccad9205e8e495e5642eaef07
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:c9ea63c59c5e1e88c3881cebdfa4e2abd0d7a57d95d17b170860be7ec1dfd909 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136 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:c9ea63c59c5e1e88c3881cebdfa4e2abd0d7a57d95d17b170860be7ec1dfd909
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:61890bf47efc00039eddf61c70f877cbee7f650d908a6d93d9ff396240d36736 AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc 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:61890bf47efc00039eddf61c70f877cbee7f650d908a6d93d9ff396240d36736
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:343d5b254f0357a09d63ede2f315ebf12de43b5ccad9205e8e495e5642eaef07 AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa 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:343d5b254f0357a09d63ede2f315ebf12de43b5ccad9205e8e495e5642eaef07
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
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:c9ea63c59c5e1e88c3881cebdfa4e2abd0d7a57d95d17b170860be7ec1dfd909 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136 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:c9ea63c59c5e1e88c3881cebdfa4e2abd0d7a57d95d17b170860be7ec1dfd909
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136

VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
EXPOSE 25565 25575
Expand Down
Loading

0 comments on commit 66c79a1

Please sign in to comment.