yosifkit
yosifkit
Were you running `9.0.1` previously? `latest` was updated from `9.0.1` to `9.1.0` just last week (https://github.com/docker-library/mysql/commit/b7333451d7be9f066e43f9612e6bbe3751e548f1 -> https://github.com/docker-library/official-images/pull/17721). Perhaps there is something in the changelog? https://dev.mysql.com/doc/relnotes/mysql/9.1/en/news-9-1-0.html
Closing old issue.
As far as I understand tomcat, we wouldn't want the `conf` directory writeable by the running user, since that could be a [security concern](https://www.stigviewer.com/stig/apache_tomcat_application_sever_9/2020-12-11/finding/V-222987). So, creating the configuration directories that...
> There is a PGP key associated to the zip file. Isn't that enough to validate that we got the right file ? That'd be easily in Linux, but Windows...
https://github.com/docker-library/bashbrew/blob/10343d331c8ea6e3ed289c613deb681abeb03381/cmd/bashbrew/docker.go#L299-L300 A little confused by the need for this change. Currently, the SBOM generator is set via `BASHBREW_BUILDKIT_SBOM_GENERATOR` in the environment, so an `export BASHBREW_BUILDKIT_SBOM_GENERATOR=...` should be enough to change...
Checking a freshly built `bashbrew` binary built with `golang:1.20-bullseye` (and then `govulncheck` in `golang:1.22-bookworm`): ```console root@4283178c24dd:/app# govulncheck -mode=binary ./bin/bashbrew === Symbol Results === Vulnerability #1: GO-2024-2887 Unexpected behavior from Is...
https://github.com/docker-library/official-images/pull/18435#issuecomment-2654277193: > The problem is that the `windows-2025` runner is too old to run the `mcr.microsoft.com/windows/servercore:ltsc2025` image released this week (https://github.com/actions/runner-images/issues/11582). It should be fine for our builds since we...
> https://github.com/yosifkit/fuzzy-octo-engine/actions/runs/13571858257 looks like we're good to go? 👀 Oh, yeah, I think the windows-2025 runner migration is close enough to fully migrated. There are 0-2 failures out of 60...
Friendly ping @rainviigipuu or @hsinilind. As the `php-zendserver` image maintainers, does this PR (removing EOL version of PHP zendserver) and https://github.com/docker-library/official-images/pull/17016 seem ok to you? Removing it here will remove...
On a side note, https://registry.npmjs.org/js-yaml has some embedded signatures that we may want to verify in the future: ```json "dist": { "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", "shasum": "aff151b30bfdfa8e49e05da22e7415e9dfa37847", "tarball": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", "fileCount": 37, "unpackedSize":...