Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/almalinux-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN dnf -y install \
npm install -g @openai/codex && \
dnf clean all --enablerepo=\*

RUN useradd -M -d /opt/vespa -s /usr/sbin/nologin vespa
RUN useradd -M -d /opt/vespa -s /usr/sbin/nologin -G root vespa

STOPSIGNAL SIGRTMIN+3

Expand Down
2 changes: 1 addition & 1 deletion dev/almalinux-9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM docker.io/vespaengine/vespa-build-almalinux-9:latest
RUN --mount=type=bind,target=/include/,source=include/,rw /bin/sh /include/setup.sh

# Add default user
RUN useradd -M -d /opt/vespa -s /usr/sbin/nologin vespa
RUN useradd -M -d /opt/vespa -s /usr/sbin/nologin -G root vespa

STOPSIGNAL SIGRTMIN+3

Expand Down