Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker updates to support cake! #1988

Merged
merged 2 commits into from
Jan 20, 2017
Merged

Docker updates to support cake! #1988

merged 2 commits into from
Jan 20, 2017

Conversation

mathuin
Copy link
Contributor

@mathuin mathuin commented Jan 16, 2017

The new build system introduces some minor changes:

  • New commands are required to build the software.
  • The binaries are stored in different places.

The previous version of this Dockerfile was using the wrong binary!

As a bonus, the configuration setting has been abstracted out as
a build argument. To build CKAN in the Debug config, use this command:

$ docker build --build-arg config=Debug -t ckan-debug .

To use this container, a command line like this will be required:

$ docker run --rm -v ${KSPDIR}:/kspdir ckan-debug install MechJeb

The default configuration setting is Release.

dbent and others added 2 commits January 15, 2017 10:26
The new build system introduces some minor changes:
* New commands are required to build the software.
* The binaries are stored in different places.

The previous version of this Dockerfile was using the wrong binary!

As a bonus, the configuration setting has been abstracted out as
a build argument.  To build CKAN in the Debug config, use this command:

$ docker build --build-arg config=Debug -t ckan-debug .

To use this container, a command line like this will be required:

$ docker run --rm -v ${KSPDIR}:/kspdir ckan-debug install MechJeb

The default configuration setting is Release.
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.

3 participants