-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Context:
While running the monitoring suite locally, we noticed that the Docker image tag is being marked as dirty(e.g., v0.20.0-dirty). The only local modifications we made were:
- Updating
run_locally.shto fix a small issue(see below) in thedocker run commandand to adjust theAUTH_SPECconfiguration. - Updating
uss2.libsonnetwith our base URLs.
The above is the issue we saw associated with the docker run command and was later fixed by doing the below fix.
After these changes, everything runs fine, but the image tag now consistently appears as dirty even though the repository has no other changes other than the two above.
This is the snapshot of the changes. The others are just the files that are being requested here to be present to run the configuration.
Question:
- Is there a known reason why updating run_locally.sh would cause the docker image to be marked as "dirty"?
- Could this behavior be tied to how the script interacts with the repo during build or run?
- And is there a recommended way to avoid the "dirty" tag when making small local script fixes like this?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested