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.638.tar.gz (29.2 kB view details)

Uploaded Source

Built Distribution

cdk8s_image-0.2.638-py3-none-any.whl (28.1 kB view details)

Uploaded Python 3

File details

Details for the file cdk8s_image-0.2.638.tar.gz.

File metadata

  • Download URL: cdk8s_image-0.2.638.tar.gz
  • Upload date:
  • Size: 29.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for cdk8s_image-0.2.638.tar.gz
Algorithm Hash digest
SHA256 8f792f487bf2c4981f8fbe7dd3854082a01841c20f14c0208bb96f76a88e4755
MD5 c9bc23e60052acc8cad515a2d47c0fbe
BLAKE2b-256 1ae49f0a5534a2479fe524374e58b7437d6fe322c5c4d2e413016e5c297bade1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cdk8s_image-0.2.638-py3-none-any.whl
Algorithm Hash digest
SHA256 96b433cd634a92cdd691c8c57c0922e417a84cd91ce90fad4744e36de74c1509
MD5 0404b78e4122224098ca015c85fb1a2b
BLAKE2b-256 27161f6a34c0b7972f02dd68754e710a07e8e1355ef30330194d920665f230e3

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