Closed PastNullInfinity closed 5 years ago
I would vote for the first option (openJDK8) and have a separate issue about upgrading the Java version. I think it's mostly for Zap - so it's worth trying also to upgrade. Feel free to open a PR, I'll merge it.
I'm trying to spin my own version of glue, taken directly from the Dockerfile of the master branch (as of the time of writing the latest commit is
e774c1612da17ab42caf3bb22663fc3a92880e5
) instead of the DockerHub images, since there are some features that are still not in release yet.While building the image I've encountered the following error:
This is caused by the fact that the webupd8 PPA has been discontinued.
A fix would be to switch to openJDK8, or to change the requirements to a higher version of Java (which, depending on what versions of the java-dependent tools will be integrated in the next version, could be an option.)