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

issue during ./build.sh #1

Open
fprasx opened this issue Jan 17, 2024 · 0 comments · May be fixed by #2
Open

issue during ./build.sh #1

fprasx opened this issue Jan 17, 2024 · 0 comments · May be fixed by #2

Comments

@fprasx
Copy link

fprasx commented Jan 17, 2024

During the first build in ./build.sh (building the builder I believe), I get the following error:

#9 5.095 Enter a number (default=1): error: invalid number: y
#9 5.095
#9 5.095 Enter a number (default=1): error: invalid number: y
#9 5.095
#9 5.095 Enter a number (default=1): error: invalid number: y
#9 5.095
#9 5.095 Enter a number (default=1): e
#9 5.095 [output clipped, log limit 200KiB/s reached]

resulting from this step:

#9 [2/6] RUN yes | pacman -Syu

It appears like some package is asking for a number during the package syncing.

Here is the full error output:

========= Build builder image ==========
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 162B done
#1 DONE 0.0s

#2 [internal] load build definition from builder.Dockerfile
#2 transferring dockerfile: 745B done
#2 DONE 0.0s

#3 resolve image config for docker.io/docker/dockerfile:1-experimental
#3 DONE 0.2s

#4 docker-image://docker.io/docker/dockerfile:1-experimental@sha256:600e5c62eedff338b3f7a0850beb7c05866e0ef27b2d2e8c02aa468e78496ff5
#4 CACHED

#5 [internal] load build definition from builder.Dockerfile
#5 DONE 0.0s

#6 [internal] load .dockerignore
#6 DONE 0.0s

#7 [internal] load metadata for docker.io/library/archlinux:latest
#7 DONE 0.1s

#8 [1/6] FROM docker.io/library/archlinux@sha256:fed6efe803e79d94544f93607e4afec1056cfd9bee5744c965eec0944624d81f
#8 CACHED

#9 [2/6] RUN yes | pacman -Syu
#9 0.286 :: Synchronizing package databases...

I'm building on Ubuntu 22.04.01, let me know if other information would be helpful.

@fprasx fprasx linked a pull request Jan 18, 2024 that will close this issue
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 a pull request may close this issue.

1 participant