Skip to content

Commit

Permalink
Change UID for Kayobe to 1001 which should be default for DinD.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxBed4d committed Jan 25, 2024
1 parent b00f285 commit 28786ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/kayobe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN sed -i 's/# udev_rules = 1/udev_rules = 0/g' /etc/lvm/lvm.conf && \
RUN python3 -m pip install docker six

ENV KAYOBE_USER=stack
ARG KAYOBE_USER_UID=1000
ARG KAYOBE_USER_UID=1001
ARG KAYOBE_USER_GID=1000

RUN groupadd -g $KAYOBE_USER_GID -o stack && \
Expand Down

0 comments on commit 28786ec

Please sign in to comment.