Skip to content

Commit

Permalink
mac 501 uid
Browse files Browse the repository at this point in the history
  • Loading branch information
Klippert, Alex committed Nov 14, 2023
1 parent 6a5b563 commit df2ebbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions splunk/common-files/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ ENV TMPETCDIR=${TMPSPLUNKDIR}/etc
# start a container as a particular user. So we create Splunk
# user with pre-determined UID.
# Changed UID to 1000 to use it with VSC & WSL
ARG UID=1000
ARG GID=1000
ARG UID=501
ARG GID=501

# Simple script used to populate/upgrade splunk/etc directory
COPY [ "splunk/common-files/updateetc.sh", "/sbin/" ]
Expand Down

0 comments on commit df2ebbb

Please sign in to comment.