Skip to content

Conversation

jeckersb
Copy link
Collaborator

Previously this was just always None via Default.

Also updated trace logging to show the entire container_info struct.
All of those fields are potentially useful, not just engine.

Signed-off-by: John Eckersberg jeckersb@redhat.com

@github-actions github-actions bot added the area/install Issues related to `bootc install` label Mar 21, 2024
Previously this was just always None via Default.

Also updated trace logging to show the entire container_info struct.
All of those fields are potentially useful, not just engine.

Signed-off-by: John Eckersberg <jeckersb@redhat.com>
@jeckersb jeckersb changed the title Correctly populate container environment rootless status. Correctly populate container environment rootless status Mar 21, 2024
"id" => r.id = v.to_string(),
"image" => r.image = v.to_string(),
"imageid" => r.imageid = v.to_string(),
"rootless" => r.rootless = Some(v.to_string()),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Argh...I swear I'd tested this before. Hmmm...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'm just relieved there is a simple explanation instead of some crazy weird bug!

@cgwalters cgwalters enabled auto-merge March 21, 2024 20:15
@cgwalters cgwalters mentioned this pull request Mar 21, 2024
@cgwalters cgwalters merged commit cdb312d into bootc-dev:main Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/install Issues related to `bootc install`

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants