File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 11ARG 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
33LABEL maintainer="Edward Nys <edward@linkurio.us>"
44SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
5+
56USER root
7+
68# Latest Google Chrome installation package
79RUN 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-
3127USER 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
4742ENV ENV='$HOME/.profile'
4843# hadolint ignore=SC1091
You can’t perform that action at this time.
0 commit comments