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.
The development containers on this list are maintained by the Okteto team to help you get started:
Language/Stack | Docker Image |
---|---|
dotnetcore 8.0 | okteto/dotnetcore:8 |
golang 1.21 | okteto/golang:1 |
jdk 17, Gradle 8.2 | okteto/gradle:6.5 |
jdk 17, Maven 3 | okteto/maven:3-openjdk |
node 20 | okteto/node:20 |
php 7 | okteto/php:7 |
python 3 | okteto/python:3 |
ruby 2 | okteto/ruby:2 |
rust | okteto/rust:1 |
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. By participating, you are expected to uphold this code. Please report unacceptable behavior to hello@okteto.com.