Create rolling releases using the Gitlab API. (#171)
* Create rolling releases using the Gitlab API. This commit builds rolling releases of Container images using the latest commit on master branch if the pipeline passed for it. The script which gets the references is still un-tested and should be tested. The latest commit hashes are passed as arguments to the Dockerfile, which is then used by PIP to install the specific version of the dependency.
This commit is contained in:
@@ -14,7 +14,7 @@ RUN set -ex \
|
||||
&& apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers \
|
||||
postgresql-dev mariadb-dev \
|
||||
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
|
||||
postgresql-client mysql-client py-mysqldb \
|
||||
postgresql-client mysql-client py-mysqldb curl \
|
||||
&& pip install -U mailmanclient==3.1.1 \
|
||||
postorius==1.1.0 \
|
||||
hyperkitty==1.1.4 \
|
||||
|
||||
Reference in New Issue
Block a user