Skip to main content

Build & Push local docker images inside CDK8s applications

Project description

cdk8s-image

An Image construct which takes care of building & pushing docker images that can be used in CDK8s apps.

The following example will build the docker image from Dockerfile under the my-app directory, push it to a local registry and then define a Kubernetes deployment that deploys containers that run this image.

const image = new Image(this, 'image', {
  dir: `${__dirname}/my-app`,
  registry: 'localhost:5000'
});

new Deployment(this, 'deployment', {
  containers: [ new Container({ image: image.url }) ],
});

Contributions

All contributions are celebrated.

License

Licensed under Apache 2.0.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdk8s-image-0.2.634.tar.gz (27.8 kB view details)

Uploaded Source

Built Distribution

cdk8s_image-0.2.634-py3-none-any.whl (26.4 kB view details)

Uploaded Python 3

File details

Details for the file cdk8s-image-0.2.634.tar.gz.

File metadata

  • Download URL: cdk8s-image-0.2.634.tar.gz
  • Upload date:
  • Size: 27.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for cdk8s-image-0.2.634.tar.gz
Algorithm Hash digest
SHA256 87bac7182cb8c4902e54a7cd653fdd3dc26d94220b49d4ede38b7110ec7b460c
MD5 28d2d47ec5a1086c7fac8e8f191062b9
BLAKE2b-256 be4700d0af44b9f7ff011cf5c339fd32b8a1c521e1589a66725a894b3f884263

See more details on using hashes here.

File details

Details for the file cdk8s_image-0.2.634-py3-none-any.whl.

File metadata

File hashes

Hashes for cdk8s_image-0.2.634-py3-none-any.whl
Algorithm Hash digest
SHA256 b41dfcd4f72681a4bf85a3b57bf5d07e63c39557315be2459ba6ec6eef6aae65
MD5 f66185a5d638181c71044c38a75943f1
BLAKE2b-256 d1455e205468bdb00b7670ab16b638c7b2f5c2399162985db8d32799c3118bb4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page