Добавить Dockerfile
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM semaphoreui/semaphore:latest
|
||||
|
||||
USER root
|
||||
|
||||
# Установка kubectl (latest stable на 2025)
|
||||
RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && \
|
||||
chmod +x kubectl && \
|
||||
mv kubectl /usr/local/bin/kubectl && \
|
||||
kubectl version --client
|
||||
|
||||
USER semaphore
|
||||
Reference in New Issue
Block a user