library updatge

This commit is contained in:
qiaofeng1227 2024-04-15 11:38:34 +08:00
parent 2ba7d3870d
commit 5fcc8654b3
4 changed files with 13 additions and 10 deletions

View file

@ -1,5 +1,8 @@
enhancement:
update Portainer to 2.20.1 #460
bug:
all app container exec error on portainer #464
drupal pull image error
metabase pull image error
mattermost connect database error
nocodb connect database error
appstore:
add runtime app: PHP, Java, Python, Node.js, Go, Ruby...

View file

@ -1,4 +1,4 @@
APPHUB_VERSION=0.0.6
APPHUB_VERSION=0.0.7-rc1
DEPLOYMENT_VERSION=2.20.1
GIT_VERSION=1.21.9
PROXY_VERSION=2.11.1

View file

@ -1,16 +1,16 @@
# This file can running at actions
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release
# modify time: 202404111646, you can modify here to trigger Docker Build action
# modify time: 202404151146, you can modify here to trigger Docker Build action
FROM python:3.10-slim-bullseye
LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="0.0.6"
LABEL version="0.0.7-rc1"
WORKDIR /websoft9
ARG MEDIA_VERSION="0.0.9"
ARG LIBRARY_VERSION="0.5.21"
ARG MEDIA_VERSION="0.1.0"
ARG LIBRARY_VERSION="0.6.0"
ARG WEBSOFT9_REPO="https://github.com/Websoft9/websoft9"
ARG WEBSOFT9_ARTIFACT="https://w9artifact.blob.core.windows.net/release/websoft9"
ARG LIBRARY_REPO="https://github.com/Websoft9/docker-library"

View file

@ -1,5 +1,5 @@
{
"version": "2.1.0",
"version": "2.1.1-rc1",
"plugins": {
"portainer": "0.1.0",
"nginx": "0.0.7",