Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 977 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 977 Bytes

sample-java

A collection of Java based sample code.

Overview

This repository host minimal assets develop for the Java runtime. These samples are used in Shipwrigh/Build for testing purposes.

Structure

This repository consists of multiple directories, each directory is intended to work with a particular set of tools that are currently supported in Shipwrigh/Build.

/docker-build

Assets with a Dockerfile, which indicates how to compile the specified go file. This asset is intended to work with tools like Kaniko and Buildah.

/source-build

Assets with pure source code, without any knowledge about Docker. This asset is intended to work with Buildpacks, like the Paketo and Heroku implementation.