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

Uploaded Source

Built Distribution

cdk8s_image-0.2.389-py3-none-any.whl (26.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cdk8s-image-0.2.389.tar.gz
  • Upload date:
  • Size: 27.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for cdk8s-image-0.2.389.tar.gz
Algorithm Hash digest
SHA256 de6cb74ba491caf6743d6aafd1ea6a75241cedb59360311d078c9ba2742e2943
MD5 5be063b2f4b5fb44fa7766e4fb00ea08
BLAKE2b-256 d360d295efb6528344caa4f0307d47728dcc49b20f10a554ce9b4e75751a0390

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cdk8s_image-0.2.389-py3-none-any.whl
Algorithm Hash digest
SHA256 a766df8537fd4ad417b3f3cc5215f774251622500a207c2e94ca420a3e2e1d8a
MD5 ec7d09f652eff6ca6a16d93c0d227dd4
BLAKE2b-256 fcb82023fbe9a1eddf1aa2544673af0f35648eff257ca0d11a3d75603ec0b50d

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