2.1.11-rc1

This commit is contained in:
qiaofeng1227 2024-08-06 15:57:08 +08:00
parent b6b3c0089a
commit 7bc357d2f5
3 changed files with 9 additions and 11 deletions

View file

@ -1,10 +1,8 @@
### enhancement: ### enhancement:
- websoft9-proxy container delete cannot work #510 - Nginx how to dynamically apply proxy #516
- websoft9 service can not send credentials to Nginx or portainer reset #505 - cannot access background for [prestashop] #514
### appstore: ### appstore:
- [nextcloud edit office document failed when use domain](https://github.com/Websoft9/docker-library/issues/646) - [the container port not need to check when install for [docker]](https://github.com/Websoft9/docker-library/issues/660)
- [can not pull image for [knowage]](https://github.com/Websoft9/docker-library/issues/644) - [Moodle container always restart](https://github.com/Websoft9/docker-library/issues/656)
- [cannot connect db for gitea](https://github.com/Websoft9/docker-library/issues/642) - [find app's docker_url](https://github.com/Websoft9/docker-library/issues/650)
- [complete docker-compose.yml for [Kaspersky]](https://github.com/Websoft9/docker-library/issues/640)
- [complete docker-compose.yml for [Trivy]](https://github.com/Websoft9/docker-library/issues/639)

View file

@ -1,6 +1,6 @@
# This file can running at actions # This file can running at actions
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release # MEDIA_VERSION and LIBRARY_VERSION will trigger its release
# modify time: 202408011654, you can modify here to trigger Docker Build action # modify time: 202408061600, you can modify here to trigger Docker Build action
FROM python:3.10-slim-bullseye FROM python:3.10-slim-bullseye

View file

@ -1,11 +1,11 @@
{ {
"version": "2.1.10", "version": "2.1.11-rc1",
"plugins": { "plugins": {
"portainer": "0.1.1", "portainer": "0.1.1",
"nginx": "0.0.8", "nginx": "0.0.8",
"gitea": "0.0.6", "gitea": "0.0.6",
"myapps": "0.2.3", "myapps": "0.2.4",
"appstore": "0.2.1", "appstore": "0.2.2",
"settings": "0.1.2", "settings": "0.1.2",
"navigator": "0.5.10" "navigator": "0.5.10"
}, },