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

chore: Add Dockerfile for docker #72

Merged
merged 1 commit into from
Jul 15, 2019
Merged

Conversation

gaocegege
Copy link
Contributor

Signed-off-by: Ce Gao gaoce@caicloud.io

What this PR does / why we need it:

Add your description

Which issue(s) this PR is related to (optional, link to 3rd issue(s)):

Fixes #

Reference to #

Special notes for your reviewer:

/cc @your-reviewer

Release note:

NONE

Signed-off-by: Ce Gao <gaoce@caicloud.io>
@caicloud-bot caicloud-bot added release-note-none Denotes a PR that doesn't merit a release note. caicloud-cla: yes Indicates the PR's author has not signed the Caicloud CLA. labels Jul 11, 2019
Copy link
Contributor Author

@gaocegege gaocegege left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/assign @ddysher

@caicloud-bot caicloud-bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jul 11, 2019
@coveralls
Copy link

coveralls commented Jul 11, 2019

Pull Request Test Coverage Report for Build 60

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 87.5%

Totals Coverage Status
Change from base Build 58: 0.0%
Covered Lines: 357
Relevant Lines: 408

💛 - Coveralls

1 similar comment
@coveralls
Copy link

Pull Request Test Coverage Report for Build 60

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 87.5%

Totals Coverage Status
Change from base Build 58: 0.0%
Covered Lines: 357
Relevant Lines: 408

💛 - Coveralls

Copy link
Member

@ddysher ddysher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need this? any linked issue or background?

COPY --from=runc /usr/bin/runc /usr/bin/runc
COPY --from=build-env /usr/bin/kubeflow-kernel /usr/bin/kubeflow-kernel

COPY ./hack/config.yaml /etc/ciao/config.yaml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be ./hack/k8s.config.yaml?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This issue is to provide a docker-native way to run ciao. k8s.config.yaml works for kubernetes but not work for docker. Users running ciao in Docker should provide the kubeconfig, and k8s.config.yaml does not set it.

It is a quick fix for it.

@ddysher
Copy link
Member

ddysher commented Jul 15, 2019

/lgtm

@caicloud-bot caicloud-bot added the lgtm Indicates that a PR is ready to be merged. label Jul 15, 2019
@caicloud-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ddysher

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@caicloud-bot caicloud-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 15, 2019
@caicloud-bot caicloud-bot merged commit 87d7498 into caicloud:master Jul 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. caicloud-cla: yes Indicates the PR's author has not signed the Caicloud CLA. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants