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

Create an edge-tag #1

Closed
jwanglof opened this issue May 11, 2016 · 5 comments
Closed

Create an edge-tag #1

jwanglof opened this issue May 11, 2016 · 5 comments

Comments

@jwanglof
Copy link

Hey! Thanks for this base-image, saves me some trouble =)
I was just wondering if you can add an edge-tag for the image as well as latest?
Thanks!

@frol
Copy link
Member

frol commented May 11, 2016

Hmm, that is actually a good idea. I will push edge images tomorrow.

@frol
Copy link
Member

frol commented May 12, 2016

I'm sorry, I was too busy today to do this. What is your use-case for having edge image as a base? You can always add edge repo on the next layer to use experimental packages without any restrictions.

@jwanglof
Copy link
Author

No worries =)
I need edge because py-psycopg2 doesn't exist in the community/main-repo and I couldn't add the edge-repo for some reason

@frol
Copy link
Member

frol commented May 13, 2016

/ # apk add --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --no-cache py-psycopg2
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.3/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.3/community/x86_64/APKINDEX.tar.gz
(1/3) Installing py-egenix-mx-base (3.2.9-r0)
(2/3) Installing libpq (9.5.2-r1)
(3/3) Installing py-psycopg2 (2.6.1-r0)
OK: 61 MiB in 24 packages

Everything seems to be fine. You can also install psycopg2 via pip: Docker-Hub-frolvlad/docker-alpine-python3#1

@jwanglof
Copy link
Author

Strange, guess it failed to add the repo or something. I'll close this issue since it can be fixed with the current version =)
Thanks for looking into it!

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

No branches or pull requests

2 participants