Skip to content

Allow for building Dockerfiles from develop branch of Gaffer #356

Open
@GCHQDeveloper314

Description

@GCHQDeveloper314

It would be good to support building images directly from the develop branch of Gaffer.
Originally posted by @GCHQDeveloper314 in #325 (comment)

This isn't possible because the GAFFER_VERSION ARG needs to be both a valid Gaffer version (for copying JAR files) and also a branch name.

git checkout ${GAFFER_VERSION} || git checkout gaffer2-${GAFFER_VERSION} && \

if [ ! -f "/jars/accumulo-store-${GAFFER_VERSION}-iterators.jar" ]; then \

Metadata

Metadata

Assignees

No one assigned

    Labels

    DockerIssue related to the Docker side of the projectenhancementImprovement to existing functionality/feature

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions