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

Is load_repository always needed? #319

Closed
eebsie opened this issue Jan 12, 2021 · 1 comment
Closed

Is load_repository always needed? #319

eebsie opened this issue Jan 12, 2021 · 1 comment

Comments

@eebsie
Copy link

eebsie commented Jan 12, 2021

I'm attempting to push a docker image to an ECR repo.

The image is created via a maven build in a script in a build task. This script does a docker save to create a tar file of the image, so that it can then be picked up by the rest of pipeline as an output.

But if I attempt to push that image to ECR using load_file, the load_repository parameter is required for some reason too. But I don't see why that is needed? All I want to do is a docker load of the image that I did a docker save of in the script.

So, would this way of doing a docker load work for my particular use case?

If the load_repository parameter is required could you add an example of it's usage please? And clarify if it is required to point to the repository the docker save was done from, or if it's the repository that is being pushed to?

@eebsie eebsie closed this as completed Jan 12, 2021
@eebsie
Copy link
Author

eebsie commented Jan 12, 2021

Found the answers to this in these issues:

#299
#296

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

No branches or pull requests

1 participant