-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
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
Bump fedora from 36 to 40 in /linux/jre/redhat/src/main/packaging #878
Bump fedora from 36 to 40 in /linux/jre/redhat/src/main/packaging #878
Conversation
Bumps fedora from 36 to 40. --- updated-dependencies: - dependency-name: fedora dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
39 would be enough, but should be done |
…n/packaging/fedora-40
Seems that the newer version of wget doesn't support |
Is there option to repalce afected wgets by curl? |
yeah feel free to raise a PR, we need to change all the instances of this code that installs |
Ouch
…--
Mgr. Jiri Vanek
***@***.***
---------- Původní e-mail ----------
Od: George Adams ***@***.***>
Komu: adoptium/installer ***@***.***>
Kopie: judovana ***@***.***>, Comment ***@***.***>
Datum: 29. 4. 2024 10:24:18
Předmět: Re: [adoptium/installer] Bump fedora from 36 to 40 in /linux/jre/
redhat/src/main/packaging (PR #878)
"
"
Is there option to repalce afected wgets by curl?
"
yeah feel free to raise a PR, we need to change all the instances of this
code that installs gosu. https://github.com/adoptium/installer/blob/5cfd4548
dcfc2960fc6232b9bdf278fa201211a1/linux/jdk/redhat/src/main/packaging/
Dockerfile#L13C1-L18C24
(https://github.com/adoptium/installer/blob/5cfd4548dcfc2960fc6232b9bdf278fa201211a1/linux/jdk/redhat/src/main/packaging/Dockerfile#L13C1-L18C24)
—
Reply to this email directly, view it on GitHub
(#878 (comment)), or
unsubscribe
(https://github.com/notifications/unsubscribe-auth/AAWFCS3ELY76NJNCLFTSCQDY7X7SZAVCNFSM6AAAAABG2Z7E2KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBSGE2DANRQGQ)
.
You are receiving this because you commented. Message ID: <adoptium/
***@***.***>
"
|
Tehn maybe |
Looking at the gosu docs the other super simple approach is to just do |
on f40
|
jsut for record it is |
Note that the |
okay so do I want to |
Unluckily no. And definitely do not try to install wget1. I was jsut highlighting that a rework of wget - wget2, made it to stable fedora release. I thinnk the best change would be to use just On wget1 the |
I'm seeing this:
I think I'm going to opt for the docker option as it's simpler for us: COPY --from=tianon/gosu /gosu /usr/local/bin/ |
065c4ce
to
5bc6980
Compare
5bc6980
to
d38fad3
Compare
I'm container dummy, but the |
no it copies it from the upstream published |
Right. but it works, and progress is nicely written. The |
Ah. Ii did not know that constructy. TYVM! Looks awesome then. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Bumps fedora from 36 to 40.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)