Commit Graph

9 Commits (ff9f3213e2ad572ce689d90c9227bc66f0f91364)

Author SHA1 Message Date
Wouter Born ff9f3213e2
Upgrade Zulu JDK and base images (#365)
Updates:

* Zulu JDK to 11.0.12
* Alpine to 3.14.2
* Debian to 10.10

Signed-off-by: Wouter Born <github@maindrain.net>
2021-08-31 23:53:38 +02:00
Wouter Born 9258eb4139
Remove OH2 support from build scripts (#363)
Signed-off-by: Wouter Born <github@maindrain.net>
2021-06-28 16:46:56 +02:00
Wouter Born e7bd9b55a5
Use s6 style init only when s6 is not installed (#360)
Fixes #309

Signed-off-by: Wouter Born <github@maindrain.net>
2021-05-16 00:41:51 +02:00
Wouter Born b96cb8a4bc
Add EXTRA_SHELL_OPTS environment variable (#359)
Allows for customizing the shell options used by the entrypoint script.
E.g. set it to "+x" to disable the trace logging or set it to "-v" to also print shell input lines.

Fixes #346

Signed-off-by: Wouter Born <github@maindrain.net>
2021-05-15 23:38:40 +02:00
Wouter Born fb8304c311
Upgrade Zulu JDKs and base images (#357)
Updates:

* Zulu JDKs to 8.0.292, 11.0.11
* Alpine to 3.13.5
* Debian to 10.9

Signed-off-by: Wouter Born <github@maindrain.net>
2021-05-11 16:23:54 +02:00
Wouter Born aa5ea53782
Download milestones and releases using openHAB redirect (#356)
Related to openhab/openhab-distro#1256

Signed-off-by: Wouter Born <github@maindrain.net>
2021-03-27 15:00:10 +01:00
Mathias Vanden Auweele e519e4337e
Added healthcheck in Alpine and Debian Dockerfile (#351)
Signed-off-by: Mathias Vanden Auweele <mathias.vanden.auweele@gmail.com> (github: VBP8501)
2021-02-17 22:52:31 +01:00
Wouter Born 3af592ffc8
Upgrade Zulu JDKs and base images (#352)
Updates:

* Zulu JDKs to 8.0.282, 11.0.10
* Alpine to 3.13.1
* Debian to 10.8

Signed-off-by: Wouter Born <github@maindrain.net>
2021-02-15 23:01:03 +01:00
Wouter Born 69b2534052
Rework build scripts (#336)
* Make Dockerfiles more generic so they can be reused for all openHAB versions
* Determine version information automatically based on openhab-distro tags/branches
* Merge helper scripts into helper-functions
* Add "build" script to simplify building multiple versions or a specific distro using BuildKit
* Add GitHub Actions workflows for PR builds

Fixes #318

Signed-off-by: Wouter Born <github@maindrain.net>
2021-01-01 16:00:25 +01:00