changed Runtime-Image to Debian-Slim
This commit is contained in:
@@ -28,8 +28,6 @@ RUN apt update && \
|
|||||||
|
|
||||||
FROM ${BUILD_RUNTIME_IMAGE}
|
FROM ${BUILD_RUNTIME_IMAGE}
|
||||||
|
|
||||||
ARG BUILD_APP_USER
|
|
||||||
|
|
||||||
COPY --from=builder /app/hibp/build/gcc/release/* /usr/local/bin/
|
COPY --from=builder /app/hibp/build/gcc/release/* /usr/local/bin/
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
## BUILD STAGE
|
## BUILD STAGE
|
||||||
BUILD_TAG=0.6.2
|
BUILD_TAG=0.6.2
|
||||||
BUILD_BASE_IMAGE=git.pi-farm.de/pi-farm/docker-baseimage-debian:trixie-slim
|
BUILD_BASE_IMAGE=git.pi-farm.de/pi-farm/docker-baseimage-debian:trixie-slim
|
||||||
BUILD_RUNTIME_IMAGE=git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23
|
BUILD_RUNTIME_IMAGE=git.pi-farm.de/pi-farm/docker-baseimage-debian:trixie-slim
|
||||||
BUILD_MAINTAINER=pi-farm
|
BUILD_MAINTAINER=pi-farm
|
||||||
BUILD_APP_VERSION=${BUILD_TAG}
|
BUILD_APP_VERSION=${BUILD_TAG}
|
||||||
BUILD_APP_GIT=https://github.com/oschonrock/hibp.git
|
BUILD_APP_GIT=https://github.com/oschonrock/hibp.git
|
||||||
|
|||||||
Reference in New Issue
Block a user