golemfactory / concent-deployment

Scripts and configuration for Concent deployment
5 stars 8 forks source link

Choosing version of Blender image based on Golem's images.ini #231

Open cameel opened 6 years ago

cameel commented 6 years ago

Our Docker image for verifier (#90) is based on Golem's Blender image. Currently the version we use is hard-coded in containers/versions.yml. We check and update this version whenever we update Golem. We should always use the same version Golem does. We can automate it by it from apps/images.ini in Golem's repository.

Update containers/Makefile so that it reads version from this file and makes it available as a context variable when verifier's Dockerfile is rendered from a template.

PaweuB commented 6 years ago

Pivotal: https://www.pivotaltracker.com/story/show/160508593