Skip to content

Instantly share code, notes, and snippets.

@0xAhmed
Last active September 14, 2017 20:36
Show Gist options
  • Select an option

  • Save 0xAhmed/0532bb964419a3e30d0ad893814fdf12 to your computer and use it in GitHub Desktop.

Select an option

Save 0xAhmed/0532bb964419a3e30d0ad893814fdf12 to your computer and use it in GitHub Desktop.
Passing a Docker build-time argument
docker build -t hacher:latest --build-arg RELEASE=v0.1.0 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment