This commit is contained in:
qiaofeng1227 2023-11-01 14:04:02 +08:00
parent 8eef922cb6
commit b7f85bedfe
4 changed files with 15 additions and 5 deletions

View file

@ -1,6 +1,15 @@
## 0.8.22 release on 2023-09-27
## 0.8.28 release on 2023-11-01
1. add systemd to websoft9 artifacts
1. improve dockerfile to reduce image size
2. fixed update_zip.sh
## 0.8.27 release on 2023-10-31
1. new websoft9 init
## 0.8.26 release on 2023-09-27
1. appmanage change to apphub
## 0.8.20 release on 2023-08-23

View file

@ -1 +1,2 @@
1. Add install: developer mode at install.sh
1. improve dockerfile to reduce image size
2. fixed update_zip.sh

View file

@ -1,4 +1,4 @@
# modify time: 202311011049, you can modify here to trigger Docker Build action
# modify time: 202311011402, you can modify here to trigger Docker Build action
FROM python:3.10-slim-bullseye
LABEL maintainer="Websoft9<help@websoft9.com>"

View file

@ -1,5 +1,5 @@
{
"version": "0.8.27",
"version": "0.8.28-rc1",
"plugins": {
"portainer": "0.0.7",
"nginx": "0.0.5",