aboutsummaryrefslogtreecommitdiff
path: root/ci/lint_imagefile
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-07-19 11:12:12 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-07-19 11:27:28 +0200
commitfadc5232f49ebe0e23599cf76d6aadbd63e575b9 (patch)
tree7e863dcf2b514fba9182482ea3c7e2dbd170b13b /ci/lint_imagefile
parentc6a338b67e8e7848e6f42329a8b0bf3add16ad51 (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/lint_imagefile')
-rw-r--r--ci/lint_imagefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/ci/lint_imagefile b/ci/lint_imagefile
index 20047ea391..4136a9bfde 100644
--- a/ci/lint_imagefile
+++ b/ci/lint_imagefile
@@ -1,3 +1,7 @@
+# Copyright (c) The Bitcoin Core developers
+# Distributed under the MIT software license, see the accompanying
+# file COPYING or https://opensource.org/license/mit/.
+
# See test/lint/README.md for usage.
FROM debian:bookworm
@@ -6,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive
ENV LC_ALL=C.UTF-8
COPY ./.python-version /.python-version
-COPY ./ci/lint/docker-entrypoint.sh /entrypoint.sh
+COPY ./ci/lint/container-entrypoint.sh /entrypoint.sh
COPY ./ci/lint/04_install.sh /install.sh
RUN /install.sh && \