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 Sep 17, 2024
1 parent 66c79a1 commit 04e4062
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:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b447bd9695d5cdb88869c5150223087689db3e77649bca523d947a2d686e52fa 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:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b447bd9695d5cdb88869c5150223087689db3e77649bca523d947a2d686e52fa

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:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:79c0ddf7c7c7a07a8c982b22da5ada265c36a751050f1da964bc205e408095f7 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:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:79c0ddf7c7c7a07a8c982b22da5ada265c36a751050f1da964bc205e408095f7

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:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:a8919ee72a27fb2fe2099b00557cc4ae678f584038808e5bb147e391c061e73a 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:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:a8919ee72a27fb2fe2099b00557cc4ae678f584038808e5bb147e391c061e73a

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:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b447bd9695d5cdb88869c5150223087689db3e77649bca523d947a2d686e52fa 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:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b447bd9695d5cdb88869c5150223087689db3e77649bca523d947a2d686e52fa

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:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:79c0ddf7c7c7a07a8c982b22da5ada265c36a751050f1da964bc205e408095f7 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:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:79c0ddf7c7c7a07a8c982b22da5ada265c36a751050f1da964bc205e408095f7

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:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:a8919ee72a27fb2fe2099b00557cc4ae678f584038808e5bb147e391c061e73a 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:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:a8919ee72a27fb2fe2099b00557cc4ae678f584038808e5bb147e391c061e73a

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:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b447bd9695d5cdb88869c5150223087689db3e77649bca523d947a2d686e52fa 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:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b447bd9695d5cdb88869c5150223087689db3e77649bca523d947a2d686e52fa

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:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:79c0ddf7c7c7a07a8c982b22da5ada265c36a751050f1da964bc205e408095f7 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:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:79c0ddf7c7c7a07a8c982b22da5ada265c36a751050f1da964bc205e408095f7

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:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:a8919ee72a27fb2fe2099b00557cc4ae678f584038808e5bb147e391c061e73a 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:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:a8919ee72a27fb2fe2099b00557cc4ae678f584038808e5bb147e391c061e73a

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:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b447bd9695d5cdb88869c5150223087689db3e77649bca523d947a2d686e52fa 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:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b447bd9695d5cdb88869c5150223087689db3e77649bca523d947a2d686e52fa

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:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:79c0ddf7c7c7a07a8c982b22da5ada265c36a751050f1da964bc205e408095f7 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:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:79c0ddf7c7c7a07a8c982b22da5ada265c36a751050f1da964bc205e408095f7

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:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:a8919ee72a27fb2fe2099b00557cc4ae678f584038808e5bb147e391c061e73a 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:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:a8919ee72a27fb2fe2099b00557cc4ae678f584038808e5bb147e391c061e73a

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:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b447bd9695d5cdb88869c5150223087689db3e77649bca523d947a2d686e52fa 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:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b447bd9695d5cdb88869c5150223087689db3e77649bca523d947a2d686e52fa

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:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:79c0ddf7c7c7a07a8c982b22da5ada265c36a751050f1da964bc205e408095f7 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:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:79c0ddf7c7c7a07a8c982b22da5ada265c36a751050f1da964bc205e408095f7

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:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:a8919ee72a27fb2fe2099b00557cc4ae678f584038808e5bb147e391c061e73a 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:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:a8919ee72a27fb2fe2099b00557cc4ae678f584038808e5bb147e391c061e73a

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:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b447bd9695d5cdb88869c5150223087689db3e77649bca523d947a2d686e52fa 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:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b447bd9695d5cdb88869c5150223087689db3e77649bca523d947a2d686e52fa

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:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:79c0ddf7c7c7a07a8c982b22da5ada265c36a751050f1da964bc205e408095f7 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:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:79c0ddf7c7c7a07a8c982b22da5ada265c36a751050f1da964bc205e408095f7

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:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:a8919ee72a27fb2fe2099b00557cc4ae678f584038808e5bb147e391c061e73a 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:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:a8919ee72a27fb2fe2099b00557cc4ae678f584038808e5bb147e391c061e73a

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:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b447bd9695d5cdb88869c5150223087689db3e77649bca523d947a2d686e52fa 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:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b447bd9695d5cdb88869c5150223087689db3e77649bca523d947a2d686e52fa

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:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:79c0ddf7c7c7a07a8c982b22da5ada265c36a751050f1da964bc205e408095f7 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:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:79c0ddf7c7c7a07a8c982b22da5ada265c36a751050f1da964bc205e408095f7

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:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:a8919ee72a27fb2fe2099b00557cc4ae678f584038808e5bb147e391c061e73a 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:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:a8919ee72a27fb2fe2099b00557cc4ae678f584038808e5bb147e391c061e73a

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:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b447bd9695d5cdb88869c5150223087689db3e77649bca523d947a2d686e52fa 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:b95e0e86d80232ac8e63a21bdc765199364702e61447df9509713bfd6f228ffc
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:b447bd9695d5cdb88869c5150223087689db3e77649bca523d947a2d686e52fa

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:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:79c0ddf7c7c7a07a8c982b22da5ada265c36a751050f1da964bc205e408095f7 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:f52401d216170eef9235352492e0d67365f479a85fdc2a599bb0d58df193a6fa
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:79c0ddf7c7c7a07a8c982b22da5ada265c36a751050f1da964bc205e408095f7

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:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:a8919ee72a27fb2fe2099b00557cc4ae678f584038808e5bb147e391c061e73a 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:36089faf39519cb9238f155cc5d4969396d7da96cd61649239c5dbadb86ee136
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:a8919ee72a27fb2fe2099b00557cc4ae678f584038808e5bb147e391c061e73a

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

0 comments on commit 04e4062

Please sign in to comment.