Docker-Hub-frolvlad / docker-alpine-python2

The smallest Docker image with Python 2.7 (~50MB)

Home Page:https://hub.docker.com/r/frolvlad/alpine-python2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create an edge-tag

jwanglof opened this issue · comments

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!

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

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.

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

/ # 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

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!