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 @@ -29,7 +29,7 @@
# Talos Stuff
ARG TALOSCTL_VERSION=v1.10.0@sha256:9a07be5212062d9225a3c6cdc08147da300b6a47c459b0b564b349e04c570b74
ARG TALSWITCHER_VERSION=v2.0.3@sha256:00e4b2fb079b218fb8d052e708fc9e5d7ee8c985533d4c2060b69e0d0fcc6a79
ARG TALHELPER_VERSION=v3.0.22@sha256:3583eafc38ede219a36885d9101afddbd1c31658744c9ad9967f2d9cd3aa6bbf
ARG TALHELPER_VERSION=v3.0.23@sha256:367d0f27b0a5a7c2934c94bd27e87fce1c4103e7550ae73a051008dbdcee88a8

# Misc Tools
ARG TASKFILE_VERSION=v3.38.0@sha256:308c4f5be86bffae3f956cbd7225c4fec69b0e7a89012120b818a10df45d7c59
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