You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a Docker file installs libraries from a private PyPi repo (a repo. within a VPC), the docker build fails from the codebuild project. The reason being, the code build project is not configured to run within a VPC.
Enhance sm-docker to accept additional codebuild parameters so that it can accept the VpcConfig (or)
Enhance sm-docker to accept a config file where all the command line options can be passed in, allowing easy of passing in more options (including authentication/authorization details to the codebuild project)
Allow for "custom" naming of codebuild projects (passing in the name for the codebuild project as n argument or in the config file)
The text was updated successfully, but these errors were encountered:
If a Docker file installs libraries from a private PyPi repo (a repo. within a VPC), the docker build fails from the codebuild project. The reason being, the code build project is not configured to run within a VPC.
The text was updated successfully, but these errors were encountered: