This repository was archived by the owner on Jan 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +16
-2
lines changed Expand file tree Collapse file tree 5 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : Comment on invalid interaction
2
+ on :
3
+ issues :
4
+ types :
5
+ - labeled
6
+ jobs :
7
+ add-comment-on-invalid :
8
+ if : github.event.label.name == 'invalid'
9
+ permissions :
10
+ issues : write
11
+ uses : linuxserver/github-workflows/.github/workflows/invalid-interaction-helper.yml@v1
12
+ secrets : inherit
Original file line number Diff line number Diff line change 20
20
libcap2 \
21
21
logrotate \
22
22
mongodb-server \
23
- openjdk-8 -jre-headless \
23
+ openjdk-11 -jre-headless \
24
24
wget && \
25
25
echo "**** install unifi ****" && \
26
26
if [ -z ${UNIFI_VERSION+x} ]; then \
Original file line number Diff line number Diff line change 20
20
libcap2 \
21
21
logrotate \
22
22
mongodb-server \
23
- openjdk-8 -jre-headless \
23
+ openjdk-11 -jre-headless \
24
24
wget && \
25
25
echo "**** install unifi ****" && \
26
26
if [ -z ${UNIFI_VERSION+x} ]; then \
Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
264
264
265
265
## Versions
266
266
267
+ * ** 30.11.22:** - Bump JRE to 11.
267
268
* ** 01.06.22:** - Deprecate armhf.
268
269
* ** 23.12.21:** - Move min/max memory config from run to system.properties.
269
270
* ** 22.12.21:** - Move deb package install to first init to avoid overlayfs performance issues.
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ app_setup_block: |
66
66
67
67
# changelog
68
68
changelogs :
69
+ - { date: "30.11.22:", desc: "Bump JRE to 11."}
69
70
- { date: "01.06.22:", desc: "Deprecate armhf."}
70
71
- { date: "23.12.21:", desc: "Move min/max memory config from run to system.properties."}
71
72
- { date: "22.12.21:", desc: "Move deb package install to first init to avoid overlayfs performance issues."}
You can’t perform that action at this time.
0 commit comments