-
Notifications
You must be signed in to change notification settings - Fork 362
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
Cannot build an image with buildpack-deps:bionic
#1221
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
@yuvipanda, should it be here or at https://github.com/jupyterhub/repo2docker-action? |
Does this error occur all the time or does it fix itself after a few hours? Do you see the same error if you install and run repo2docker locally? |
Thanks for your reply, @manics! Indeed, looks like the issue was transient and disappeared after I restarted the CI job a couple of hours later. False alarm. Local builds passed that failing step. It's probably still worth considering a newer ubuntu tag as bionic will be EOL pretty soon. Are there plans to use a newer base image? |
There are several discussions but although it's an easy code change it's a big breaking change: |
Thanks for the insights, @manics! |
It's not possible to build an image with repo2docker due to the missing package repositories for ubuntu/bionic.
Bug description
This line causes errors while attempting to install packages with
apt-get
while building an image withrepo2docker
:repo2docker/repo2docker/buildpacks/base.py
Line 16 in b6098c0
Expected behavior
The CI build should succeed.
Actual behavior
How to reproduce
See the CI status at NSLS-II/scipy-binder#57.
Your personal set up
CI config of https://github.com/NSLS-II/scipy-binder.
The text was updated successfully, but these errors were encountered: