Docker Ubuntu
Description
Ubuntu dev-container images with a reproducible DevOps toolchain — kubectl, helm, k9s, kind, flux; base plus Java 25 and Go variants, every CLI mise-pinned
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
[](https://github.com/AndriyKalashnykov/docker-ubuntu/actions/workflows/main.yml) [](https://hits.sh/github.com/AndriyKalashnykov/docker-ubuntu/) [](https://opensource.org/licenses/MIT) [](https://app.renovatebot.com/dashboard#github/AndriyKalashnykov/docker-ubuntu)
Ubuntu Dev-Container Images — Reproducible DevOps Toolchain
A layered set of Ubuntu-based development-environment Docker images. A common **base** image ships a broad cloud-native / DevOps toolchain (kubectl, helm, kustomize, k9s, kind, flux, conftest, opa, Docker-in-Docker, …); the **java** and **go** variants build on it with their respective language stacks. Every tool version is pinned and reproducible via **mise** — see [TOOLING.md](./TOOLING.md).
Images are hadolint-linted, Trivy-scanned (filesystem + image), cosign keyless-signed with SBOM attestation, and published to GHCR through a Renovate-managed GitHub Actions pipeline.
$ make help
Usage: make COMMAND
Commands :
help - List available tasks on this project
check-env - Check that docker is installed
login - Log in to GHCR (uses GITHUB_PAT with write:packages)
lint - Lint Dockerfiles (hadolint) + verify shell scripts are executable
lint-scripts-exec - Fail if any committed shell script lacks the +x bit
ci - Run local CI checks (Dockerfile lint + build the base image)
renovate-validate - Validate renovate.json against the Renovate schema
build-base-inline-cache - Build remote cache for the base image
build-base - Build base image
run-base - Run base image
pu
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps