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

oci: Add a domainname field #5108

Closed
wants to merge 2 commits into from
Closed

Conversation

utam0k
Copy link
Contributor

@utam0k utam0k commented Sep 5, 2022

@katacontainersbot katacontainersbot added the size/tiny Smallest and simplest task label Sep 5, 2022
@ManaSugi
Copy link
Member

ManaSugi commented Sep 5, 2022

@utam0k Thank you!
Could you fix your commit message according to this patch format?

@@ -47,6 +47,8 @@ pub struct Spec {
pub root: Option<Root>,
#[serde(default, skip_serializing_if = "String::is_empty")]
pub hostname: String,
#[serde(default, skip_serializing_if = "String::is_empty")]
pub domainname: String,
Copy link
Member

@ManaSugi ManaSugi Sep 5, 2022

Choose a reason for hiding this comment

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

opencontainers/runtime-spec#1156

Signed-off-by: utam0k <k0ma@utam0k.jp>
```bash
$ protoc --version
libprotoc 3.12.4
$ make generate-protocols
```

Signed-off-by: utam0k <k0ma@utam0k.jp>
@utam0k
Copy link
Contributor Author

utam0k commented Sep 12, 2022

@ManaSugi Thanks for your review. I updated, PTAL.

Copy link

This PR has been opened without with no activity for 180 days. Comment on the issue otherwise it will be closed in 7 days

@github-actions github-actions bot added the stale Issue or PR was not updated in a timely fashion label Apr 22, 2024
@utam0k utam0k closed this Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/tiny Smallest and simplest task stale Issue or PR was not updated in a timely fashion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants