update docker repo

This commit is contained in:
Sebastian Hugentobler 2018-11-27 08:36:16 +01:00
parent d519f50133
commit df9a845c1b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pipeline:
docker:
image: plugins/docker
repo: registry.gitlab.com/thallian/docker-minecraft
repo: thallian/minecraft
registry: registry.gitlab.com
autotag: true
secrets: [ docker_username, docker_password ]

View File

@ -5,7 +5,7 @@ RUN apk --no-cache add libressl git openjdk8
RUN wget "https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar" && \
java -jar BuildTools.jar
FROM registry.gitlab.com/thallian/docker-confd-env:master
FROM thallian/confd-env:latest
COPY --from=builder /spigot*.jar /var/lib/minecraft/spigot.jar
COPY --from=builder /craftbukkit*.jar /var/lib/minecraft/craftbukkit.jar