Skip to content

Commit

Permalink
chore(deps): update docker digests (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent dd3e6cb commit d832a73
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:932650d7d2eea6cd2560c716d4e8da1637f87a8ab2277ed1a746be0f21c4c316 AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:83fce3d35640738a0ffbb5b633fce8f3b8274b6eb4f2a5cb8f5e94707071fdb5 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:932650d7d2eea6cd2560c716d4e8da1637f87a8ab2277ed1a746be0f21c4c316
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:83fce3d35640738a0ffbb5b633fce8f3b8274b6eb4f2a5cb8f5e94707071fdb5

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:3a6ed2a808c5468ecb184889c1791e0bc1d7b760f105504662a84926d917d656 AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:b790bcdc75174c8063f351db539b614e20fe0400e612a897fba1b68e5d912c4e 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:3a6ed2a808c5468ecb184889c1791e0bc1d7b760f105504662a84926d917d656
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:b790bcdc75174c8063f351db539b614e20fe0400e612a897fba1b68e5d912c4e

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:4bf865c58822418f273a445df0ef52389d907c7a31a85f5a5f58c2812b830e82 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:ea06439c1ee6d5ead28c454c6587edc8bd2882960c73e57e0caf277a2026c47e 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:4bf865c58822418f273a445df0ef52389d907c7a31a85f5a5f58c2812b830e82
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:ea06439c1ee6d5ead28c454c6587edc8bd2882960c73e57e0caf277a2026c47e

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:932650d7d2eea6cd2560c716d4e8da1637f87a8ab2277ed1a746be0f21c4c316 AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:83fce3d35640738a0ffbb5b633fce8f3b8274b6eb4f2a5cb8f5e94707071fdb5 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:932650d7d2eea6cd2560c716d4e8da1637f87a8ab2277ed1a746be0f21c4c316
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:83fce3d35640738a0ffbb5b633fce8f3b8274b6eb4f2a5cb8f5e94707071fdb5

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:3a6ed2a808c5468ecb184889c1791e0bc1d7b760f105504662a84926d917d656 AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:b790bcdc75174c8063f351db539b614e20fe0400e612a897fba1b68e5d912c4e 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:3a6ed2a808c5468ecb184889c1791e0bc1d7b760f105504662a84926d917d656
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:b790bcdc75174c8063f351db539b614e20fe0400e612a897fba1b68e5d912c4e

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:4bf865c58822418f273a445df0ef52389d907c7a31a85f5a5f58c2812b830e82 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:ea06439c1ee6d5ead28c454c6587edc8bd2882960c73e57e0caf277a2026c47e 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:4bf865c58822418f273a445df0ef52389d907c7a31a85f5a5f58c2812b830e82
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:ea06439c1ee6d5ead28c454c6587edc8bd2882960c73e57e0caf277a2026c47e

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:932650d7d2eea6cd2560c716d4e8da1637f87a8ab2277ed1a746be0f21c4c316 AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:83fce3d35640738a0ffbb5b633fce8f3b8274b6eb4f2a5cb8f5e94707071fdb5 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:932650d7d2eea6cd2560c716d4e8da1637f87a8ab2277ed1a746be0f21c4c316
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:83fce3d35640738a0ffbb5b633fce8f3b8274b6eb4f2a5cb8f5e94707071fdb5

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:3a6ed2a808c5468ecb184889c1791e0bc1d7b760f105504662a84926d917d656 AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:b790bcdc75174c8063f351db539b614e20fe0400e612a897fba1b68e5d912c4e 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:3a6ed2a808c5468ecb184889c1791e0bc1d7b760f105504662a84926d917d656
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:b790bcdc75174c8063f351db539b614e20fe0400e612a897fba1b68e5d912c4e

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:4bf865c58822418f273a445df0ef52389d907c7a31a85f5a5f58c2812b830e82 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:ea06439c1ee6d5ead28c454c6587edc8bd2882960c73e57e0caf277a2026c47e 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:4bf865c58822418f273a445df0ef52389d907c7a31a85f5a5f58c2812b830e82
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:ea06439c1ee6d5ead28c454c6587edc8bd2882960c73e57e0caf277a2026c47e

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:932650d7d2eea6cd2560c716d4e8da1637f87a8ab2277ed1a746be0f21c4c316 AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:83fce3d35640738a0ffbb5b633fce8f3b8274b6eb4f2a5cb8f5e94707071fdb5 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:932650d7d2eea6cd2560c716d4e8da1637f87a8ab2277ed1a746be0f21c4c316
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:83fce3d35640738a0ffbb5b633fce8f3b8274b6eb4f2a5cb8f5e94707071fdb5

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:3a6ed2a808c5468ecb184889c1791e0bc1d7b760f105504662a84926d917d656 AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:b790bcdc75174c8063f351db539b614e20fe0400e612a897fba1b68e5d912c4e 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:3a6ed2a808c5468ecb184889c1791e0bc1d7b760f105504662a84926d917d656
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:b790bcdc75174c8063f351db539b614e20fe0400e612a897fba1b68e5d912c4e

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:4bf865c58822418f273a445df0ef52389d907c7a31a85f5a5f58c2812b830e82 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:ea06439c1ee6d5ead28c454c6587edc8bd2882960c73e57e0caf277a2026c47e 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:4bf865c58822418f273a445df0ef52389d907c7a31a85f5a5f58c2812b830e82
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:ea06439c1ee6d5ead28c454c6587edc8bd2882960c73e57e0caf277a2026c47e

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:932650d7d2eea6cd2560c716d4e8da1637f87a8ab2277ed1a746be0f21c4c316 AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:83fce3d35640738a0ffbb5b633fce8f3b8274b6eb4f2a5cb8f5e94707071fdb5 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:932650d7d2eea6cd2560c716d4e8da1637f87a8ab2277ed1a746be0f21c4c316
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:83fce3d35640738a0ffbb5b633fce8f3b8274b6eb4f2a5cb8f5e94707071fdb5

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:3a6ed2a808c5468ecb184889c1791e0bc1d7b760f105504662a84926d917d656 AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:b790bcdc75174c8063f351db539b614e20fe0400e612a897fba1b68e5d912c4e 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:3a6ed2a808c5468ecb184889c1791e0bc1d7b760f105504662a84926d917d656
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:b790bcdc75174c8063f351db539b614e20fe0400e612a897fba1b68e5d912c4e

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:4bf865c58822418f273a445df0ef52389d907c7a31a85f5a5f58c2812b830e82 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:ea06439c1ee6d5ead28c454c6587edc8bd2882960c73e57e0caf277a2026c47e 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:4bf865c58822418f273a445df0ef52389d907c7a31a85f5a5f58c2812b830e82
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:ea06439c1ee6d5ead28c454c6587edc8bd2882960c73e57e0caf277a2026c47e

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:932650d7d2eea6cd2560c716d4e8da1637f87a8ab2277ed1a746be0f21c4c316 AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:83fce3d35640738a0ffbb5b633fce8f3b8274b6eb4f2a5cb8f5e94707071fdb5 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:932650d7d2eea6cd2560c716d4e8da1637f87a8ab2277ed1a746be0f21c4c316
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:83fce3d35640738a0ffbb5b633fce8f3b8274b6eb4f2a5cb8f5e94707071fdb5

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:3a6ed2a808c5468ecb184889c1791e0bc1d7b760f105504662a84926d917d656 AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:b790bcdc75174c8063f351db539b614e20fe0400e612a897fba1b68e5d912c4e 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:3a6ed2a808c5468ecb184889c1791e0bc1d7b760f105504662a84926d917d656
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:b790bcdc75174c8063f351db539b614e20fe0400e612a897fba1b68e5d912c4e

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:4bf865c58822418f273a445df0ef52389d907c7a31a85f5a5f58c2812b830e82 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:ea06439c1ee6d5ead28c454c6587edc8bd2882960c73e57e0caf277a2026c47e 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:4bf865c58822418f273a445df0ef52389d907c7a31a85f5a5f58c2812b830e82
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:ea06439c1ee6d5ead28c454c6587edc8bd2882960c73e57e0caf277a2026c47e

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:932650d7d2eea6cd2560c716d4e8da1637f87a8ab2277ed1a746be0f21c4c316 AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:83fce3d35640738a0ffbb5b633fce8f3b8274b6eb4f2a5cb8f5e94707071fdb5 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:932650d7d2eea6cd2560c716d4e8da1637f87a8ab2277ed1a746be0f21c4c316
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:83fce3d35640738a0ffbb5b633fce8f3b8274b6eb4f2a5cb8f5e94707071fdb5

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:3a6ed2a808c5468ecb184889c1791e0bc1d7b760f105504662a84926d917d656 AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:b790bcdc75174c8063f351db539b614e20fe0400e612a897fba1b68e5d912c4e 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:3a6ed2a808c5468ecb184889c1791e0bc1d7b760f105504662a84926d917d656
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:b790bcdc75174c8063f351db539b614e20fe0400e612a897fba1b68e5d912c4e

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:4bf865c58822418f273a445df0ef52389d907c7a31a85f5a5f58c2812b830e82 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:ea06439c1ee6d5ead28c454c6587edc8bd2882960c73e57e0caf277a2026c47e 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:4bf865c58822418f273a445df0ef52389d907c7a31a85f5a5f58c2812b830e82
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:ea06439c1ee6d5ead28c454c6587edc8bd2882960c73e57e0caf277a2026c47e

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:932650d7d2eea6cd2560c716d4e8da1637f87a8ab2277ed1a746be0f21c4c316 AS build
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:83fce3d35640738a0ffbb5b633fce8f3b8274b6eb4f2a5cb8f5e94707071fdb5 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:932650d7d2eea6cd2560c716d4e8da1637f87a8ab2277ed1a746be0f21c4c316
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:83fce3d35640738a0ffbb5b633fce8f3b8274b6eb4f2a5cb8f5e94707071fdb5

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:3a6ed2a808c5468ecb184889c1791e0bc1d7b760f105504662a84926d917d656 AS build
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:b790bcdc75174c8063f351db539b614e20fe0400e612a897fba1b68e5d912c4e 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:3a6ed2a808c5468ecb184889c1791e0bc1d7b760f105504662a84926d917d656
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:b790bcdc75174c8063f351db539b614e20fe0400e612a897fba1b68e5d912c4e

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:4bf865c58822418f273a445df0ef52389d907c7a31a85f5a5f58c2812b830e82 AS build
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:ea06439c1ee6d5ead28c454c6587edc8bd2882960c73e57e0caf277a2026c47e 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:4bf865c58822418f273a445df0ef52389d907c7a31a85f5a5f58c2812b830e82
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:ea06439c1ee6d5ead28c454c6587edc8bd2882960c73e57e0caf277a2026c47e

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

0 comments on commit d832a73

Please sign in to comment.