adoptium / containers

Repo containing the dockerfiles and scripts to produce the official eclipse-temurin containers.
https://hub.docker.com/_/eclipse-temurin/
Apache License 2.0
216 stars 93 forks source link

Correct docker templates entrypoint symlink #471

Closed tinours closed 8 months ago

tinours commented 9 months ago

Solve error in sanity.sh

The symlink docker_templates/scripts/entrypoint.ubuntu.sh was targetting an non existant docker_templates/scripts/entrypoint.alpine.sh

I correct it to docker_templates/scripts/entrypoint.alpine-linux.sh

tinours commented 9 months ago

Need for merge request #470 Because generate_dockerfiles.py script do not work with any ubuntu releases.

gdams commented 8 months ago

@tinours can you please remove the extra Ubuntu change from this PR and I'll merge it