Skip to content

Commit 95fb809

Browse files
authored
DAJ-44 Install crane and uninstall regclient (#95)
1 parent 22f21b1 commit 95fb809

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Dockerfile

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
ARG PRIVATE_REGISTRY=hub.docker.nexus3.linkurious.net/
2-
FROM ${PRIVATE_REGISTRY}linkurious/docker-agent-jnlp:0.0.31
2+
FROM ${PRIVATE_REGISTRY}linkurious/docker-agent-jnlp:0.0.32
33
LABEL maintainer="Edward Nys <edward@linkurio.us>"
44
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
5+
56
USER root
7+
68
# Latest Google Chrome installation package
79
RUN curl -fsSL https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
810
&& sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
@@ -22,12 +24,6 @@ RUN apt-get update -qqy && \
2224
&& rm -rf /var/lib/apt/lists/*
2325
#RUN echo kernel.unprivileged_userns_clone = 1 | tee /etc/sysctl.d/00-local-userns.conf
2426

25-
# Registry Client used in build.js of LKE to download docker image and export it to tar
26-
# renovate: datasource=github-releases depName=regclient/regclient
27-
ARG REGCLIENT_VERSION=v0.5.5
28-
RUN curl -fsSL "https://github.com/regclient/regclient/releases/download/$REGCLIENT_VERSION/regctl-linux-amd64" > /usr/local/bin/regctl \
29-
&& chmod 755 /usr/local/bin/regctl
30-
3127
USER jenkins
3228

3329
# renovate: datasource=github-releases depName=nvm-sh/nvm
@@ -42,7 +38,6 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
4238
&& nvm install 18.18.2 \
4339
&& nvm install 14.21.3
4440

45-
4641
# for loading profile, to make nvm available for sh
4742
ENV ENV='$HOME/.profile'
4843
# hadolint ignore=SC1091

0 commit comments

Comments
 (0)