-
Notifications
You must be signed in to change notification settings - Fork 13
Multi arch dockerfiles #319
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
Conversation
# Conflicts: # docker/mongodb-agent-non-matrix/Dockerfile
…ubernetes into multi-arch-dockerfiles
MCK 1.3.0 Release NotesOther Changes
|
@@ -53,9 +53,9 @@ spec: | |||
secretName: test-pod-multi-cluster-config | |||
{{ end }} | |||
containers: | |||
- image: busybox | |||
- image: public.ecr.aws/docker/library/busybox:1.37.0 |
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.
if we use podman we might not login - thus we require something that doesn't require auth
export CLUSTER_TYPE=kind | ||
|
||
|
||
# TODO: change once we have image building |
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.
TODO: removal once pipeline is merged
pip install -r requirements.txt | ||
else | ||
echo "Skipping requirements.txt installation." | ||
pip install requests |
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.
add comment why
Summary
Proof of Work
Checklist
skip-changelog
label if not needed