Docker: new release or build instructions

Hello,

I was wondering when there will be a new release. I’m trying to use agola in my new dev environment, but the error fixed by pull #249 prevents the usage behind my reverse proxy (traefik must set strict CSP in my environment).

if you’re not planning to do a release in the near future, how can I build the docker container myself with the patch?

Kind regards
M1k3y

Hello,

waiting for the new release you can build your own updated image from source:

$ git clone https://github.com/agola-io/agola.git
$ cd agola
$ docker pull sorintlab/agola-web:v0.5.0
$ docker tag sorintlab/agola-web:v0.5.0 agola-web
$ make docker-agola
<...>
Successfully tagged agola:latest

For more information about that check Makefile, Dockerfile and doc/devel.md files in the project dir.

1 Like