shipwright-io / sample-python

A collection of Python based sample code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sample-python

A collection of Python based sample code.

Overview

This repository host minimal assets for the Python programming language.

Structure

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

/docker-build

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

/source-build

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

About

A collection of Python based sample code

License:Apache License 2.0


Languages

Language:Python 65.0%Language:Dockerfile 32.2%Language:Procfile 2.7%