Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/apc-deployer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine AS builder
FROM python:3.14-alpine AS builder

ARG KUBECTL_VERSION=v1.32.0
ARG APC_TOOL_VERSION=v1.3.3
Expand All @@ -16,7 +16,7 @@ RUN wget -q "https://github.com/gregtwallace/apc-p15-tool/releases/download/${AP
chmod +x apc-p15-tool

# Final runtime image
FROM python:3.12-alpine
FROM python:3.14-alpine

LABEL org.opencontainers.image.source="https://github.com/LukeEvansTech/containers"
LABEL org.opencontainers.image.description="APC NMC Certificate Deployment Tool for Cert Warden"
Expand Down
4 changes: 2 additions & 2 deletions apps/onyx-deployer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine AS builder
FROM python:3.14-alpine AS builder

ARG KUBECTL_VERSION=v1.32.0
ARG TARGETARCH=amd64
Expand All @@ -10,7 +10,7 @@ RUN wget -q -O kubectl "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/$
chmod +x kubectl

# Final runtime image
FROM python:3.12-alpine
FROM python:3.14-alpine

LABEL org.opencontainers.image.source="https://github.com/LukeEvansTech/containers"
LABEL org.opencontainers.image.description="NVIDIA Onyx Switch Certificate Deployment Tool for Cert Warden"
Expand Down
4 changes: 2 additions & 2 deletions apps/supermicro-ipmi-cert/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine AS builder
FROM python:3.14-alpine AS builder

ARG KUBECTL_VERSION=v1.32.0
ARG TARGETARCH=amd64
Expand All @@ -10,7 +10,7 @@ RUN wget -q -O kubectl "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/$
chmod +x kubectl

# Final runtime image
FROM python:3.12-alpine
FROM python:3.14-alpine

LABEL org.opencontainers.image.source="https://github.com/LukeEvansTech/containers"
LABEL org.opencontainers.image.description="Supermicro IPMI Certificate Deployment Tool for Cert Warden (Redfish/X12/X13/H13 only)"
Expand Down
Loading