-
Notifications
You must be signed in to change notification settings - Fork 880
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
Adds Docker Build provider examples using Docker Build Cloud #1633
Conversation
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.
Suggest renaming aws-ts-containers-dbc
aws-ts-ecr-dockerbuild
or something? The Docker Build provider part needs to pop IMO since that's the key technology and I'm not sure that dbc
is something people would know.
Leaving this review as comment in case I'm off-base with the request change to remove CTAs.
Co-authored-by: Josh Kodroff <[email protected]>
Co-authored-by: Josh Kodroff <[email protected]>
Co-authored-by: Josh Kodroff <[email protected]>
This was to align with the current I went with |
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.
Don't block on my naming feedback.
Adds two new examples using the Docker Build provider to build a Docker image using Docker Build Cloud (DBC) in Typescript.
dockerbuildcloud-ts
- Builds a Docker Image from an NGINX local Dockerfile. This template prompts the user for an existing DBC builder.aws-ts-containers-dockerbuildcloud
- This is a slight variation of the existingaws-ts-containers
but with the new Docker Build provider and Docker Build Cloud.These examples are (will be) referenced in an upcoming blogpost.