Commit d1a1743
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments