letsbuilders / devenv

Development containers for Okteto

Home Page:https://okteto.com/docs/reference/development-environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

The development containers on this list are maintained by the Okteto team to help you get started:

General Use

Language/Stack Docker Image
dotnetcore 6.0 okteto/dotnetcore:6
golang 1.17 okteto/golang:1
jdk 8, Gradle 6.5 okteto/gradle:6.5
jdk 11, Maven 3 okteto/maven:3-openjdk
node 16 okteto/node:16
php 7 okteto/php:7
python 3 okteto/python:3
ruby 2 okteto/ruby:2
rust okteto/rust:1

OpenFaaS

Language Template Docker Image
golang http template okteto/openfaas-golang-http
deno http template austinrivas/deno-http-okteto:stable

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. By participating, you are expected to uphold this code. Please report unacceptable behavior to hello@okteto.com.

About

Development containers for Okteto

https://okteto.com/docs/reference/development-environment

License:Apache License 2.0


Languages

Language:Dockerfile 88.4%Language:Go 7.5%Language:Shell 2.6%Language:Makefile 1.4%