Commit b041826
committed
Fix Docker build context and image tag issues
- Create .dockerignore to exclude unnecessary files (.travis.yml, .git, etc.)
- Remove Tag field from FromDockerfile - testcontainers generates its own tag format
- Fixes 'invalid reference format' error (UUID:TAG:latest) and tar pipe errors1 parent e272776 commit b041826
2 files changed
+33
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | 603 | | |
607 | 604 | | |
608 | 605 | | |
609 | 606 | | |
610 | | - | |
611 | | - | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
612 | 610 | | |
613 | 611 | | |
614 | 612 | | |
| |||
0 commit comments