CrazyMax

Results 1192 comments of CrazyMax

Hum that's odd, https://github.com/crazy-max/ghaction-virustotal/pull/127 should have fixed this. Did you check your VirusTotal Monitor bucket is not full? cc @xjin-splunk

Nevermind, this is not implemented for VirusTotal Monitor: https://github.com/crazy-max/ghaction-virustotal/blob/c61a849af78fb8f96d9813dd35ca6ee78c3dde79/src/virustotal.ts#L66-L92

> Any updates on this? Or is this a dead project? I instantly ran into 2 open issues. #160 I can work around by listing all the files individually, but...

This is an open source project, contribs are welcomed.

I have created a simple mirror of Artifactory Docker images taken from JFrog Docker Registry and push to Docker Hub and Quay if you are interested : https://github.com/crazy-max/docker-artifactory

> I didn't get past the first commit. There are so many behaviour changes to the `hack/make` scripts which have nothing to do with the PR description _or commit message_....

Opened https://github.com/docker/docker-ce-packaging/pull/801 to check if packaging is still working with this PR.

You could build the image using the OCI exporter and set `annotation.=` attribute: https://docs.docker.com/build/exporters/oci-docker/#annotations

Be careful, a `label` is not an OCI annotation and will not be seen as such. But yeah with Docker image media type that's the only way to set these.

@tonistiigi Hum the busybox image issue is back when testing with containerd integration: * https://github.com/moby/moby/actions/runs/4078887856/jobs/7029766534#step:9:2899 * https://github.com/moby/moby/actions/runs/4078887856/jobs/7029767053#step:9:6092 @rumpl @vvoland Needs to take a closer look but I wonder if registry...