Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andriykalashnykov/docker-ubuntu

Docker based Ubuntu development environment (go and java)
https://github.com/andriykalashnykov/docker-ubuntu

buildkit docker-cache docker-image dockerfile go golang gradle java makefile maven sdkman ubuntu

Last synced: 4 days ago
JSON representation

Docker based Ubuntu development environment (go and java)

Awesome Lists containing this project

README

        

[![main](https://github.com/AndriyKalashnykov/docker-ubuntu/actions/workflows/main.yml/badge.svg)](https://github.com/AndriyKalashnykov/docker-ubuntu/actions/workflows/main.yml)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FAndriyKalashnykov%2Fdocker-ubuntu&count_bg=%2333CD56&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
# Ubuntu Development environment (Java and Go Docker images)

## Help

![make-help](./images/carbon.png)

## Pre-Requisites

* [Docker](https://docs.docker.com/get-docker/)

* Set DockerHub login and password

```bash
#!/bin/bash

DOCKER_LOGIN=
DOCKER_PWD=
## Ubuntu base docker image with additional packages

```bash
make build-base
make run-base
```

## Java dev environment docker image off of Ubuntu base image

```bash
make build-java
make run-java
```