This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/buildman
Joseph Schorr 86ec24470b Force Docker onto overlay2
Both btfs and overlay file systems suffer a very strange bug when executing the following Dockerfile:

```
FROM alpine

RUN mkdir lch

COPY . lch/
COPY requirements.txt lch/requirements.txt
COPY ./requirements/ lch/requirements/

ENTRYPOINT ["/docker-entrypoint.sh"]
```

It fails on the last `COPY` line, due to the presence of the `COPY . lch/` call. Unknown as to why, but moving to the new filesystem fixes things.
2017-11-14 19:23:15 -05:00
..
component Fix parsing of Dockerfile steps in newer versions of Docker 2017-10-05 16:47:47 -04:00
jobutil Build job does not have a request context when calling get_file_url 2017-10-06 12:57:02 -04:00
manager Also delete the job key when expiring a job 2017-10-11 15:55:35 -04:00
qemu-coreos Break QEMU image cache to update vulns 2017-04-03 14:56:15 -04:00
templates Force Docker onto overlay2 2017-11-14 19:23:15 -05:00
__init__.py WIP: Start implementation of the build manager/controller. This code is not yet working completely. 2014-11-11 18:23:15 -05:00
asyncutil.py Make the redis client use AsyncWrapper and coroutines 2016-11-18 15:59:14 -05:00
builder.py Add exception logging to the build manager 2015-09-30 15:49:35 -04:00
enums.py Send the correct phase when setting the phase from job_complete 2016-09-30 21:26:45 +02:00
MAINTAINERS MAINTAINERS: init owners to subpkgs 2017-01-23 17:46:34 -05:00
server.py Fix removal of component from session factory 2017-02-23 17:15:47 -05:00