mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
portainer update to 2.20.1
This commit is contained in:
parent
11c0afe1a1
commit
2617592d59
4 changed files with 6 additions and 6 deletions
|
@ -1,2 +1,2 @@
|
||||||
1. update gitea,nginx containers to latest
|
1. update portainer to 2.20.1
|
||||||
2. fix bug: appstore can not install a app without port
|
2. portainer plugin update
|
|
@ -1,4 +1,4 @@
|
||||||
APPHUB_VERSION=0.0.6
|
APPHUB_VERSION=0.0.6
|
||||||
DEPLOYMENT_VERSION=2.19.0
|
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
|
|
@ -16,7 +16,7 @@ RUN chmod +x /endpoint
|
||||||
# Dockerfile refer to: https://github.com/portainer/portainer/blob/develop/build/linux/Dockerfile
|
# Dockerfile refer to: https://github.com/portainer/portainer/blob/develop/build/linux/Dockerfile
|
||||||
FROM portainer/portainer-ce:2.20.1
|
FROM portainer/portainer-ce:2.20.1
|
||||||
LABEL maintainer="websoft9<help@websoft9.com>"
|
LABEL maintainer="websoft9<help@websoft9.com>"
|
||||||
LABEL version="2.20.1-rc1"
|
LABEL version="2.20.1"
|
||||||
COPY --from=builder /init_portainer /
|
COPY --from=builder /init_portainer /
|
||||||
COPY --from=builder /endpoint /
|
COPY --from=builder /endpoint /
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": "2.0.9",
|
"version": "2.1.0-rc1",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"portainer": "0.0.9",
|
"portainer": "0.1.0",
|
||||||
"nginx": "0.0.7",
|
"nginx": "0.0.7",
|
||||||
"gitea": "0.0.5",
|
"gitea": "0.0.5",
|
||||||
"myapps": "0.1.7",
|
"myapps": "0.1.7",
|
||||||
|
|
Loading…
Reference in a new issue