Skip to content

Commit aee77bc

Browse files
committed
2.1.10 rc
1 parent c3e5f3f commit aee77bc

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

changelog_latest.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
### 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)

docker/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
APPHUB_VERSION=0.1.1
2-
DEPLOYMENT_VERSION=2.20.1
2+
DEPLOYMENT_VERSION=2.20.3
33
GIT_VERSION=1.21.9
4-
PROXY_VERSION=2.11.1
4+
PROXY_VERSION=2.11.3

docker/apphub/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file can running at actions
22
# 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
44

55

66
FROM python:3.10-slim-bullseye

docker/docker-compose-dev.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ services:
3737
- /data/compose:/data/compose
3838
- /var/run/docker.sock:/var/run/docker.sock
3939
#- /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"]
4541
labels:
4642
- "owner=websoft9"
4743
- "com.docker.compose.w9_http.port=9000"

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": "2.1.9",
2+
"version": "2.1.10-rc1",
33
"plugins": {
44
"portainer": "0.1.1",
55
"nginx": "0.0.8",
66
"gitea": "0.0.6",
77
"myapps": "0.2.2",
88
"appstore": "0.2.0",
9-
"settings": "0.1.1",
9+
"settings": "0.1.2",
1010
"navigator": "0.5.10"
1111
},
1212
"OS": {

0 commit comments

Comments
 (0)