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

Run 'docker pull' in test scenarios to make sure Docker images come from Pyrsia node #33

Open
ihcomega56 opened this issue Jan 11, 2023 · 1 comment
Assignees

Comments

@ihcomega56
Copy link
Contributor

# check if the built image can be pulled from the Pyrsia node

Currently a test for docker pull does not run this command directly, but just check if a Pyrsia node has a specific image using Docker registry API because a way to check where Docker images are pulled from is not found.

We should find the solution for it and execute an actual docker pull command to make sure they are downloaded from a Pyrsia node instead of docker.io.

@dasmanas dasmanas added this to the 0.2.4 milestone Jan 11, 2023
@betarelease
Copy link
Member

I think this is good enough for now.
This might be the solution we have to live with for some time since there is not difference in images on Pyrsia and docker so the only way to verify is that this image is found in Pyrsia and due to the remotes definition in the configuration Pyrsia will serve it.
So I am going to move this to backlog and deprioritize.

@betarelease betarelease removed this from the 0.2.4 milestone Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To do
Development

No branches or pull requests

3 participants