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
my settings for a local rpm file in files/jdk-8u181-linux-x64.rpm was not working (Centos 7)
files/jdk-8u181-linux-x64.rpm
# which version? java_version: 8 # which subversion? java_subversion: 181 jdk_tarball_file: jdk-8u181-linux-x64 java_download_path: /tmp java_download_from_oracle: false java_remove_download: false java_set_javahome: true java_install_jce: false
I've fixed it by replacing:
java_subversion: 181
with
java_subversion: 181-amd64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
my settings for a local rpm file in
files/jdk-8u181-linux-x64.rpm
was not working (Centos 7)I've fixed it by replacing:
with
The text was updated successfully, but these errors were encountered: