This commit is contained in:
qiaofeng1227 2024-07-10 08:48:15 +08:00
parent 944ece7712
commit 9687b24b66
3 changed files with 8 additions and 9 deletions

View file

@ -1,8 +1,7 @@
### enhancement: ### enhancement:
- can not install docker by install.sh in the china's vm #503 - Add health check to the runtime container #500
### appstore: ### appstore:
- [complete docker-compose.yml for [Nexus]](https://github.com/Websoft9/docker-library/issues/628) - [complete docker-compose.yml for [rocketmq]](https://github.com/Websoft9/docker-library/issues/637)
- [complete docker-compose.yml for [jihu]](https://github.com/Websoft9/docker-library/issues/626) - [strapi gateway error](https://github.com/Websoft9/docker-library/issues/631)
- [complete docker-compose.yml for [registry]](https://github.com/Websoft9/docker-library/issues/625) - [complete docker-compose.yml for [ManageIQ]](https://github.com/Websoft9/docker-library/issues/630)
- [complete docker-compose.yml for [nodered]](https://github.com/Websoft9/docker-library/issues/622)

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: 202406271009, you can modify here to trigger Docker Build action # modify time: 202407100849, 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.7", "version": "2.1.8-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.0", "myapps": "0.2.1",
"appstore": "0.1.8", "appstore": "0.1.9",
"settings": "0.1.0", "settings": "0.1.0",
"navigator": "0.5.10" "navigator": "0.5.10"
}, },