adjust parameter defaults

This commit is contained in:
Robert Kaussow 2021-09-11 13:20:16 +02:00
parent 7880e74254
commit aeff25c33b
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 15 additions and 14 deletions

View File

@ -1,6 +1,7 @@
repository: repository:
name: drone-docker name: drone-docker
description: Drone plugin to build multiarch Docker images description: Drone plugin to build multiarch Docker images
homepage: https://drone-plugin-index.geekdocs.de/plugins/drone-docker
topics: drone, drone-plugin topics: drone, drone-plugin
private: false private: false

View File

@ -60,8 +60,8 @@ mirror
storage_driver storage_driver
: sets the docker daemon storage driver : sets the docker daemon storage driver
storage_path (default `/var/lib/docker`) storage_path
: sets the docker daemon storage path : sets the docker daemon storage path (default `/var/lib/docker`)
bip bip
: allows the docker daemon to bride ip address : allows the docker daemon to bride ip address
@ -90,14 +90,14 @@ debug "docker_launch_debug
daemon_off daemon_off
: disables the startup of the docker daemon : disables the startup of the docker daemon
dockerfile (default `./Dockerfile`) dockerfile
: sets dockerfile to use for the image build : sets dockerfile to use for the image build (default `./Dockerfile`)
context (default `./`) context
: sets the path of the build context to use : sets the path of the build context to use (default `./`)
tags (default `latest`) tags
: sets repository tags to use for the image; tags can also be loaded from a `.tags` file : sets repository tags to use for the image; tags can also be loaded from a `.tags` file (default `latest`)
auto_tag auto_tag
: generates tag names automatically based on git branch and git tag : generates tag names automatically based on git branch and git tag
@ -120,8 +120,8 @@ target
cache_from cache_from
: sets images to consider as cache sources : sets images to consider as cache sources
pull_image (default `true`) pull_image
: enforces to pull base image at build time : enforces to pull base image at build time (default `true`)
compress compress
: enables compression og the build context using gzip : enables compression og the build context using gzip
@ -129,8 +129,8 @@ compress
repo repo
: sets repository name for the image : sets repository name for the image
registry (default `https://index.docker.io/v1/`) registry
: sets docker registry to authenticate with : sets docker registry to authenticate with (default `https://index.docker.io/v1/`)
username username
: sets username to authenticates with : sets username to authenticates with
@ -144,8 +144,8 @@ email
config config
: sets content of the docker daemon json config : sets content of the docker daemon json config
purge (default `true`) purge
: enables cleanup of the docker environment at the end of a build : enables cleanup of the docker environment at the end of a build (default `true`)
no_cache no_cache
: disables the usage of cached intermediate containers : disables the usage of cached intermediate containers