Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.
Merged
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# Talos Stuff
ARG TALOSCTL_VERSION=v1.10.0@sha256:9a07be5212062d9225a3c6cdc08147da300b6a47c459b0b564b349e04c570b74
ARG TALSWITCHER_VERSION=v2.0.2@sha256:305d6082d658ba6bc6910b0f1c77463e8b85c6f9f4648daab2b6c29235d00520
ARG TALSWITCHER_VERSION=v2.0.3@sha256:00e4b2fb079b218fb8d052e708fc9e5d7ee8c985533d4c2060b69e0d0fcc6a79
ARG TALHELPER_VERSION=v3.0.21@sha256:17cfbef5437a8bd1aebcb229d2e1fbef2e54f71fdf6d5cc8f3b08c7f439d1563

# Misc Tools
Expand All @@ -55,7 +55,7 @@

# Kubectl + Plugins
FROM docker.io/bitnami/kubectl:${KUBECTL_VERSION} AS kubectl
FROM ghcr.io/kubecolor/kubecolor:${KUBECOLOR_VERSION} as kubecolor

Check warning on line 58 in Dockerfile

View workflow job for this annotation

GitHub Actions / release / build-image

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
FROM ghcr.io/mirceanton/kubectl-switch:${KUBECTL_SWITCH_VERSION} AS kubectl-switch

# Misc K8S Tools
Expand Down
Loading