init-build
All checks were successful
/ release-and-build (push) Successful in 25s

This commit is contained in:
2026-02-23 17:27:36 +01:00
parent bc00be5bb6
commit e76adc3e87
2 changed files with 2 additions and 19 deletions

View File

@@ -1,11 +1 @@
| **1.4.82** | 23.02.2026 15:21 | switch to english text ✅ |
| **1.4.82** | 23.02.2026 14:48 | setting run-permissions to s6-overlay run files ✅ |
| **1.4.82** | 23.02.2026 13:57 | VERSIONS.history gelöscht ✅ |
| **1.4.82** | 23.02.2026 13:56 | root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-lighttpd hinzugefügt ✅ |
| **1.4.82** | 23.02.2026 13:55 | root/etc/s6-overlay/s6-rc.d/svc-lighttpd/type hinzugefügt ✅ |
| **1.4.82** | 23.02.2026 13:54 | root/etc/s6-overlay/s6-rc.d/svc-lighttpd/run hinzugefügt ✅ |
| **1.4.82** | 23.02.2026 13:53 | root/etc/s6-overlay/s6-rc.d/svc-lighttpd/dependencies hinzugefügt ✅ |
| **1.4.82** | 23.02.2026 13:52 | root/etc/s6-overlay/s6-rc.d/init-lighttpd-config/up hinzugefügt ✅ |
| **1.4.82** | 23.02.2026 13:51 | root/etc/s6-overlay/s6-rc.d/init-lighttpd-config/type hinzugefügt ✅ |
| **1.4.82** | 23.02.2026 13:50 | root/etc/s6-overlay/s6-rc.d/init-lighttpd-config/run hinzugefügt ✅ |
| **1.4.82** | 23.02.2026 13:48 | root/defaults/lighttpd.conf hinzugefügt ✅ |

View File

@@ -1,18 +1,11 @@
## BUILD STAGE ## BUILD STAGE
BUILD_TAG=1.4.82 BUILD_TAG=1.4.82
BUILD_BASE_IMAGE=alpine:3.23 BUILD_BASE_IMAGE=alpine:3.23
## Examples for BUILD_BASE_IMAGE
# alpine:${BUILD_TAG}
# git.pi-farm.de/pi-farm/docker-baseimage-alpine:v${BUILD_TAG}
#BUILD_ALPINE_ARCH_AMD64=x86_64
#BUILD_ALPINE_ARCH_AARCH64=aarch64
#BUILD_S6_ARCH_amd64=x86_64
#BUILD_S6_ARCH_aarch64=aarch64
#BUILD_S6_OVERLAY_VERSION=3.2.0.2
BUILD_MAINTAINER=pi-farm BUILD_MAINTAINER=pi-farm
BUILD_APP_VERSION=v${BUILD_TAG} BUILD_APP_VERSION=v${BUILD_TAG}
BUILD_APP_NAME=basimage-alpine-lighttpd BUILD_APP_NAME=basimage-alpine-lighttpd
BUILD_APP_USER=pi BUILD_APP_USER=pi
BUILD_APP_UID=1000
BUILD_APP_GID=1000 BUILD_APP_GID=1000
## ENV STAGE ## ENV STAGE
ENV_TZ=Europe/Berlin ENV_TZ=Europe/Berlin