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

fix alpine base update docs #3886

Merged
merged 1 commit into from
Dec 29, 2022
Merged

fix alpine base update docs #3886

merged 1 commit into from
Dec 29, 2022

Conversation

deitch
Copy link
Collaborator

@deitch deitch commented Dec 29, 2022

Signed-off-by: Avi Deitcher avi@deitcher.net

- What I did

Fixed a few misleading lines on the alpine base update doc

- How I did it

markdown

- How to verify it

Read it

- Description for the changelog

update docs

Signed-off-by: Avi Deitcher <avi@deitcher.net>
@@ -130,7 +130,7 @@ following which is an explanation of each one.
```sh
# Update tools packages
cd $LK_ROOT/tools
$LK_ROOT/scripts/update-component-sha.sh --pkg $LK_ROOT/tools/alpine
$LK_ROOT/scripts/update-component-sha.sh --image $LK_ALPINE
Copy link
Member

Choose a reason for hiding this comment

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

what's the reason for this change? Does update-component-sha.sh no longer take the --pkg option?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It does, but tools/alpine does not have a build.yml. To be fair, I have no idea how it worked before, but if this works, and we already are storing the LK_ALPINE var, might as well use it.

@deitch deitch merged commit b84548b into linuxkit:master Dec 29, 2022
@deitch deitch deleted the fix-alpine-doc branch December 29, 2022 14:47
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.

None yet

2 participants