Skip to content
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

sm-docker build does not work when delaing with private Pypi repos #15

Open
RamdevWudaliTR opened this issue Apr 23, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@RamdevWudaliTR
Copy link

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.

  1. Enhance sm-docker to accept additional codebuild parameters so that it can accept the VpcConfig (or)
  2. 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)
  3. Allow for "custom" naming of codebuild projects (passing in the name for the codebuild project as n argument or in the config file)
@jaipreet-s jaipreet-s added the enhancement New feature or request label Apr 23, 2021
@ikopas
Copy link

ikopas commented May 5, 2021

I picked up the work on implementing a feature to enable the optional VPC configs to be passed as arguments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants