dockerfile

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2016 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package dockerfile has utilities that complement Docker's official Dockerfile parser.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Env

func Env(m []KeyValue) (string, error)

Env builds an ENV Dockerfile instruction from the mapping m. Keys and values are serialized as JSON strings to ensure compatibility with the Dockerfile parser.

func FindAll