You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The linting checks in arizona-bootstrap include the Nu Html Checker (vnu-jar), which needs a Java environment to run. To standardize this in a way that works for local development as well as on GitHub actions. The Dockerfile includes this by lifting it from a pre-built standard OpenJDK Docker image, but this is now deprecated docker-library/openjdk#505
Conditions of satisfaction
Some other mechanism should include an actively maintained Java environment to support the vnu-jar checker.
The text was updated successfully, but these errors were encountered:
in our Dockerfile to lift just part of the old OpenJDK image, relying on both being based on Debian Bullseye. It's probably time to opt for something less fragile instead.
The linting checks in arizona-bootstrap include the Nu Html Checker (vnu-jar), which needs a Java environment to run. To standardize this in a way that works for local development as well as on GitHub actions. The Dockerfile includes this by lifting it from a pre-built standard OpenJDK Docker image, but this is now deprecated
docker-library/openjdk#505
Conditions of satisfaction
Some other mechanism should include an actively maintained Java environment to support the vnu-jar checker.
The text was updated successfully, but these errors were encountered: