Update rendered example

This commit is contained in:
Daniel Berteaud 2024-02-11 22:55:10 +01:00
parent d68210c720
commit 075746714a
3 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM danielberteaud/alpine:24.1-8
FROM danielberteaud/alpine:24.2-1
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ENV UBNT_UPDATE_API="https://fw-update.ubnt.com/api/firmware-latest?filter=eq~~product~~unifi-firmware&filter=eq~~channel~~release" \

View File

@ -1,4 +1,4 @@
FROM danielberteaud/java:17.24.1-10 AS builder
FROM danielberteaud/java:17.24.2-3 AS builder
ARG UNIFI_VERSION=8.0.28
@ -12,7 +12,7 @@ RUN set -euxo pipefail &&\
rm -f UniFi/bin/mongod &&\
chown -R root:root UniFi
FROM danielberteaud/java:17.24.1-10
FROM danielberteaud/java:17.24.2-3
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ENV JAVA_OPTS="-Djava.awt.headless=true -Dlogback.configurationFile=/opt/unifi/logback.xml --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED" \

View File

@ -134,7 +134,7 @@ job "unifi" {
user = 1053
config {
image = "danielberteaud/wait-for:24.1-1"
image = "danielberteaud/wait-for:24.2-1"
readonly_rootfs = true
pids_limit = 20
}
@ -282,6 +282,7 @@ _EOF
policies = ["unifi"]
env = false
disable_file = true
change_mode = "noop"
}
@ -384,7 +385,7 @@ _EOF
}
config {
image = "danielberteaud/mongo:5.0.24.1-1"
image = "danielberteaud/mongo:5.0.24.2-1"
command = "mongod"
readonly_rootfs = true
pids_limit = 200