1
0
mirror of https://github.com/drone/drone-cli.git synced 2026-01-24 19:58:01 +01:00
drone-cli/vendor/docker.io/go-docker/api/common.go
2018-10-09 11:18:46 -07:00

12 lines
292 B
Go

package api
// Common constants for daemon and client.
const (
// DefaultVersion of Current REST API
DefaultVersion string = "1.33"
// NoBaseImageSpecifier is the symbol used by the FROM
// command to specify that no base image is to be used.
NoBaseImageSpecifier string = "scratch"
)