Skip to content

Commit d1a1743

Browse files
committed
Add setup_ubuntu.sh and openssl.conf to Docker image source-change detection
Both files are copied into the Docker image via ADD directives in the Dockerfile, but were not listed in source-patterns.sh. This meant changes to user creation logic in setup_ubuntu.sh or TLS configuration in openssl.conf would not trigger Docker image rebuilds, leading to stale cached images.
1 parent a83c035 commit d1a1743

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/ci-helpers/source-patterns.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ contrib/
2424
Dockerfile
2525
cmake
2626
CMakeLists.txt
27-
.gitmodules"
27+
.gitmodules
28+
scripts/setup_ubuntu.sh
29+
scripts/openssl.conf"
2830

2931
case "${1:-}" in
3032
--regex)

0 commit comments

Comments
 (0)