-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add new maap_base image #139
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am able to successfully build the image locally with: docker buildx build --platform linux/amd64 -t dps_base_image --build-arg IMAGE_REF=dps_base_image -f docker/Dockerfile .
I then register a dummy algorithm that should always succeed and use the container url of mas.dit.maap-project.org/root/maap-workspaces/base_image/dps_base_image:dps_base_image
in ops and the job is successful
This closes MAAP-Project/Community#966 |
This new image can be used as DPS base image and in the future can also be used as source image for all our workspace base image.
This PR also includes the CI scripts to build the custom images on gitlab ci/cd