Skip to content

Unable to build a Ubuntu 4.0 image #577

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
fade2black opened this issue Nov 8, 2022 · 1 comment
Closed

Unable to build a Ubuntu 4.0 image #577

fade2black opened this issue Nov 8, 2022 · 1 comment

Comments

@fade2black
Copy link

fade2black commented Nov 8, 2022

Unable to build a Ubuntu 4.0 image

To Reproduce

$ git clone https://github.com/aws/aws-codebuild-docker-images.git
$ cd aws-codebuild-docker-images
$ cd ubuntu/standard/4.0
$ docker build -t aws/codebuild/standard:4.0 .

Expected behavior
Create a new image

Logs

....
#7 56.36 + rm /root/FirefoxSetup.tar.bz2
#7 56.38 + firefox --version
#7 56.39 qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
------
executor failed running [/bin/sh -c set -ex     && apt-add-repository -y "deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner"     && apt-add-repository -y ppa:malteworld/ppa && apt-get update     && apt-get install -y -qq libgtk-3-0 libglib2.0-0 libdbus-glib-1-2 libdbus-1-3 libasound2     && wget -qO ~/FirefoxSetup.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64"     && tar xjf ~/FirefoxSetup.tar.bz2 -C /opt/     && ln -s /opt/firefox/firefox /usr/local/bin/firefox     && rm ~/FirefoxSetup.tar.bz2     && firefox --version]: exit code: 255

Platform:

  • OS: Apple M1 Pro, 16 GB, Ventura 13.0

🙄🙄🙄🙄

@subinataws
Copy link
Contributor

Thanks for reporting the issue. Resolving to track in #575 instead.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants