Skip to content
Snippets Groups Projects
Commit ef44b546 authored by Markus Thoemmes's avatar Markus Thoemmes Committed by Rodric Rabbah
Browse files

Make image prefix configurable.

Adds a new parameter to docker.gradle `dockerImagePrefix` which specifies the PREFIX part in the following format: {REGISTRY}/{PREFIX}/{IMAGE}:{TAG}. This used to be hardcoded to "whisk", e.g. whisk/controller.

Implements a parameter for ansible to pull an image prefixed by "docker_image_prefix" (PREFIX in the following format): {REGISTRY}/{PREFIX}/{IMAGE}:{TAG}. Was previously hardcoded as "whisk".

Writes the parameter into whisk.properties and makes the invoker pick it up for spawning containers.

Add different tag in travis to flesh out problems.
parent e07955e8
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 42 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment