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

Rebuild EIB v1.0.2 and got error when using it #537

Open
erpz22 opened this issue Aug 20, 2024 · 4 comments
Open

Rebuild EIB v1.0.2 and got error when using it #537

erpz22 opened this issue Aug 20, 2024 · 4 comments
Assignees

Comments

@erpz22
Copy link

erpz22 commented Aug 20, 2024

When we git clone the project and checkout v1.0.2 then ran podman build we got a successful eib docker image, then we use it to run it to validate image-config.yaml, the following error popup, when I changed "opensuse/leap:15.5" to "opensuse/leap:15.6" it works. We did rebuild the EIB tools before and not have those error, so it is kind of error need to be fixed? or we should always use the latest code(that does not make sense)?

errors:
/bin/eib: /lib64/libc.so.6: version GLIBC_2.38' not found (required by /bin/eib) /bin/eib: /lib64/libc.so.6: version GLIBC_2.33' not found (required by /bin/eib)
/bin/eib: /lib64/libc.so.6: version GLIBC_2.32' not found (required by /bin/eib) /bin/eib: /lib64/libc.so.6: version GLIBC_2.34' not found (required by /bin/eib)

@atanasdinov
Copy link
Contributor

Thanks for reporting this. It's basically the same issue as #483, however, we didn't fix it in the v1.0 branch as we're only using that Dockerfile for dev purposes.

Is there any reason you aren't using the container image we list in the README registry.opensuse.org/isv/suse/edge/edgeimagebuilder/containerfile/suse/edge-image-builder:1.0.2?

@erpz22
Copy link
Author

erpz22 commented Aug 20, 2024

Thanks for reporting this. It's basically the same issue as #483, however, we didn't fix it in the v1.0 branch as we're only using that Dockerfile for dev purposes.

Is there any reason you aren't using the container image we list in the README registry.opensuse.org/isv/suse/edge/edgeimagebuilder/containerfile/suse/edge-image-builder:1.0.2?
The reason to rebuild EIB is to use a newer hauler to build ISO to fix another issue #531

@jdob jdob self-assigned this Aug 20, 2024
@jdob jdob closed this as completed Aug 20, 2024
@jdob jdob reopened this Aug 20, 2024
@jdob
Copy link
Contributor

jdob commented Aug 20, 2024

In case you saw my previous comment that I deleted, ignore it, I misread the issue :)

I'll get the go image version fix backported into the release-1.0 branch. Based on what we saw in #483, I'm going to start testing with the 1.22-1.11.6 version of the image. If you want to take a look at it before I get the fix in, you can try replacing the second line of the Dockerfile with:

FROM registry.suse.com/bci/golang:1.22-1.11.6

@jdob
Copy link
Contributor

jdob commented Aug 20, 2024

When #538 lands, using the release-1.0 branch should build successfully.

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

No branches or pull requests

3 participants