Emma Sax

Results 31 comments of Emma Sax

I agree it is a usage issue, since it seems to work on your codepen and in their docs. But I will start a Q&A discussion. EDIT: https://github.com/orgs/twbs/discussions/39482

Typescript is also not my forte, but is your pseudo code assuming that it's only removing multi-arch packages that are untagged? Because if somebody was running it to keep only...

> @emmahsax No, #191 is about conditions order inside a policy, not policies order. Okay. I just glanced briefly, not in detail... just saw they were both ordering issues.

I think this issue may be fixed in the latest version. This is what I ran on my K8s: ```bash # Install cert-manager helm repo add jetstack https://charts.jetstack.io helm repo...

> We are still seeing this in v0.27.0 Then it must be some combination of other versioning issues, such as maybe K8s cluster version, or chart version or something. I...

We are using Kubernetes 1.24 with AWS EKS.

I have also been working on https://github.com/emmahsax/action-ghcr-prune. This is call-able like this: ```yml jobs: delete-old-packages: runs-on: ubuntu-latest steps: # Delete all tagged packages except `latest` and the last other 5...

@daltonv To clarify, your modification is such that we wouldn't have to tidy up untagged _and_ tagged images. Instead, we should change our code to simply delete any tagged image,...

I ended up expanding on what @daltonv worked with even further. I adjusted @daltonv's code so that it worked with my images, and then I made it so that when...

Yeah, I definitely built the version I did solely for the projects that I wanted to manage. Sometime soon, maybe I'll work to try to make another PR on my...