dockcross/imagefiles
Jean-Christophe Fillion-Robin 7b76882b56
entrypoint.sh: Account for image tag when updating help text
This commit is a follow up of b7028af (entrypoint.sh: Update help
text so that current image name is used)

It ensures that the suggested script in the help text doesn't include ":"
in its name.

Assuming DEFAULT_DOCKCROSS_IMAGE is set to "dockcross/imagename:latest"

Instead of suggesting:

  [...]
  # docker run --rm dockcross/imagename:latest > dockcross-imagename:latest
  # chmod +x dockcross-imagename:latest
  [...]

it will now suggest

  [...]
  # docker run --rm dockcross/imagename:latest > dockcross-imagename-latest
  # chmod +x dockcross-imagename-latest
  [...]

xref https://github.com/dockbuild/dockbuild/issues/30

[ci skip]
2018-03-29 21:04:52 -04:00
..
.bashrc base: support BUILDER_USER, BUILDER_GROUP, and liquidprompt bash 2016-07-04 22:03:10 -04:00
ccmake.sh base/cmake: Do not pass toolchain option when using incompatible cmake option 2016-09-21 21:11:33 -04:00
cmake.sh base/cmake: Do not pass toolchain option when using incompatible cmake option 2016-09-21 21:11:33 -04:00
dockcross Changed Windows Subsystem for Linux's PWD to be the physical path rather than relative since windows cannot traverse a relative path inside the Linux subsystem. 2018-01-29 18:20:10 +02:00
entrypoint.sh entrypoint.sh: Account for image tag when updating help text 2018-03-29 21:04:52 -04:00
install-cmake.sh bump cmake to v3.10.1 2017-12-21 08:52:51 +01:00
install-crosstool-ng-toolchain.sh Implement "ct-ng" building, add "linux-mips". 2017-09-01 10:09:31 -04:00
install-ninja.sh common: Bump Ninja to 1.7.2 2017-04-15 11:45:18 -04:00
install-openssl.sh imagefiles: Reduce wget verbosity using --progress=bar:force 2016-11-26 19:59:07 -05:00
sudo.sh common: Use gosu to replace chpst and add sudo abilities 2017-04-22 23:35:12 -04:00