d94f22bee2
* Ensure infra_image gets proper label used for reconciliation Currently infra containers are not cleaned up as part of the dangling container cleanup routine. The reason is that Nomad checks if a container is a Nomad owned container by verifying the existence of the: `com.hashicorp.nomad.alloc_id` label. Ensure we set this label on the infra container as well. * fix unit test * changelog: add entry --------- Co-authored-by: Seth Hoenig <shoenig@duck.com>
4 lines
89 B
Plaintext
4 lines
89 B
Plaintext
```release-note:bug
|
|
docker: Fixed a bug where infra_image did not get alloc_id label
|
|
```
|