chore(ci): update all dockerfiles to use BASE_IMAGE

Signed-off-by: Zomatree <me@zomatree.live>
This commit is contained in:
Zomatree
2026-08-09 05:31:28 +01:00
parent 0dc8b62eb1
commit e82c0e0d1a
8 changed files with 17 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
# Build Stage
FROM ghcr.io/stoatchat/base:latest AS builder
ARG BASE_IMAGE=ghcr.io/stoatchat/base:latest
FROM $BASE_IMAGE AS builder
FROM debian:12 AS debian
# Bundle Stage

View File

@@ -1,5 +1,6 @@
# Build Stage
FROM ghcr.io/stoatchat/base:latest AS builder
ARG BASE_IMAGE=ghcr.io/stoatchat/base:latest
FROM $BASE_IMAGE AS builder
FROM debian:12 AS debian
# Bundle Stage

View File

@@ -1,5 +1,6 @@
# Build Stage
FROM ghcr.io/stoatchat/base:latest AS builder
ARG BASE_IMAGE=ghcr.io/stoatchat/base:latest
FROM $BASE_IMAGE AS builder
FROM debian:12 AS debian
# Bundle Stage

View File

@@ -1,5 +1,6 @@
# Build Stage
FROM ghcr.io/stoatchat/base:latest AS builder
ARG BASE_IMAGE=ghcr.io/stoatchat/base:latest
FROM $BASE_IMAGE AS builder
FROM debian:12 AS debian
# Bundle Stage

View File

@@ -1,5 +1,6 @@
# Build Stage
FROM ghcr.io/stoatchat/base:latest AS builder
ARG BASE_IMAGE=ghcr.io/stoatchat/base:latest
FROM $BASE_IMAGE AS builder
FROM debian:12 AS debian
# Bundle Stage

View File

@@ -1,5 +1,6 @@
# Build Stage
FROM ghcr.io/stoatchat/base:latest AS builder
ARG BASE_IMAGE=ghcr.io/stoatchat/base:latest
FROM $BASE_IMAGE AS builder
FROM debian:12 AS debian
# Bundle Stage

View File

@@ -1,5 +1,7 @@
# Build Stage
FROM ghcr.io/stoatchat/base:latest AS builder
ARG BASE_IMAGE=ghcr.io/stoatchat/base:latest
FROM $BASE_IMAGE AS builder
FROM debian:12 AS debian
# Bundle Stage
FROM gcr.io/distroless/cc-debian12:nonroot

View File

@@ -1,5 +1,6 @@
# Build Stage
FROM ghcr.io/stoatchat/base:latest AS builder
ARG BASE_IMAGE=ghcr.io/stoatchat/base:latest
FROM $BASE_IMAGE AS builder
FROM debian:12 AS debian
# Bundle Stage