mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-20 16:26:23 +00:00
Compare commits
17 Commits
2021.12.0-
...
2021.12.0-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8786d4785 | ||
|
|
8a34aa5c45 | ||
|
|
bb210ff59e | ||
|
|
2c8d1a9255 | ||
|
|
a8c11c0cdb | ||
|
|
78d9d888db | ||
|
|
2a67344b93 | ||
|
|
5a47bb11ba | ||
|
|
bb8c7756c7 | ||
|
|
0c860ade12 | ||
|
|
a99f7a494b | ||
|
|
3e9308d315 | ||
|
|
b731eaaffb | ||
|
|
cbf9577a24 | ||
|
|
9ccfca5061 | ||
|
|
9690832247 | ||
|
|
60a68963a8 |
2
.github/workflows/build-multiarch.yml
vendored
2
.github/workflows/build-multiarch.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2.4.0
|
uses: docker/build-push-action@v2.4.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
# ensure latest base image is used
|
# ensure latest base image is used
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM adoptopenjdk:15-openj9
|
FROM adoptopenjdk:16-jre
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
|
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user