mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-24 16:40:25 +00:00
update websoft9 containers
This commit is contained in:
parent
5e6e024392
commit
c6676a4f4d
4 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# This file can running at actions
|
||||
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release
|
||||
# modify time: 202403251733, you can modify here to trigger Docker Build action
|
||||
# modify time: 202403261343, you can modify here to trigger Docker Build action
|
||||
|
||||
|
||||
FROM python:3.10-slim-bullseye
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# modify time: 202311031633, you can modify here to trigger Docker Build action
|
||||
# modify time: 202403261343, you can modify here to trigger Docker Build action
|
||||
# step1: Build entrypoint execute program init_portainer by golang
|
||||
|
||||
FROM golang:latest AS builder
|
||||
|
@ -14,9 +14,9 @@ RUN chmod +x /endpoint
|
|||
|
||||
# step2: Copy build go program to portainer
|
||||
# Dockerfile refer to: https://github.com/portainer/portainer/blob/develop/build/linux/Dockerfile
|
||||
FROM portainer/portainer-ce:2.19.0
|
||||
FROM portainer/portainer-ce:2.20.0
|
||||
LABEL maintainer="websoft9<help@websoft9.com>"
|
||||
LABEL version="2.19.0"
|
||||
LABEL version="2.20.0"
|
||||
COPY --from=builder /init_portainer /
|
||||
COPY --from=builder /endpoint /
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# modify time: 202403061259, you can modify here to trigger Docker Build action
|
||||
# modify time: 202403261345, you can modify here to trigger Docker Build action
|
||||
# Dockerfile refer to: https://github.com/go-gitea/gitea/blob/main/Dockerfile
|
||||
FROM gitea/gitea:1.20.4
|
||||
FROM gitea/gitea:1.21.9
|
||||
|
||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||
LABEL version="1.20.4"
|
||||
LABEL version="1.21.9"
|
||||
COPY ./src/s6/user /etc/s6/user
|
||||
RUN chmod -R 755 /etc/s6/user
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# modify time: 202403130838, you can modify here to trigger Docker Build action
|
||||
# modify time: 202403261348, you can modify here to trigger Docker Build action
|
||||
# from Dockerfile: https://github.com/NginxProxyManager/nginx-proxy-manager/blob/develop/docker/Dockerfile
|
||||
# from image: https://hub.docker.com/r/jc21/nginx-proxy-manager
|
||||
|
||||
FROM jc21/nginx-proxy-manager:2.10.4
|
||||
FROM jc21/nginx-proxy-manager:2.11.1
|
||||
|
||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||
LABEL version="2.10.4"
|
||||
LABEL version="2.11.1"
|
||||
|
||||
RUN apt-get update && apt-get install --no-install-recommends -y curl jq && rm -rf /var/lib/apt/lists/*
|
||||
COPY ./config/initproxy.conf /etc/
|
||||
|
|
Loading…
Reference in a new issue