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

tools: avoid rootfs-image build "ln -s" error #9068

Merged

Conversation

danmihai1
Copy link
Contributor

@danmihai1 danmihai1 commented Feb 9, 2024

Avoid error when building for amd64 using:

USE_CACHE=no AGENT_POLICY=yes DEBUG=1
tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh
--build=rootfs-image

Fixes: #9067

@katacontainersbot katacontainersbot added the size/tiny Smallest and simplest task label Feb 9, 2024
Avoid error when building for amd64 using:

USE_CACHE=no AGENT_POLICY=yes DEBUG=1 \
tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh \
--build=rootfs-image

Fixes: kata-containers#9067

Signed-off-by: Dan Mihai <dmihai@microsoft.com>
@danmihai1 danmihai1 force-pushed the danmihai1/dockerfile-linux-musl-gcc branch from 4f22919 to fcd0057 Compare February 9, 2024 17:13
@danmihai1 danmihai1 changed the title tools: fix "ln -s" error when reusing docker layer tools: avoid rootfs-image build "ln -s" error Feb 9, 2024
Copy link
Member

@BbolroC BbolroC left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @danmihai1

Copy link
Member

@fidencio fidencio left a comment

Choose a reason for hiding this comment

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

lgtm, thanks @danmihai1!

@danmihai1
Copy link
Contributor Author

/test

@danmihai1 danmihai1 merged commit 42d13a0 into kata-containers:main Feb 12, 2024
295 of 351 checks passed
@danmihai1 danmihai1 deleted the danmihai1/dockerfile-linux-musl-gcc branch March 29, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ok-to-test size/tiny Smallest and simplest task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tools: "ln -s" error in docker container
5 participants