Skip to content

Commit 1c7bcbd

Browse files
Merge pull request #96 from Linkurious/develop
Release 0.0.37 [ci:run]
2 parents ca29de2 + 95fb809 commit 1c7bcbd

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.36
2+
current_version = 0.0.37
33
commit = False
44
tag = False
55
serialize =

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.36
1+
0.0.37

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)