yosifkit
yosifkit
> ```dockerfile > # Install gcloud etc > ``` That's where the problem likely lies. If `python3` is installed in those layers, then it will very likely conflict in weird...
Given some good solutions above I'll go ahead and close.
Considering that the problem is caused by configuration on the host (`DOCKER_DEFAULT_PLATFORM=linux/amd64`), I don't think this should be called out on a specific image's docs. The users' config/environment is overriding...
The instructions for password validation have changed from [`5.7`](https://dev.mysql.com/doc/mysql-secure-deployment-guide/5.7/en/secure-deployment-password-validation.html) to [`8.0`](https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-password-validation.html). So, it is much easier to turn it on, just run `INSTALL COMPONENT 'file://component_validate_password';` via SQL. With a `.sql`...
Agreed, closing as duplicate of #1058; see also https://github.com/docker-library/mysql/issues/1058#issuecomment-2105000516 and https://github.com/docker-library/official-images/issues/16829
1. `gosu` is not actually vulnerable to any of those CVEs: https://github.com/tianon/gosu/blob/a1f38cab3a132e996dc4972605ec91e8650d4859/SECURITY.md 2. No, it cannot be removed since it is used in the entrypoint to step down from `root`...
Closing issue; seems to be solved.
Closing old issue.
> Thank you! There aren't any multi-arch builds yet, is this a normal behavior? Yeah, different architectures build at different speeds, and they are added to the image index as...
Based on your description of the problem, I don't see how `tini` can operate within those limitations. I see a few alternative options: 1. make your process reap its own...