mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
release
This commit is contained in:
parent
35057af946
commit
34e1c42a8a
@ -1,4 +1,4 @@
|
|||||||
APPHUB_VERSION=0.1.6
|
APPHUB_VERSION=0.1.6
|
||||||
DEPLOYMENT_VERSION=2.20.3-rc2
|
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
|
@ -1,4 +1,4 @@
|
|||||||
# modify time: 202412061629, you can modify here to trigger Docker Build action
|
# modify time: 202412111429, you can modify here to trigger Docker Build action
|
||||||
# step1: Build entrypoint execute program init_portainer by golang
|
# step1: Build entrypoint execute program init_portainer by golang
|
||||||
|
|
||||||
FROM golang:latest AS builder
|
FROM golang:latest AS builder
|
||||||
@ -13,7 +13,7 @@ RUN chmod +x /init_portainer
|
|||||||
# 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.3
|
FROM portainer/portainer-ce:2.20.3
|
||||||
LABEL maintainer="websoft9<help@websoft9.com>"
|
LABEL maintainer="websoft9<help@websoft9.com>"
|
||||||
LABEL version="2.20.3-rc2"
|
LABEL version="2.20.3"
|
||||||
COPY --from=builder /init_portainer /
|
COPY --from=builder /init_portainer /
|
||||||
|
|
||||||
ENTRYPOINT ["/init_portainer"]
|
ENTRYPOINT ["/init_portainer"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "2.1.17-rc1",
|
"version": "2.1.17",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"portainer": "0.1.3",
|
"portainer": "0.1.3",
|
||||||
"nginx": "0.1.0",
|
"nginx": "0.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user