We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix CVE's brought in by maven install in Dockerfile. We could use rh-maven package if appropriate
ARG MAVEN_VERSION=3.6.1 ARG MAVEN_URL=https://archive.apache.org/dist/maven/maven-3/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.tar.gz
CVE's reposted in quay.io here:
https://quay.io/repository/rht-labs/stacks-node-rhel7-ansible
Also, we could question the need for maven ... ultimately we need java in the image for testing (selenium dependency) but mvn is nice to have ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fix CVE's brought in by maven install in Dockerfile. We could use rh-maven package if appropriate
CVE's reposted in quay.io here:
Also, we could question the need for maven ... ultimately we need java in the image for testing (selenium dependency) but mvn is nice to have ?
The text was updated successfully, but these errors were encountered: