Commit 3179768
fix(docker): unable to build image using podman (#1901)
* Created a script to update the Dockerfile with every build to 'COPY' package.json files without using --parents to allow use of podman.
Fix bug Unable to build image using podman
* Update docker/Dockerfile to only COPY root package.json once
Co-authored-by: Nick Boldt <[email protected]>
* change both Dockerfiles; also include the changed content in this PR
Signed-off-by: Nick Boldt <[email protected]>
* Update scripts/update-Dockerfile.sh
* account for latest changes to package.json paths
* update Dockerfile to fit refactors
* add PR check for dirty dockerfiles; update dockerfiles with the latest migrations
Signed-off-by: Nick Boldt <[email protected]>
* move to build:dockerfile step
Signed-off-by: Nick Boldt <[email protected]>
* put back changes that were force-pushed and lost
Signed-off-by: Nick Boldt <[email protected]>
---------
Signed-off-by: Nick Boldt <[email protected]>
Co-authored-by: Nick Boldt <[email protected]>1 parent 096947a commit 3179768
File tree
5 files changed
+260
-12
lines changed- .github/workflows
- .rhdh/docker
- docker
- scripts
5 files changed
+260
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
96 | 102 | | |
97 | 103 | | |
98 | 104 | | |
| |||
0 commit comments