From b84548b03935cd3fe97a98adf57329cee72286af Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Thu, 29 Dec 2022 16:47:29 +0200 Subject: [PATCH] fix alpine base update docs (#3886) Signed-off-by: Avi Deitcher Signed-off-by: Avi Deitcher --- docs/alpine-base-update.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/alpine-base-update.md b/docs/alpine-base-update.md index f8289764f..479e76e22 100644 --- a/docs/alpine-base-update.md +++ b/docs/alpine-base-update.md @@ -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 git checkout grub/Dockerfile git commit -a -s -m "tools: Update to the latest linuxkit/alpine" @@ -143,7 +143,7 @@ git commit -a -s -m "Update use of tools to latest" # Update test packages cd $LK_ROOT/test/pkg -$LK_ROOT/scripts/update-component-sha.sh --pkg $LK_ROOT/tools/alpine +$LK_ROOT/scripts/update-component-sha.sh --image $LK_ALPINE git commit -a -s -m "tests: Update packages to the latest linuxkit/alpine" # Update test packages dependencies @@ -155,12 +155,12 @@ git commit -a -s -m "Update use of test packages to latest" # Update test cases to latest linuxkit/alpine cd $LK_ROOT/test/cases -$LK_ROOT/scripts/update-component-sha.sh --pkg $LK_ROOT/tools/alpine +$LK_ROOT/scripts/update-component-sha.sh --image $LK_ALPINE git commit -a -s -m "tests: Update tests cases to the latest linuxkit/alpine" # Update packages to latest linuxkit/alpine cd $LK_ROOT/pkg -$LK_ROOT/scripts/update-component-sha.sh --pkg $LK_ROOT/tools/alpine +$LK_ROOT/scripts/update-component-sha.sh --image $LK_ALPINE git commit -a -s -m "pkgs: Update packages to the latest linuxkit/alpine" # update package tags - may want to include the release in it if set