diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-07-19 11:12:12 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-07-19 11:27:28 +0200 |
commit | fadc5232f49ebe0e23599cf76d6aadbd63e575b9 (patch) | |
tree | 7e863dcf2b514fba9182482ea3c7e2dbd170b13b /ci/test_imagefile | |
parent | c6a338b67e8e7848e6f42329a8b0bf3add16ad51 (diff) |
doc: Add doc comment to ci/test_imagefile
(Similar to the doc comment in ci/lint_imagefile)
Also, rename docker-entrypoint.sh to container-entrypoint.sh
Also, add copyright header to touched files.
Diffstat (limited to 'ci/test_imagefile')
-rw-r--r-- | ci/test_imagefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/test_imagefile b/ci/test_imagefile index 4854708d1a..8dfb5916b1 100644 --- a/ci/test_imagefile +++ b/ci/test_imagefile @@ -1,3 +1,9 @@ +# Copyright (c) The Bitcoin Core developers +# Distributed under the MIT software license, see the accompanying +# file COPYING or https://opensource.org/license/mit/. + +# See ci/README.md for usage. + ARG CI_IMAGE_NAME_TAG FROM ${CI_IMAGE_NAME_TAG} |