-
Notifications
You must be signed in to change notification settings - Fork 42
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
feat(deadline): add ThinkboxDockerImages construct #278
Conversation
07fd5b1
to
88ce21b
Compare
packages/aws-rfdk/lib/lambdas/nodejs/lib/ecr-provider/ecr-provider.ts
Outdated
Show resolved
Hide resolved
88ce21b
to
719a41b
Compare
examples/deadline/All-In-AWS-Infrastructure-Basic/python/package/lib/service_tier.py
Outdated
Show resolved
Hide resolved
23fc72f
to
49ee0b2
Compare
49ee0b2
to
240cc2e
Compare
examples/deadline/All-In-AWS-Infrastructure-Basic/ts/bin/config.ts
Outdated
Show resolved
Hide resolved
examples/deadline/All-In-AWS-Infrastructure-Basic/ts/lib/service-tier.ts
Outdated
Show resolved
Hide resolved
examples/deadline/All-In-AWS-Infrastructure-Basic/ts/lib/service-tier.ts
Outdated
Show resolved
Hide resolved
packages/aws-rfdk/lib/lambdas/nodejs/lib/ecr-provider/ecr-provider.ts
Outdated
Show resolved
Hide resolved
packages/aws-rfdk/lib/lambdas/nodejs/lib/ecr-provider/ecr-provider.ts
Outdated
Show resolved
Hide resolved
packages/aws-rfdk/lib/lambdas/nodejs/lib/ecr-provider/ecr-provider.ts
Outdated
Show resolved
Hide resolved
packages/aws-rfdk/lib/lambdas/nodejs/lib/ecr-provider/ecr-provider.ts
Outdated
Show resolved
Hide resolved
packages/aws-rfdk/lib/lambdas/nodejs/lib/ecr-provider/mock-data.json
Outdated
Show resolved
Hide resolved
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.
Great work! I'll approve this PR when it's removed from draft.
- Also addresses CR feedback
0ed7df7
to
456de85
Compare
All requested changes have been resolved
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.
Changes looks good. Thanks Josh!
examples/deadline/All-In-AWS-Infrastructure-Basic/ts/bin/config.ts
Outdated
Show resolved
Hide resolved
examples/deadline/All-In-AWS-Infrastructure-Basic/python/package/config.py
Outdated
Show resolved
Hide resolved
examples/deadline/All-In-AWS-Infrastructure-Basic/ts/bin/config.ts
Outdated
Show resolved
Hide resolved
- Also fix up deadline module README
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.
LGTM. Ship it!
Description
Adds a new
ThinkboxDockerImages
construct that can be used to provide AWS Thinkbox published container images for use with theRenderQueue
andUsageBasedLicensing
constructs.Modified the documentation and examples to use this instead since it is expected to be the primary way of deploying container images with RFDK.
Testing
Deployed both the TypeScript and Python
AWS-All-in-Basic
examples and ensured that the container images are referenced as specified.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license