Anna Sirota
a12ea33cbe
Revert everything except the pip fix and the branch flag
2021-03-18 10:52:16 +01:00
Anna Sirota
8a8d3f6d64
Install the right version of cryptography in another build.sh
2021-03-16 18:24:20 +01:00
Anna Sirota
0f5b2a4af2
Another pip install
2021-03-12 10:34:32 +01:00
9cd2853e49
Upgrade pip after building Python
2018-08-30 12:31:31 +02:00
57aeea337b
Switch from id --group id -g
...
This makes the script compatible with macOS.
2017-04-11 12:34:07 +02:00
2f6049edee
Docker images: renamed pillar_py:3.6 to armadillica/pillar_py:3.6
...
This allows us to push the Python image to Docker Hub.
2017-03-08 13:55:02 +01:00
e086862567
WIP: building mod_wsgi against Python 3.6
...
The module is included in the built Python directory, in
/opt/python/mod-wsgi/mod_wsgi.so
2017-03-08 12:32:54 +01:00
5ad9f275ef
Strip Python install, saves roughly 90 MB in final image size.
2017-03-07 23:01:19 +01:00
d7e4995cfa
WIP: more work on the docker structure, still not finished with 4_run
...
1_base: builds a base image, based on Ubuntu 16.10
2_buildpy: builds two images:
2a: an image that can build Python 3.6
2b: an image that contains the built Python 3.6 in /opt/python
3_buildwheels: builds an image to build wheel files, puts them in ../4_run
4_run: the production runtime image, which can't build anything and just runs.
2017-03-07 22:41:05 +01:00