Skip to content

Commit 93c0795

Browse files
committedJan 7, 2025·
Merge remote-tracking branch 'origin/main'
2 parents 93bc550 + f02be7c commit 93c0795

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM quay.io/kairos/alpine:3.19-standard-arm64-rpi4-v3.2.4-k3sv1.31.3-k3s1
1515

1616
ARG IMAGE_VERSION=0.1.0
1717

18-
COPY --from=tools /usr/local/bin/plural /usr/local/sbin/plural
18+
COPY --from=tools /usr/local/bin/plural /usr/sbin/plural
1919

2020
RUN export VERSION="${IMAGE_VERSION}"
2121
RUN envsubst '${VERSION}' </etc/os-release

‎cloud-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ k3s:
1616
boot:
1717
- name: "Init"
1818
commands:
19-
- sudo chmod 755 /etc/rancher/k3s/k3s.yaml
19+
- chmod 755 /etc/rancher/k3s/k3s.yaml
2020
- mkdir -p ~/.kube
2121
- k3s kubectl config view --raw > $HOME/.kube/config

0 commit comments

Comments
 (0)
Please sign in to comment.