Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

Allow configurable image_identifier #45

@fonglh

Description

@fonglh
def create_container(image)
    image_identifier = "coursemology/evaluator-image-#{image}"
    Coursemology::Evaluator::DockerContainer.create(image_identifier, argv: container_arguments)
  end

image_identifier is hardcoded to coursemology/evaluator-image-
Allow it to be configured through a command line option or environment variable so custom Dockerhub repositories can be used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions