Sign inSign up

kavenzero/kaven-build-image

By kavenzero

•Updated 1 day ago

The image is designed for development and CI/CD workflows.

Image
Languages & frameworks
Developer tools
1

2.4K

kavenzero/kaven-build-image repository overview

⁠kaven-build-image⁠

kavenzero/kaven-build-image⁠

⁠Overview

This Docker project contains a Dockerfile that builds a Docker image with the following components:

  • .NET SDK LTS(10.0)
  • Node.js LTS(24.x)
  • Docker CLI
  • GitHub CLI
  • Other development tools

The image is designed for development and CI/CD workflows, providing a comprehensive environment with a variety of development tools.

⁠Running a Docker Container

To run a container from the built Docker image, use the following command:

docker run --rm -it --entrypoint /bin/bash kavenzero/kaven-build-image:latest

This command starts an interactive (-it) container using the built Docker image and opens a shell (/bin/bash).

Tag summary

Content type

Image

Digest

sha256:123a0af46…

Size

1 GB

Last updated

1 day ago

docker pull kavenzero/kaven-build-image