Skip to content

Unable to build a Ubuntu 5.0 image #576

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 5.0 image #576

fade2black opened this issue Nov 8, 2022 · 1 comment

Comments

@fade2black
Copy link

fade2black commented Nov 8, 2022

Unable to build a Ubuntu 5.0 image

To Reproduce

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

Expected behavior
Create a new image

Logs

....
#9 0.170 + + apt-key add -wget                                                                                                                                                                             
#9 0.170  -q -O - https://dl.google.com/linux/linux_signing_key.pub                                                                                                                                        
#9 0.238 Warning: apt-key output should not be parsed (stdout is not a terminal)                                                                                                                           
#9 0.579 OK
#9 0.589 + + echo deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
#9 0.589 tee /etc/apt/sources.list.d/google.list
#9 0.590 deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
#9 0.590 + apt-get update
#9 0.715 Get:1 http://dl.google.com/linux/chrome/deb stable InRelease [1811 B]
#9 0.737 Hit:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease
#9 0.744 Hit:3 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease
#9 0.744 Hit:4 http://archive.canonical.com/ubuntu focal InRelease
#9 0.772 Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
#9 0.811 Hit:6 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
#9 0.843 Hit:7 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
#9 0.862 Get:8 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1115 B]
#9 1.524 Fetched 2926 B in 1s (3298 B/s)
#9 1.524 Reading package lists...
#9 1.938 + apt-get install -y -qq google-chrome-stable
#9 2.463 E: Unable to locate package google-chrome-stable
------
executor failed running [/bin/sh -c set -ex     && wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add -     && echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | tee /etc/apt/sources.list.d/google.list     && apt-get update     && apt-get install -y -qq google-chrome-stable     && google-chrome --version]: exit code: 100

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