yosifkit
yosifkit
```Dockerfile FROM eclipse-temurin:17.0.10_7-jre-alpine ``` Unless you want to update the image on every `eclipse-temurin:17.*` minor update, we recommend using a more generic like `eclipse-temurin:17-jre-alpine` so that we can automatically rebuild...
Hello! :sparkles: Thanks for your interest in contributing to the official images program. :thought_balloon: As you may have noticed, we've usually got a pretty decently sized queue of new images...
Here is a first pass review. There might be other required changes, but I wanted to share these to lessen the wall of text. --- ```dockerfile && if [ -n...
In `gradle:jdk-21-and-22-jammy` and `-alpine` the Dockerfiles set `JAVA_LTS_HOME`, but that path is non-existent in the base images, and I don't see a symlink created. Was it supposed to just point...
If you wanted to condense it a little, you could combine the `FROM` and the `COPY`, but it is fine either way. ```diff -FROM eclipse-temurin:22-jdk-alpine AS java_current - FROM eclipse-temurin:21-jdk-alpine...
How can we get the `notary` images to use more up to date base images than `golang:1.19-alpine3.16` and `alpine:3.16`? (the cause of the failing "naughty" test) Both of them are...
Background: >Tags in the [official-images] library file[s] are only built through an update to that library file or as a result of its base image being updated (ie, an image...
Unfortunately adding more variants of PHP is not something we want to support and maintain. Full build time of what we already have is around 2-3 hours (on each architecture)....
I have a PR for this, https://github.com/docker-library/mongo/pull/600, but wasn't certain if it was good enough. Related to https://github.com/docker-library/mongo/issues/509
As far as tag structure, we don't have any rules written down. We generally drop the text "`latest`" from being in any other tag, since it is just repetitive. `latest`...