Craig Andrews

Results 125 issues of Craig Andrews

Using Python 3.12 as the base for docker images **By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.** [//]:...

Add OCI image annotations to images > These annotations are useful for people to manual use as well as for use by tools. For example, Snyk uses them in its...

**Description** I'd love to see [OCI image annotations](https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys) added to the `gcr.io/projectsigstore/cosign` images (including the `-dev` ones). These annotations are useful for people to use manually and for use by...

enhancement

These annotations are useful for people to use manually and for use by tools. For example, Snyk uses them in its UI and Renovate uses them to find release notes....

**Describe the bug** The dependencies provided by `go version -m vault` indicate the wrong vault dependency version. This causes tools, such as Trivy, to be unable to determine what version...

bug
release/build
dependencies

I have an application that is working with Spring Boot 3.4.0, but with 3.4.1, I get an unexpected exception: `org.springframework.expression.EvaluationException: Calling method 'containsBean' is forbidden for type 'class org.springframework.web.context.support.GenericWebApplicationContext' in...

needs triage

With version 6.0.0, when running the `sonarlintMain` task, execution fails with this output: ``` $ ./gradlew sonarlintMain > Task :sonarlintMain FAILED FAILURE: Build failed with an exception. * What went...

Systems configured to disallow running images as root aren't able to run images that use a username string value for the `USER` because they can't validate that a username isn't...

Guard against `getNetworkSettings()` and `getNetworks()` returning null Fixes #3934

When an HTTP request fails, the status code and description is logged/output. That description currently is derived by mapping the status code to a predefined mapping of messages. This change...