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 image name of test-image/oci #434

Merged
merged 2 commits into from
Jan 8, 2024

Conversation

sachaos
Copy link
Contributor

@sachaos sachaos commented Dec 28, 2023

The image name expected in

sudo ctr run --rm --runtime=io.containerd.wasmtime.v1 ghcr.io/containerd/runwasi/wasi-demo-oci:latest testwasmoci wasi-demo-oci.wasm echo 'hello'
is ghcr.io/containerd/runwasi/wasi-demo-oci.
But the image name created by make test-image/oci is wasi-demo-app.
So I've fixed the image name to wasi-demo-oci.

Signed-off-by: Takumasa Sakao [email protected]

Signed-off-by: Takumasa Sakao <[email protected]>
@sachaos sachaos marked this pull request as draft December 28, 2023 15:35
@Mossaka Mossaka marked this pull request as ready for review December 30, 2023 06:03
@Mossaka Mossaka marked this pull request as draft December 30, 2023 06:03
Mossaka
Mossaka previously approved these changes Dec 30, 2023
Copy link
Member

@Mossaka Mossaka left a comment

Choose a reason for hiding this comment

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

lgtm, but I think the CI is failing

Signed-off-by: Takumasa Sakao <[email protected]>
@sachaos sachaos marked this pull request as ready for review January 8, 2024 03:02
@sachaos
Copy link
Contributor Author

sachaos commented Jan 8, 2024

@Mossaka Thank you for your review!
I've fixed the CI. 😄

Makefile Show resolved Hide resolved
Copy link
Member

@Mossaka Mossaka left a comment

Choose a reason for hiding this comment

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

Lgtm!

@Mossaka Mossaka merged commit 6ef2df9 into containerd:main Jan 8, 2024
43 checks passed
@jsturtevant
Copy link
Contributor

sorry I didn't see this last week when I got back. I think this should have been an update to the README not the make files. CI was passing it was just the readme that was off

@jprendes
Copy link
Collaborator

jprendes commented Jan 8, 2024

I think this should have been an update to the README not the make files.

I prefer the current change. IIUC, before both (distinct) images were using the same name, right? I think it's cleaner to give them different names, specially for local development.

@jsturtevant
Copy link
Contributor

works for me

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.

4 participants