Skip to content

Commit af568d6

Browse files
chore(CR-27152): updated busybox, git-lfs, pam packages, systemd (#100)
* updated ubuntu
1 parent ce7d0c0 commit af568d6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
#moving to ubuntu instead of debian to solve high vulnerabilities
2-
FROM ubuntu:noble-20240605
2+
FROM ubuntu:noble-20250619
33

44
RUN apt-get update && \
55
apt-get install -y curl bash openssl git && \
66
apt-get clean
77

88
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash && \
9-
apt-get install git-lfs=3.5.1 && \
9+
apt-get install git-lfs=3.6.1 && \
1010
git lfs install
1111

1212
#installing busybox
13-
ARG BUSYBOX_VERSION=1:1.36.1-6ubuntu3
13+
ARG BUSYBOX_VERSION=1:1.36.1-6ubuntu3.1
1414

15-
RUN apt-get install busybox=${BUSYBOX_VERSION} && \
15+
RUN apt-get update && \
16+
apt-get install busybox=${BUSYBOX_VERSION} && \
1617
ln -s /bin/busybox /usr/bin/[[
1718

1819
COPY ./start.sh /run/start.sh
1920
RUN chmod +x /run/start.sh
2021

21-
# USER nodeuser
2222
RUN addgroup --gid 3000 nodegroup \
2323
&& adduser --uid 3000 --home /home/nodeuser --ingroup nodegroup --shell /bin/sh --gecos "" --disabled-password nodeuser
2424
USER nodeuser

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 10.3.1
1+
version: 10.3.2

0 commit comments

Comments
 (0)