Brett Randall be1413fb02 Changed Dockerfile to resolve deps using pipenv/Pipefile(.lock) before pip3->setup.py for httpbin.
Also added Pipfile(.lock) prior to the remaining source, improving Docker image cacheability.

Git is also required to fetch pyyaml.

This results in more deterministic and reproducible image builds, since httpbin dependencies
are installed using locked versions from Pipfile.lock before httpbin is itself installed.

Fixed #493.
2018-10-26 08:40:54 +11:00
2018-07-04 11:25:57 -04:00
2018-10-24 16:12:30 +11:00
2017-03-19 21:44:32 -04:00
2018-05-17 17:57:51 -05:00
2017-03-16 15:55:22 -04:00
fix
2018-07-04 10:57:40 -04:00
2018-07-04 11:25:57 -04:00
2018-07-04 11:25:57 -04:00
2018-07-04 12:02:43 -04:00
2018-07-04 12:02:43 -04:00
2018-10-24 16:12:30 +11:00

httpbin(1): HTTP Request & Response Service

A Kenneth Reitz Project.

ice cream

Run locally:

docker pull kennethreitz/httpbin
docker run -p 80:80 kennethreitz/httpbin

See http://httpbin.org for more information.

Officially Deployed at:

SEE ALSO

Build Status

Build Status

S
Description
No description provided
Readme ISC 904 KiB
Languages
Python 77.4%
HTML 22.2%
Dockerfile 0.4%