updating containerdesk
This commit is contained in:
parent
bc86a8bdde
commit
fa45aeee38
4 changed files with 10 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ ARG BUILD_DATE
|
|||
ARG TARGETARCH
|
||||
ARG VERSION
|
||||
ARG KUBECTL_VERSION=1.30.2
|
||||
ARG SEABIRD_VERSION=v0.5.1
|
||||
LABEL build_version="based on Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
LABEL maintainer="Michael Trip"
|
||||
WORKDIR /tmp
|
||||
|
|
@ -12,6 +13,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y curl wge
|
|||
RUN curl -L https://github.com/MuhammedKalkan/OpenLens/releases/download/v6.5.2-366/OpenLens-6.5.2-366.${TARGETARCH}.deb --output /tmp/openlens.deb
|
||||
RUN curl -L https://github.com/derailed/k9s/releases/download/v0.27.4/k9s_Linux_${TARGETARCH}.tar.gz --output /tmp/k9s.tar.gz
|
||||
RUN curl -l https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/${TARGETARCH}/kubectl --output /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl
|
||||
RUN curl -L https://github.com/getseabird/seabird/releases/download/${SEABIRD_VERSION}/seabird_linux_${TARGETARCH}.tar.gz --output /tmp/seabird.tar.gz
|
||||
RUN \
|
||||
echo "**** install packages ****" && \
|
||||
apt update && \
|
||||
|
|
@ -35,7 +37,9 @@ RUN \
|
|||
xdg-utils && \
|
||||
dpkg -i /tmp/openlens.deb && \
|
||||
tar -zxvf /tmp/k9s.tar.gz && \
|
||||
tar -zxvf /tmp/seabird.tar.gz && \
|
||||
mv /tmp/k9s /usr/local/bin && \
|
||||
mv /tmp/seabird /usr/local/bin && \
|
||||
echo "**** cleanup ****" && \
|
||||
apt-get autoclean && \
|
||||
rm -rf \
|
||||
|
|
|
|||
0
ubuntu-mate/root/etc/cont-init.d/60-create-user
Normal file → Executable file
0
ubuntu-mate/root/etc/cont-init.d/60-create-user
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue