Skip to content

Latest commit

 

History

History
48 lines (16 loc) · 643 Bytes

cli.md

File metadata and controls

48 lines (16 loc) · 643 Bytes

rocker [build] [-f rocker.yml] -e 'k=v;k=v' [--no-cache] [--no-reuse] [--publish]

Launches docker build for the specified file (rocker.yml in the current directory by default).

--no-cache supresses cache for docker builds --no-reuse supresees reuse for all the tasks in the build. --publish publishes all the images marked with published: true to docker hub.

rocker --help, rocker -h, rocker help

Prints help.

rocker --verbose, rocker -v

Verbose mode.

rocker version

Prints current version.

rocker clean

Deletes all docker images with rocker-auto-generated names.

env vars:

  • DOCKER_HOST
  • ROBOT_GITHUB_SSH