Justin Seiser

Results 106 comments of Justin Seiser

@RedHatDan @redhatrises @dmc5179 https://github.com/ComplianceAsCode/content/releases/tag/v0.1.70

> Could you please clarify what you mean by "GHCR has a lot more permissive rate limiting."? Not sure i understand. Dockerhub has rate limiting in place: https://docs.docker.com/docker-hub/download-rate-limit/ I dont...

You could do something like.. ``` - name: Docker meta id: meta uses: docker/metadata-action@v5 with: # list of Docker images to use as base name for tags images: | jammsen/palworld-dedicated-server...

Sorry im traveling for work this week. In our projects we generate tags based off of git commits, thats probably over kill for something of this size. Just any unique...

what you just posted ill work perfect.

The tag `latest` is mutable, it changes what it references over time. 1. You run this image and a valid config on server1. It pulls down `latest`. You know take...

We actually use harbor, but anything tagged latest is actually prevented from starting up. https://kyverno.io/policies/best-practices/disallow-latest-tag/disallow-latest-tag/

We have this problem in one of our repo's. When i run this locally ``` debug: Commits found since last release: 143 debug: evaluate_version_bump -> minor debug: get_new_version('3.0.0', '3.0.0', 'minor',...

@bernardcooke53 I should be able to test this today, Thanks!

@bernardcooke53 ``` debug: Writing new version number: path=PosixPath('a3s-high-adapter/Chart.yaml') pattern='^version: {version} *[:=] *["\\\'](\\d+\\.\\d+\\.\\d+(-beta\\.\\d+)?)["\\\']' num_matches=0 ``` ``` [project] name = "a3s-high-adapter" version = "0.1.3" [tool.semantic_release] version_toml = ["pyproject.toml:project.version"] version_variable = [ "a3s-high-adapter/Chart.yaml:^version:...