File tree Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 1
1
### enhancement:
2
- - help wanted at Websoft9 console #507
3
- - Configure Docker image acceleration #502
2
+ - websoft9-proxy container delete, cannot work #510
3
+ - websoft9 service can not send credentials to Nginx or portainer reset #505
4
+
5
+ ### appstore:
6
+ - [ nextcloud edit office document failed when use domain] ( https://github.com/Websoft9/docker-library/issues/646 )
7
+ - [ can not pull image for [ knowage]] ( https://github.com/Websoft9/docker-library/issues/644 )
8
+ - [ cannot connect db for gitea] ( https://github.com/Websoft9/docker-library/issues/642 )
9
+ - [ complete docker-compose.yml for [ Kaspersky]] ( https://github.com/Websoft9/docker-library/issues/640 )
10
+ - [ complete docker-compose.yml for [ Trivy]] ( https://github.com/Websoft9/docker-library/issues/639 )
Original file line number Diff line number Diff line change 1
1
APPHUB_VERSION = 0.1.1
2
- DEPLOYMENT_VERSION = 2.20.1
2
+ DEPLOYMENT_VERSION = 2.20.3
3
3
GIT_VERSION = 1.21.9
4
- PROXY_VERSION = 2.11.1
4
+ PROXY_VERSION = 2.11.3
Original file line number Diff line number Diff line change 1
1
# This file can running at actions
2
2
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release
3
- # modify time: 202407241614 , you can modify here to trigger Docker Build action
3
+ # modify time: 202407251440 , you can modify here to trigger Docker Build action
4
4
5
5
6
6
FROM python:3.10-slim-bullseye
Original file line number Diff line number Diff line change @@ -37,11 +37,7 @@ services:
37
37
- /data/compose:/data/compose
38
38
- /var/run/docker.sock:/var/run/docker.sock
39
39
# - /run/podman/podman.sock:/var/run/docker.sock
40
- healthcheck :
41
- test : ["CMD", "/endpoint"]
42
- interval : 10s
43
- timeout : 30s
44
- retries : 4
40
+ command : ["--hide-label", "owner=websoft9"]
45
41
labels :
46
42
- " owner=websoft9"
47
43
- " com.docker.compose.w9_http.port=9000"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.1.9 " ,
2
+ "version" : " 2.1.10-rc1 " ,
3
3
"plugins" : {
4
4
"portainer" : " 0.1.1" ,
5
5
"nginx" : " 0.0.8" ,
6
6
"gitea" : " 0.0.6" ,
7
7
"myapps" : " 0.2.2" ,
8
8
"appstore" : " 0.2.0" ,
9
- "settings" : " 0.1.1 " ,
9
+ "settings" : " 0.1.2 " ,
10
10
"navigator" : " 0.5.10"
11
11
},
12
12
"OS" : {
You can’t perform that action at this time.
0 commit comments