Skip to content

Commit

Permalink
build(image)!: run as nobody
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The image now runs as `nobody` by default for consistency with
the rest of the Prometheus ecosystem.
  • Loading branch information
maxbrunet committed Feb 2, 2025
1 parent c77eb06 commit 7d94830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ kos:
org.opencontainers.image.licenses: Apache-2.0
org.opencontainers.image.source: https://github.com/maxbrunet/prometheus-elasticache-sd
org.opencontainers.image.url: https://github.com/maxbrunet/prometheus-elasticache-sd
user: 1000:1000
user: nobody
platforms:
- linux/amd64
- linux/arm/v7
Expand Down

0 comments on commit 7d94830

Please sign in to comment.