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

Add docker support #26

Merged
merged 4 commits into from
Feb 8, 2024
Merged

Add docker support #26

merged 4 commits into from
Feb 8, 2024

Conversation

ishantiw
Copy link
Member

@ishantiw ishantiw commented Feb 7, 2024

What was the problem?

This PR resolves #25

How was it solved?

  • Add docker file
  • Add build script in makefile
  • Update pr workflow

How was it tested?

  • Run docker build -t faultdetector . or make docker-build
  • Run docker run faultdetector or make docker-run

@ishantiw ishantiw self-assigned this Feb 7, 2024
@ishantiw ishantiw force-pushed the 25-setup-docker branch 2 times, most recently from 5670cb3 to ff388ea Compare February 7, 2024 12:43
config.yaml Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
Copy link
Member

@sameersubudhi sameersubudhi left a comment

Choose a reason for hiding this comment

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

LGTM overall 👍

Makefile Outdated Show resolved Hide resolved
@ishantiw ishantiw force-pushed the 25-setup-docker branch 2 times, most recently from 8b1c3e0 to a6e1b0c Compare February 7, 2024 15:51
Copy link
Member

@sameersubudhi sameersubudhi left a comment

Choose a reason for hiding this comment

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

LGTM by functionality 👍
We could optionally add documentation to the Makefile using somthing like: https://github.com/Songmu/make2help in #24.

@ishantiw ishantiw merged commit c329aee into main Feb 8, 2024
1 check passed
@ishantiw ishantiw deleted the 25-setup-docker branch February 8, 2024 16:34
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.

Setup docker file
3 participants