2.1.13-rc1
Some checks failed
Build image to DockerHub / setup (push) Has been cancelled
Release to Github and Artifact / upload_artifact (push) Has been cancelled
Release to Github and Artifact / Build Github Pages (push) Has been cancelled
Build image to DockerHub / build (push) Has been cancelled

This commit is contained in:
qiaofeng1227 2024-09-13 16:55:01 +08:00
parent 76c6ab84f7
commit d245bde30b
5 changed files with 18 additions and 20 deletions

View file

@ -1,10 +1,12 @@
### enhancement: ### enhancement:
- cannot install docker on AmazonLinux2023 #521 - It waiting too long time for App Store when Websoft9 login user not have Docker permission #528
- some format error of Tomee #520 - cockpit version is old at some ubuntu22.04 distribution #523
### plugin:
- [Change database name to database type at database tab page](https://github.com/Websoft9/plugin-myapps/issues/36)
### appstore: ### appstore:
- [Can not login for jupyterhub](https://github.com/Websoft9/docker-library/issues/662) - [update ERPNext to version15](https://github.com/Websoft9/docker-library/issues/691)
- [complete docker-compose.yml for [mysqlworkbench]](https://github.com/Websoft9/docker-library/issues/663) - [prestashop use stable admin_url](https://github.com/Websoft9/docker-library/issues/686)
- [complete docker-compose.yml for [gitness]](https://github.com/Websoft9/docker-library/issues/666) - [complete docker-compose.yml for [mage]](https://github.com/Websoft9/docker-library/issues/672)
- [complete docker-compose.yml for [vaultwarden]](https://github.com/Websoft9/docker-library/issues/667) - [complete docker-compose.yml for [couchbase]](https://github.com/Websoft9/docker-library/issues/671)

View file

@ -1,4 +1,4 @@
APPHUB_VERSION=0.1.2 APPHUB_VERSION=0.1.3-rc1
DEPLOYMENT_VERSION=2.20.3 DEPLOYMENT_VERSION=2.20.3
GIT_VERSION=1.21.9 GIT_VERSION=1.21.9
PROXY_VERSION=2.11.3 PROXY_VERSION=2.11.3

View file

@ -1,11 +1,11 @@
# 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: 202409100825, you can modify here to trigger Docker Build action # modify time: 202409131700, you can modify here to trigger Docker Build action
FROM python:3.10-slim-bullseye FROM python:3.10-slim-bullseye
LABEL maintainer="Websoft9<help@websoft9.com>" LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="0.1.2" LABEL version="0.1.3-rc1"
WORKDIR /websoft9 WORKDIR /websoft9

View file

@ -11,10 +11,6 @@ command=uvicorn src.main:app --host 0.0.0.0 --port 8080
autostart=false autostart=false
user=root user=root
directory=/websoft9/apphub directory=/websoft9/apphub
stdout_logfile=/var/log/supervisord.log
stdout_logfile_maxbytes=0
stderr_logfile=/var/log/supervisord.log
stderr_logfile_maxbytes=0
[program:apphubdev] [program:apphubdev]
command=/websoft9/script/developer.sh command=/websoft9/script/developer.sh

View file

@ -1,12 +1,12 @@
{ {
"version": "2.1.12", "version": "2.1.13-rc1",
"plugins": { "plugins": {
"portainer": "0.1.2", "portainer": "0.1.3",
"nginx": "0.0.9", "nginx": "0.1.0",
"gitea": "0.0.7", "gitea": "0.0.8",
"myapps": "0.2.6", "myapps": "0.2.7",
"appstore": "0.2.5", "appstore": "0.2.6",
"settings": "0.1.3", "settings": "0.1.4",
"navigator": "0.5.10" "navigator": "0.5.10"
}, },
"OS": { "OS": {