This repository was archived by the owner on Jan 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +10
-5
lines changed Expand file tree Collapse file tree 7 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG BUILD_DATE
5
5
ARG VERSION
6
6
ARG UNIFI_VERSION
7
7
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
8
- LABEL maintainer="sparklyballs "
8
+ LABEL maintainer="aptalca "
9
9
10
10
# environment settings
11
11
ARG UNIFI_BRANCH="stable"
20
20
apt-get install -y \
21
21
binutils \
22
22
jsvc \
23
+ logrotate \
23
24
mongodb-org-server \
24
25
openjdk-8-jre-headless \
25
26
wget && \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG BUILD_DATE
5
5
ARG VERSION
6
6
ARG UNIFI_VERSION
7
7
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
8
- LABEL maintainer="sparklyballs "
8
+ LABEL maintainer="aptalca "
9
9
10
10
# environment settings
11
11
ARG UNIFI_BRANCH="stable"
20
20
apt-get install -y \
21
21
binutils \
22
22
jsvc \
23
+ logrotate \
23
24
mongodb-org-server \
24
25
openjdk-8-jre-headless \
25
26
wget && \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG BUILD_DATE
5
5
ARG VERSION
6
6
ARG UNIFI_VERSION
7
7
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
8
- LABEL maintainer="sparklyballs "
8
+ LABEL maintainer="aptalca "
9
9
10
10
# environment settings
11
11
ARG UNIFI_BRANCH="stable"
17
17
apt-get install -y \
18
18
binutils \
19
19
jsvc \
20
+ logrotate \
20
21
mongodb-server \
21
22
openjdk-8-jre-headless \
22
23
wget && \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ pipeline {
29
29
CI_WEB = ' true'
30
30
CI_PORT = ' 8443'
31
31
CI_SSL = ' true'
32
- CI_DELAY = ' 120 '
32
+ CI_DELAY = ' 180 '
33
33
CI_DOCKERENV = ' TZ=US/Pacific'
34
34
CI_AUTH = ' user:password'
35
35
CI_WEBPATH = ' '
Original file line number Diff line number Diff line change @@ -265,6 +265,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
265
265
266
266
## Versions
267
267
268
+ * ** 16.06.20:** - Add logrotate.
268
269
* ** 02.06.20:** - Updated port list & descriptions. Moved some ports to optional.
269
270
* ** 14.11.19:** - Changed url for deb package to match new Ubiquity domain.
270
271
* ** 29.07.19:** - Allow for changing Java mem limit via new optional environment variable.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repo_vars:
21
21
- CI_WEB='true'
22
22
- CI_PORT='8443'
23
23
- CI_SSL='true'
24
- - CI_DELAY='120 '
24
+ - CI_DELAY='180 '
25
25
- CI_DOCKERENV='TZ=US/Pacific'
26
26
- CI_AUTH='user:password'
27
27
- CI_WEBPATH=''
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ app_setup_block: |
78
78
79
79
# changelog
80
80
changelogs :
81
+ - { date: "16.06.20:", desc: "Add logrotate."}
81
82
- { date: "02.06.20:", desc: "Updated port list & descriptions. Moved some ports to optional."}
82
83
- { date: "14.11.19:", desc: "Changed url for deb package to match new Ubiquity domain." }
83
84
- { date: "29.07.19:", desc: "Allow for changing Java mem limit via new optional environment variable." }
You can’t perform that action at this time.
0 commit comments