Skip to content
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

Fix broken master by upgrading JRE to 17 #1030

Merged

Conversation

BewareMyPower
Copy link
Contributor

Motivation

The master branch is broken:

E: Package 'openjdk-11-jre-headless' has no installation candidate
The command '/bin/sh -c apt-get update && apt-get install -y openjdk-11-jre-headless ca-certificates' returned a non-zero code: 100
make: *** [Makefile:41: container] Error 100

See https://github.com/apache/pulsar-client-go/actions/runs/5274623023/jobs/9543594971?pr=1029

It's because the latest golang image does not have the openjdk-11-jre-headless

Modifications

Install openjdk-17-jre-headless instead.

@tisonkun tisonkun merged commit 6acecf0 into apache:master Jun 16, 2023
6 checks passed
@BewareMyPower BewareMyPower deleted the bewaremypower/fix-broken-master branch June 16, 2023 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants