Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Where are the container images coming from / how to publish images? #13

Open
theogravity opened this issue Jun 16, 2018 · 2 comments
Open

Comments

@theogravity
Copy link

It's not clear from the spec as to where the images come from.

"image": "hello-world@sha256:f5233545e43561214ca4891fd1157e1c3c563316ed8e237750d59bde73361e77"

Where is the hello-world image stored (eg docker hub)?

Is there an example repository for building images?

@theogravity
Copy link
Author

Ah, it does look like docker hub is the default.

Searching for the hello-world image hash yields a lot of results on google.

@sharafian
Copy link

Yeah, it uses the same format as docker to pull images. So hello-world@sha256:... pulls from docker hub but docker.example.com/hello-world@sha256:... pulls from a docker registry server at docker.example.com.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants