Commit graph

3 commits

Author SHA1 Message Date
jreichmann be7d557deb Add openjdk8, fix deprecated Dockerfile syntax (Issue #1)
Added openjdk8-jre from the default alpine repos, set JAVA_HOME and PATH env variables accordingly.

Also fixed deprecated Dockerfile syntax: `MAINTAINER` -> `LABEL maintainer="..."`
2018-03-17 19:07:43 +01:00
jreichmann 7499bd4b46 Fix Dockerfile invalid because of missing backslash 2018-03-03 11:11:30 +01:00
jreichmann 22bb490237 Add Dockerfile and rough container file structure
Added Dockerfile based on alpine:edge with the following packages:

- curl - for downloading the server & querying for versions
- jq - parsing JSON from bash

Set up internal file structure of the container with scripts to download and run the server (unfinished)
2018-03-03 10:36:20 +01:00