Skip to content

use ubuntu22 image#660

Merged
gcharang merged 1 commit intodevfrom
fix-dockerhub-glibc
Jul 29, 2025
Merged

use ubuntu22 image#660
gcharang merged 1 commit intodevfrom
fix-dockerhub-glibc

Conversation

@smk762
Copy link
Copy Markdown

@smk762 smk762 commented Jul 29, 2025

Current output sent to dockerhub is faulty, as the GHA build environment runs-on: ubuntu-22.04, but the docker base image was set to run FROM ubuntu:20.04.

The result was the following errors on launching the images uploaded to dockerhub

komodo-cli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by komodo-cli)
komodo-cli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by komodo-cli)
komodo-cli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by komodo-cli)

By aligning the GHA build env and dockerfile base image, these errors will be avoided.

@smk762 smk762 requested review from DeckerSU and gcharang July 29, 2025 11:58
@gcharang gcharang merged commit 7e4bcc1 into dev Jul 29, 2025
3 checks passed
@gcharang gcharang deleted the fix-dockerhub-glibc branch July 29, 2025 12:07
Copy link
Copy Markdown

@DeckerSU DeckerSU left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those same changes are needed in the Dockerfile as well. You applied them only in Dockerfile.release, but the main Dockerfile is also based on ubuntu:20.04. To avoid potential issues, you need to update both files.

@gcharang gcharang restored the fix-dockerhub-glibc branch July 29, 2025 12:15
@gcharang
Copy link
Copy Markdown

@DeckerSU @smk762 #661

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.

3 participants