You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use container ID for challenge container naming suffix
Previously, the suffix was derived from HOSTNAME which could be the
VM hostname (e.g. 'computeinstance-e00w82rt7k2bcv7ezf') instead of
the Docker container ID.
Now the suffix is determined by:
1. VALIDATOR_NAME env var (explicit override)
2. Detected Docker container ID (from cgroup/mountinfo)
3. Short hash of hostname (fallback for non-Docker)
This ensures challenge containers have consistent, short names like
'challenge-term-challenge-4133b3431b1c' instead of very long names
derived from cloud VM hostnames.
0 commit comments