Skip to content

Commit 12633b3

Browse files
authored
Merge branch 'master' into py3
2 parents ffbb63b + 48d57f8 commit 12633b3

File tree

7 files changed

+50
-38
lines changed

7 files changed

+50
-38
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/alpine:3.10
1+
FROM lsiobase/alpine:3.11
22

33
# set version label
44
ARG BUILD_DATE

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/alpine:arm64v8-3.10
1+
FROM lsiobase/alpine:arm64v8-3.11
22

33
# set version label
44
ARG BUILD_DATE

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/alpine:arm32v7-3.10
1+
FROM lsiobase/alpine:arm32v7-3.11
22

33
# set version label
44
ARG BUILD_DATE

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ pipeline {
618618
docker manifest push --purge ${MANIFESTIMAGE}:latest
619619
docker manifest push --purge ${MANIFESTIMAGE}:${META_TAG}
620620
done
621-
for LEGACYIMAGE in "${QUAYIMAGE}" "${GITHUBIMAGE}"; do
621+
for LEGACYIMAGE in "${GITHUBIMAGE}" "${QUAYIMAGE}"; do
622622
docker tag ${IMAGE}:amd64-${META_TAG} ${LEGACYIMAGE}:amd64-${META_TAG}
623623
docker tag ${IMAGE}:arm32v7-${META_TAG} ${LEGACYIMAGE}:arm32v7-${META_TAG}
624624
docker tag ${IMAGE}:arm64v8-${META_TAG} ${LEGACYIMAGE}:arm64v8-${META_TAG}
@@ -732,12 +732,12 @@ pipeline {
732732
sh 'echo "build aborted"'
733733
}
734734
else if (currentBuild.currentResult == "SUCCESS"){
735-
sh ''' curl -X POST --data '{"avatar_url": "https://wiki.jenkins-ci.org/download/attachments/2916393/headshot.png","embeds": [{"color": 1681177,\
735+
sh ''' curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://wiki.jenkins-ci.org/download/attachments/2916393/headshot.png","embeds": [{"color": 1681177,\
736736
"description": "**Build:** '${BUILD_NUMBER}'\\n**CI Results:** '${CI_URL}'\\n**ShellCheck Results:** '${SHELLCHECK_URL}'\\n**Status:** Success\\n**Job:** '${RUN_DISPLAY_URL}'\\n**Change:** '${CODE_URL}'\\n**External Release:**: '${RELEASE_LINK}'\\n**DockerHub:** '${DOCKERHUB_LINK}'\\n"}],\
737737
"username": "Jenkins"}' ${BUILDS_DISCORD} '''
738738
}
739739
else {
740-
sh ''' curl -X POST --data '{"avatar_url": "https://wiki.jenkins-ci.org/download/attachments/2916393/headshot.png","embeds": [{"color": 16711680,\
740+
sh ''' curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://wiki.jenkins-ci.org/download/attachments/2916393/headshot.png","embeds": [{"color": 16711680,\
741741
"description": "**Build:** '${BUILD_NUMBER}'\\n**CI Results:** '${CI_URL}'\\n**ShellCheck Results:** '${SHELLCHECK_URL}'\\n**Status:** failure\\n**Job:** '${RUN_DISPLAY_URL}'\\n**Change:** '${CODE_URL}'\\n**External Release:**: '${RELEASE_LINK}'\\n**DockerHub:** '${DOCKERHUB_LINK}'\\n"}],\
742742
"username": "Jenkins"}' ${BUILDS_DISCORD} '''
743743
}

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[![Discourse](https://img.shields.io/discourse/https/discourse.linuxserver.io/topics.svg?style=flat-square&color=E68523&logo=discourse&logoColor=FFFFFF)](https://discourse.linuxserver.io "post on our community forum.")
66
[![Fleet](https://img.shields.io/static/v1.svg?style=flat-square&color=E68523&label=linuxserver.io&message=Fleet)](https://fleet.linuxserver.io "an online web interface which displays all of our maintained images.")
77
[![GitHub](https://img.shields.io/static/v1.svg?style=flat-square&color=E68523&label=linuxserver.io&message=GitHub&logo=github&logoColor=FFFFFF)](https://github.com/linuxserver "view the source for all of our repositories.")
8-
[![Podcast](https://img.shields.io/static/v1.svg?style=flat-square&color=E68523&label=linuxserver.io&message=Podcast)](https://anchor.fm/linuxserverio "on hiatus. Coming back soon (late 2018).")
98
[![Open Collective](https://img.shields.io/opencollective/all/linuxserver.svg?style=flat-square&color=E68523&label=Supporters&logo=open%20collective&logoColor=FFFFFF)](https://opencollective.com/linuxserver "please consider helping us by either donating or contributing to our budget")
109

1110
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring :-
@@ -22,7 +21,6 @@ Find us at:
2221
* [Discourse](https://discourse.linuxserver.io) - post on our community forum.
2322
* [Fleet](https://fleet.linuxserver.io) - an online web interface which displays all of our maintained images.
2423
* [GitHub](https://github.com/linuxserver) - view the source for all of our repositories.
25-
* [Podcast](https://anchor.fm/linuxserverio) - on hiatus. Coming back soon (late 2018).
2624
* [Open Collective](https://opencollective.com/linuxserver) - please consider helping us by either donating or contributing to our budget
2725

2826
# [linuxserver/ldap-auth](https://github.com/linuxserver/docker-ldap-auth)
@@ -103,6 +101,18 @@ Container images are configured using parameters passed at runtime (such as thos
103101
| `-p 9000` | the port for ldap login page |
104102
| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London |
105103

104+
## Environment variables from files (Docker secrets)
105+
106+
You can set any environment variable from a file by using a special prepend `FILE__`.
107+
108+
As an example:
109+
110+
```
111+
-e FILE__PASSWORD=/run/secrets/mysecretpassword
112+
```
113+
114+
Will set the environment variable `PASSWORD` based on the contents of the `/run/secrets/mysecretpassword` file.
115+
106116

107117
 
108118
## Application Setup
@@ -176,7 +186,8 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
176186

177187
## Versions
178188

179-
* **21.11.19:** - Switch to python3.
189+
* **20.02.20:** - Switch to python3.
190+
* **19.12.19:** - Rebasing to alpine 3.11.
180191
* **01.07.19:** - Fall back to base64 encoding when basic http auth is used.
181192
* **28.06.19:** - Rebasing to alpine 3.10.
182193
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.

package_versions.txt

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
alpine-baselayout-3.1.2-r0
1+
alpine-baselayout-3.2.0-r3
22
alpine-keys-2.1-r2
3-
apk-tools-2.10.4-r2
4-
bash-5.0.0-r0
5-
busybox-1.30.1-r3
6-
ca-certificates-20190108-r0
7-
ca-certificates-cacert-20190108-r0
3+
apk-tools-2.10.4-r3
4+
bash-5.0.11-r1
5+
busybox-1.31.1-r9
6+
ca-certificates-20191127-r1
7+
ca-certificates-cacert-20191127-r1
88
coreutils-8.31-r0
99
db-5.3.28-r1
10-
expat-2.2.8-r0
10+
expat-2.2.9-r1
1111
gdbm-1.13-r1
12-
libacl-2.2.52-r6
12+
libacl-2.2.53-r0
1313
libattr-2.4.48-r0
14-
libbz2-1.0.6-r7
15-
libc-utils-0.7.1-r0
16-
libcrypto1.1-1.1.1d-r0
14+
libbz2-1.0.8-r1
15+
libc-utils-0.7.2-r0
16+
libcrypto1.1-1.1.1d-r3
1717
libffi-3.2.1-r6
18-
libldap-2.4.48-r0
19-
libsasl-2.1.27-r3
20-
libssl1.1-1.1.1d-r0
18+
libldap-2.4.48-r1
19+
libsasl-2.1.27-r5
20+
libssl1.1-1.1.1d-r3
2121
libtls-standalone-2.9.1-r0
22-
linux-pam-1.3.0-r1
23-
musl-1.1.22-r3
24-
musl-utils-1.1.22-r3
25-
ncurses-libs-6.1_p20190518-r0
26-
ncurses-terminfo-6.1_p20190518-r0
27-
ncurses-terminfo-base-6.1_p20190518-r0
28-
py-setuptools-40.8.0-r1
22+
linux-pam-1.3.1-r1
23+
musl-1.1.24-r0
24+
musl-utils-1.1.24-r0
25+
ncurses-libs-6.1_p20191130-r0
26+
ncurses-terminfo-6.1_p20191130-r0
27+
ncurses-terminfo-base-6.1_p20191130-r0
28+
py-setuptools-42.0.2-r0
2929
py2-pip-18.1-r0
30-
python2-2.7.16-r1
31-
readline-8.0.0-r0
32-
scanelf-1.2.3-r0
33-
shadow-4.6-r2
34-
sqlite-libs-3.28.0-r1
35-
ssl_client-1.30.1-r3
30+
python2-2.7.16-r3
31+
readline-8.0.1-r0
32+
scanelf-1.2.4-r0
33+
shadow-4.7-r1
34+
sqlite-libs-3.30.1-r1
35+
ssl_client-1.31.1-r9
3636
tzdata-2019c-r0
3737
xz-5.2.4-r0
3838
xz-libs-5.2.4-r0
39-
zlib-1.2.11-r1
39+
zlib-1.2.11-r3

readme-vars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ app_setup_block: |
3434
3535
# changelog
3636
changelogs:
37-
- { date: "21.11.19:", desc: "Switch to python3." }
37+
- { date: "20.02.20:", desc: "Switch to python3." }
38+
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
3839
- { date: "01.07.19:", desc: "Fall back to base64 encoding when basic http auth is used." }
3940
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
4041
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }

0 commit comments

Comments
 (0)