-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
bug: errors pushing to ECR on AWS build #134
Comments
This was referenced May 3, 2022
Work-around is to regress to 3.1.0 for pulumi-docker. |
qdzlug
pushed a commit
to qdzlug/mara
that referenced
this issue
May 4, 2022
qdzlug
pushed a commit
that referenced
this issue
May 5, 2022
* fix: remove erroneous dash in shebang * fix: missing ''' in Jenkinsfiles * fix: updated node label * fix: documentation updates * test: do change * fix: update to createpw() function to stop Jenkins hang * fix: update Jenkinsfiles * test: add tracing to kube start * test: more tracing * test: update the createpw() function * test: move the createpw logic * test: move tr to sed * test: still futzing with password generation * test: zeroing in on PW fix * fix: revert tests and apply fix for createpw() * fix: issues with eks and 1.22, revert to 1.21 for eks * chore: update nginx ic version and chart version * fix: typo in configuration * feat: update start script with new additions * fix: add pulumi args to calls to pulumi to get stack * fix: downgrade pulumi-docker to address ecr issue * chore: remove post-run command block from jenkinsfiles * chore: remove version info for ic from aws jenkinsfile * chore: bump nginx ic version for repo deploy * fix: version 5.2.0 moves to new api ver for auth * fix: trying to find a working aws/eks pulumi combo * fix: trying to find a working aws/eks pulumi combo * fix: specify and lock all python modules * fix: add stack identifier to call to application * feat: add in information on versions in use * fix: cleanup random temp file * fix: move version info to AWS script for debugging * test: working on kubectl version issue * feat: add version information to start * fix: address issue with curl command for kubectl * test: trying new K8 version with older kubectl * fix: cleaning up requirements.txt file * fix: revert to 1.21 * feat: add call to pull K8 server information * fix: clean up kubectl update section * fix: adjust to work around #134
Closing; this has been fixed in the 1.1 release and will be further address when #167 merges. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Describe the bug
When running in AWS, the code fails with errors:
This leads to a failure when we try and deploy the IC; when we dig into this further we see that no image is actually pushed to the registry.
To Reproduce
Steps to reproduce the behavior:
Deploy MARA to AWS. This current happens consistently on the
jaymistake02
branch; will be checking with main as well.Expected behavior
Image should be pushed and then pulled by the IC deployment.
Your environment
Additional context
None
The text was updated successfully, but these errors were encountered: