Skip to content

Commit

Permalink
copy /etc/passwd into dind via shared volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengping Hu committed Aug 21, 2024
1 parent 22ad4a0 commit fe2bf4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/sync_users_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ echo "Sleeping for $TIME seconds"
sleep $TIME
cd /usr/local/ciconnect
source /usr/local/ciconnect/config && ./sync_users.sh -u root.atlas-af -g root.atlas-af -e https://api.ci-connect.net:18080 >> /var/log/provisioner.log 2>&1
[[ -d /passwd ]] && cp /etc/passwd /passwd

0 comments on commit fe2bf4c

Please sign in to comment.