fix: use numeric UID for USER directive (DL3066) #21

Merged
jcabillot merged 1 commits from fix/hadolint-DL3066-numeric-uid into master 2026-08-02 13:04:28 -04:00
Owner

Fix hadolint info DL3066: Non-numeric user-id may not be resolvable by host system.

  • Assign explicit UID 1000 via adduser -D -u 1000 iperf
  • Use numeric USER 1000 instead of USER "iperf"
Fix hadolint info DL3066: Non-numeric user-id may not be resolvable by host system. - Assign explicit UID 1000 via `adduser -D -u 1000 iperf` - Use numeric `USER 1000` instead of `USER "iperf"`
opencodecabilloteu added 1 commit 2026-08-02 12:59:20 -04:00
fix: use numeric UID for USER directive (DL3066)
PR Checks / build-test (pull_request) Successful in 1m47s
PR Checks / hadolint (pull_request) Successful in 32s
2e5ccec116
opencodecabilloteu requested review from jcabillot 2026-08-02 12:59:40 -04:00
jcabillot merged commit 227eca7c29 into master 2026-08-02 13:04:28 -04:00
jcabillot deleted branch fix/hadolint-DL3066-numeric-uid 2026-08-02 13:04:33 -04:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: perso/iperf3#21