Closed pluralistix closed 1 year ago
This issue was first raised in #530. A fix is pending and will be included in an upcoming release.
This is resolved as of the 2023.2.20231113 release.
should this work?
RUN dnf -y install java-21-amazon-corretto-headless
cause im getting:
#0 0.584 No match for argument: java-21-amazon-corretto-headless
#0 0.592 Error: Unable to find a match: java-21-amazon-corretto-headless
@dss010101 Yes, but it didn't exist in older AL2023 releases. Make sure you're running on a newer AMI, or passing a current --releasever=
, e.g.
dnf --releasever=2023.2.20231113 install java-21-amazon-corretto-headless
Describe the bug ATM it is not possible to install
java-17-amazon-corretto-devel
andjava-21-amazon-corretto-devel
at the same time (next to each other), asdnf install
fails.To Reproduce
Expected behavior Both packages can be installed and can coexist.
Additional context Installing an "older" version of either the JDK 17 works. e.g.