update websoft9 containers

This commit is contained in:
qiaofeng1227 2024-03-26 13:47:18 +08:00
parent 5e6e024392
commit c6676a4f4d
4 changed files with 10 additions and 10 deletions

View file

@ -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

View file

@ -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 /

View file

@ -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

View file

@ -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/