mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
library updatge
This commit is contained in:
parent
2ba7d3870d
commit
5fcc8654b3
4 changed files with 13 additions and 10 deletions
|
@ -1,5 +1,8 @@
|
||||||
enhancement:
|
|
||||||
update Portainer to 2.20.1 #460
|
|
||||||
|
|
||||||
bug:
|
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...
|
|
@ -1,4 +1,4 @@
|
||||||
APPHUB_VERSION=0.0.6
|
APPHUB_VERSION=0.0.7-rc1
|
||||||
DEPLOYMENT_VERSION=2.20.1
|
DEPLOYMENT_VERSION=2.20.1
|
||||||
GIT_VERSION=1.21.9
|
GIT_VERSION=1.21.9
|
||||||
PROXY_VERSION=2.11.1
|
PROXY_VERSION=2.11.1
|
|
@ -1,16 +1,16 @@
|
||||||
# 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: 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
|
FROM python:3.10-slim-bullseye
|
||||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||||
LABEL version="0.0.6"
|
LABEL version="0.0.7-rc1"
|
||||||
|
|
||||||
WORKDIR /websoft9
|
WORKDIR /websoft9
|
||||||
|
|
||||||
ARG MEDIA_VERSION="0.0.9"
|
ARG MEDIA_VERSION="0.1.0"
|
||||||
ARG LIBRARY_VERSION="0.5.21"
|
ARG LIBRARY_VERSION="0.6.0"
|
||||||
ARG WEBSOFT9_REPO="https://github.com/Websoft9/websoft9"
|
ARG WEBSOFT9_REPO="https://github.com/Websoft9/websoft9"
|
||||||
ARG WEBSOFT9_ARTIFACT="https://w9artifact.blob.core.windows.net/release/websoft9"
|
ARG WEBSOFT9_ARTIFACT="https://w9artifact.blob.core.windows.net/release/websoft9"
|
||||||
ARG LIBRARY_REPO="https://github.com/Websoft9/docker-library"
|
ARG LIBRARY_REPO="https://github.com/Websoft9/docker-library"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "2.1.0",
|
"version": "2.1.1-rc1",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"portainer": "0.1.0",
|
"portainer": "0.1.0",
|
||||||
"nginx": "0.0.7",
|
"nginx": "0.0.7",
|
||||||
|
|
Loading…
Reference in a new issue