-
Notifications
You must be signed in to change notification settings - Fork 72
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
Adding container to update the server version in mongodb #198
Conversation
Signed-off-by: Adarshkumar14 <1829034@kiit.ac.in>
Signed-off-by: Adarshkumar14 <1829034@kiit.ac.in>
Signed-off-by: Adarshkumar14 <1829034@kiit.ac.in>
Signed-off-by: Adarshkumar14 <1829034@kiit.ac.in>
Signed-off-by: Adarshkumar14 <1829034@kiit.ac.in>
Signed-off-by: Adarshkumar14 <1829034@kiit.ac.in>
Signed-off-by: Adarshkumar14 <1829034@kiit.ac.in>
custom/mongo-utils/buildscripts/push
Outdated
|
||
docker login -u "${DNAME}" -p "${DPASS}"; | ||
#Push to docker hub repository with latest tag | ||
docker buildx build . -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/mongo-utils:4.0.5 |
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.
litmuschaos/mongo-utils:4.0.5 Is there any specific tag only needed ? Or we can have latest tag as other images. PTAL in Makefile, used latest one.
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.
No, this is the specific tag. This is the version of the mongo binary that will be installed.
Signed-off-by: Adarshkumar14 <1829034@kiit.ac.in> Signed-off-by: udit <udit@chaosnative.com>
… into mongoinit merging
Signed-off-by: Adarshkumar14 <1829034@kiit.ac.in>
Signed-off-by: Adarshkumar14
What this PR does / why we need it:
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Special notes for your reviewer: