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

twoliter: create initial project with kits #118

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

ecpullen
Copy link
Contributor

Issue number:

Closes #116

Description of changes:

Adds 2 new projects, 1 that bundles Bottlerocket into a core kit, the other adds Bottlerocket packages as packages.

Testing done:

N/A

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

Copy link
Contributor

@webern webern left a comment

Choose a reason for hiding this comment

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

delete project3

path = "../variants.rs"

[build-dependencies]
hello-agent = { path = "../../kits/hello-kit" }
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
hello-agent = { path = "../../kits/hello-kit" }
hello-kit = { path = "../../kits/hello-kit" }

Comment on lines 19 to 31
# core
"release",
"kernel-6.1",
# docker
"docker-cli",
"docker-engine",
"docker-init",
"docker-proxy",
# tools
"login",
"iputils",
"strace",
"chrony-tools",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
# core
"release",
"kernel-6.1",
# docker
"docker-cli",
"docker-engine",
"docker-init",
"docker-proxy",
# tools
"login",
"iputils",
"strace",
"chrony-tools",
"hello-agent",
"hello-go",

@ecpullen ecpullen marked this pull request as ready for review December 6, 2023 18:12
Copy link
Contributor

@webern webern left a comment

Choose a reason for hiding this comment

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

Can we name the projects in a self-documenting way? I would call this one local-kit.

Can you also add a README.md at the top of the local-kit project directory that explains that the purpose of the test project is to introduce a simple local kit project with no external kit dependencies?

@ecpullen ecpullen requested review from bcressey and cbgbt December 7, 2023 22:10
@ecpullen ecpullen merged commit 021b38b into bottlerocket-os:develop Dec 11, 2023
1 check passed
@ecpullen ecpullen deleted the test-kit branch December 11, 2023 17:27
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.

kits: create an initial test project for local kits
3 participants