Skip to content

Adds the ability of specifying a clingo version through --build-arg. - #1

Open
bramucas wants to merge 1 commit into
kdrakon:masterfrom
bramucas:specify_version
Open

Adds the ability of specifying a clingo version through --build-arg.#1
bramucas wants to merge 1 commit into
kdrakon:masterfrom
bramucas:specify_version

Conversation

@bramucas

Copy link
Copy Markdown

The user must provide a valid tag (from the clingo repository) via '--build-arg=tag_name'. If not provided, the Dockerfile will pull the master branch and build clingo from that.
On branch specify_version
Changes to be committed:
modified: Dockerfile
Defines the Dockerfile argument and builds the proper version based on its value.
modified: README.md
Defines a new section 'Specific versions of clingo' explaining the use of the new argument.

The user must provide a valid tag (from the clingo repository) via '--build-arg=tag_name'. If not provided, the Dockerfile will pull the master branch and build clingo from that.
On branch specify_version
Changes to be committed:
	modified:   Dockerfile
		Defines the Dockerfile argument and builds the proper version based on its value.
	modified:   README.md
		Defines a new section 'Specific versions of clingo' explaining the use of the new argument.
@bramucas

Copy link
Copy Markdown
Author

Thank you for the Dockerfile, it has been useful to me.

I thought it would be easier to specify versions by command line instead of modifying the Dockerfile directly.

Let me know what you think!
Cheers,
Brais.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant