docker-httpie icon indicating copy to clipboard operation
docker-httpie copied to clipboard

use alpine linux to reduce image footprint

Open mathroc opened this issue 9 years ago • 2 comments

httpie is only availlable on alpine testing yet, so we need to use alpine:edge for now

$ docker images | grep http httpiealpine latest 928c14ebc275 About a minute ago 52.89 MB clue/httpie latest 9803e0722846 5 days ago 244.2 MB

closes #3

mathroc avatar Mar 03 '16 10:03 mathroc

@clue do you think you can merge this? it also fix an issue with SNI because it has a more recent python version (> 2.7.9)

mathroc avatar Apr 07 '16 09:04 mathroc

updated PR to simplify it a bit (size did not change significantly, clue/httpie: 207.6MB, with PR: 52.74 MB) /ping @clue

mathroc avatar Jun 08 '16 22:06 mathroc