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

docs: redirect users to use make targets on builds #1990

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

beraldoleal
Copy link
Member

Current dockerfiles are not ready to build directly from the folder. Builder is broken as also depends on .git and .hack folders. Make targets are working, so lets redirect our readers to use those targets.

We can improve the targets as needed and this will be transparant for the readers.

Copy link
Member

@bpradipt bpradipt left a comment

Choose a reason for hiding this comment

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

/lgtm

Copy link
Member

@stevenhorsman stevenhorsman left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@beraldoleal
Copy link
Member Author

@wainersm thanks for your comment, I fixed the main one with a force-push. let me know if you are ok with it now.

@stevenhorsman
Copy link
Member

@wainersm @beraldoleal - FYI I'm think of doing the same change as this for the podvm_builder as well (to redirect people to use the make target rather than running the dockerfile directly and specifying all the versions.

Current dockerfiles are not ready to build directly from the folder.
Builder is broken as also depends on .git and .hack folders. Make
targets are working, so lets redirect our readers to use those targets.

We can improve the targets as needed and this will be transparant for
the readers.

Signed-off-by: Beraldo Leal <[email protected]>
stevenhorsman added a commit to stevenhorsman/cloud-api-adaptor that referenced this pull request Aug 15, 2024
Similar to confidential-containers#1990, update the podvm_builder documentation
to use the `make` command, rather than the docker file directly
to hide the complexity and allow the versions to be picked
up automatically

Signed-off-by: stevenhorsman <[email protected]>
@bpradipt bpradipt requested a review from wainersm August 20, 2024 06:29
stevenhorsman added a commit to stevenhorsman/cloud-api-adaptor that referenced this pull request Aug 27, 2024
Similar to confidential-containers#1990, update the podvm_builder documentation
to use the `make` command, rather than the docker file directly
to hide the complexity and allow the versions to be picked
up automatically

Signed-off-by: stevenhorsman <[email protected]>
@bpradipt
Copy link
Member

bpradipt commented Sep 5, 2024

@stevenhorsman @beraldoleal can we merge this ?

stevenhorsman added a commit to stevenhorsman/cloud-api-adaptor that referenced this pull request Sep 5, 2024
Similar to confidential-containers#1990, update the podvm_builder documentation
to use the `make` command, rather than the docker file directly
to hide the complexity and allow the versions to be picked
up automatically

Signed-off-by: stevenhorsman <[email protected]>
@stevenhorsman
Copy link
Member

@stevenhorsman @beraldoleal can we merge this ?

Yeah, I happy with that.

@bpradipt bpradipt merged commit 0caf68b into confidential-containers:main Sep 6, 2024
20 checks passed
stevenhorsman added a commit to stevenhorsman/cloud-api-adaptor that referenced this pull request Sep 10, 2024
Similar to confidential-containers#1990, update the podvm_builder documentation
to use the `make` command, rather than the docker file directly
to hide the complexity and allow the versions to be picked
up automatically

Signed-off-by: stevenhorsman <[email protected]>
wainersm pushed a commit that referenced this pull request Sep 10, 2024
Similar to #1990, update the podvm_builder documentation
to use the `make` command, rather than the docker file directly
to hide the complexity and allow the versions to be picked
up automatically

Signed-off-by: stevenhorsman <[email protected]>
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.

4 participants