dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

A collection of various dokerfiles

Results 4 dockerfiles issues
Sort by recently updated
recently updated
newest added

I noticed that the davical setup fails now using your latest container running davical 1.1.5 together with latest postgres which is version 10.3. I believe atleast davical version 1.1.6 is...

Issue: The currently published Docker container (https://hub.docker.com/r/janlo/pypi-mirror-bandersnatch/) doesn't start ``` Traceback (most recent call last): File "/home/user/bandersnatch-env/bin/bandersnatch", line 11, in load_entry_point('bandersnatch==2.0.0', 'console_scripts', 'bandersnatch')() File "/home/user/bandersnatch-env/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 561, in load_entry_point return...

Bandersnatch 2.0 requires Python 3.5, to support Python 3.5 we need debian Stretch

just a typo: I see several times a missing opening (or useless closing) quote errata `createuser -h "$POSTGRES_PORT_5432_TCP_ADDR" -p "$POSTGRES_PORT_5432_TCP_PORT" -U postgres" -W -P ` corrige `createuser -h "$POSTGRES_PORT_5432_TCP_ADDR" -p...