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

feat(docker): add dockerfile and ci workflow for control plane #2212

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

glimchb
Copy link
Contributor

@glimchb glimchb commented Jan 9, 2024

Issues Resolved by this Pull Request

Fixes #2211

Description of the Solution

Adding dockerfile with dependencies for control plane.
Adding ci/cd pipeline to test docker can be built and pushed.

To build the docker:

docker build -t omnia:latest .

To run the docker:

docker run --rm -it -v `pwd`:/app -w /app omnia:latest provision/prepare_cp.yml

Suggested Reviewers

@sujit-jadhav @j0hnL

@glimchb glimchb changed the base branch from main to devel January 11, 2024 15:44
@glimchb glimchb force-pushed the docker branch 2 times, most recently from 6426d0e to 2e6c0c4 Compare January 12, 2024 16:30
Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
@sujit-jadhav sujit-jadhav merged commit 0de707c into dell:devel Jan 12, 2024
3 checks passed
@glimchb glimchb deleted the docker branch January 12, 2024 16:43
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.

Add dockerfile for control plane
2 participants