https://github.com/okteto/devenv
Development containers for Okteto
https://github.com/okteto/devenv
containers development-environment docker hacktoberfest kubernetes remote-development
Last synced: about 1 month ago
JSON representation
Development containers for Okteto
- Host: GitHub
- URL: https://github.com/okteto/devenv
- Owner: okteto
- License: apache-2.0
- Created: 2019-04-13T00:25:00.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T15:06:46.000Z (about 1 month ago)
- Last Synced: 2025-05-11T02:17:49.800Z (about 1 month ago)
- Topics: containers, development-environment, docker, hacktoberfest, kubernetes, remote-development
- Language: Dockerfile
- Homepage: https://okteto.com/docs/reference/development-environment
- Size: 135 KB
- Stars: 31
- Watchers: 8
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Development Containers for Okteto
When you run `okteto up` the container running your application is replaced by a development container that contains your development tools (e.g. maven and jdk, or npm, python, go compiler, debuggers, etc).
The development container can be any docker image. More information about development containers, and how to build your own [is available here](https://okteto.com/docs/reference/development-environment/index.html).
The development containers on this list are maintained by the Okteto team to help you get started:
## General Use
| Language/Stack | Docker Image |
|-------------------|----------------------------------------------|
| dotnetcore 8.0 | [okteto/dotnetcore:8](dotnetcore/Dockerfile) |
| golang 1.23 | [okteto/golang:1](golang/Dockerfile) |
| jdk 17, Gradle 8.2 | [okteto/gradle:6.5](gradle/Dockerfile) |
| jdk 17, Maven 3 | [okteto/maven:3-openjdk](maven/Dockerfile) |
| node 20 | [okteto/node:20](node/Dockerfile) |
| php 7 | [okteto/php:7](php/Dockerfile) |
| python 3 | [okteto/python:3](python/Dockerfile) |
| ruby 2 | [okteto/ruby:2](ruby/Dockerfile) |
| rust | [okteto/rust:1](rust/Dockerfile) |# Contributions
Are missing your favorite stack or language? Contributions are encouraged in the form of issues, feature requests, or PRs.
This project adheres to the Contributor Covenant [code of conduct](https://github.com/okteto/okteto/blob/master/code-of-conduct.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].