mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 04:45:51 +03:00
[PR #38] [MERGED] Unify prebuilt and src compose files #269
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#269
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spr-networks/super/pull/38
Author: @rgov
Created: 7/28/2022
Status: ✅ Merged
Merged: 8/5/2022
Merged by: @lts-rad
Base:
dev← Head:rzg/docker-improvements📝 Commits (3)
4f43632[build] Unify prebuilt and src compose files0b05c38[build] Label prebuilt images and delete when rebuildinged0f6b4Merge branch 'dev' into rzg/docker-improvements📊 Changes
9 files changed (+85 additions, -326 deletions)
View changed files
📝
.github/workflows/docker-image.yml(+2 -7)📝
build_docker_compose.sh(+28 -2)➖
docker-compose-src.yml(+0 -162)📝
docker-compose-virt.yml(+22 -3)➖
docker-compose-virtsrc.yml(+0 -133)📝
docker-compose.yml(+30 -5)📝
pull_containers.sh(+2 -8)📝
run_docker_compose.sh(+1 -2)➖
run_prebuilt.sh(+0 -4)📄 Description
Fixes #36.
@lts-rad raised a concern about caching issues between prebuilt and built-from-source images, which led to the bifurcation. It would be great to have more technical details on those issues, but I attempted to work around them in the
build_docker_compose.shscript: Images built in CI are labeled withorg.supernetworks.ci = true, and the build script purges these first. There might be other solutions, like doing the build with--no-cacheif any prebuilt images are detected.The only part I wasn't really sure about was
frontend, since there was some inconsistency between the use of/app/build/vs/build/. @lts-rad suggested this may be a residual issue with the GitHub workflow that can be resolved?🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.