[PR #118] [MERGED] [build] Update super container versioning, reduce container sizes #325

Closed
opened 2026-03-04 01:36:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/118
Author: @lts-rad
Created: 2/7/2023
Status: Merged
Merged: 2/9/2023
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

  • 4115df0 Bump github.com/moby/moby in /packet_logs/stream-json-logs (#116)
  • 5d2a039 [build] Add exit 1 if bake fails
  • 75f7c8b Bump github.com/moby/moby in /packet_logs/client-test (#117)
  • 37a8900 Merge branch 'dev' of https://github.com/spr-networks/super into dev
  • 671b2d1 [build] Add exit 1 if bake fails
  • bf427e7 [build] Call exit if build script fails
  • 294355f [build] Use container_template image to reduce size
  • 3302d40 [build] Run docker image build on dev branch also
  • 2232cad [build] Fix RUNN typo in multicast proxy
  • 944b227 [build] Update plugin-lookup builder to grab ca-certificates

📊 Changes

30 files changed (+156 additions, -109 deletions)

View changed files

📝 .github/workflows/docker-image.yml (+10 -4)
📝 .github/workflows/ios-build.yml (+6 -0)
📝 api/Dockerfile (+2 -5)
📝 api/code/go.mod (+1 -0)
📝 api/code/go.sum (+2 -4)
📝 api_sample_plugin/Dockerfile (+2 -4)
📝 base/Dockerfile (+2 -4)
📝 build_docker_compose.sh (+2 -2)
📝 dhcp/Dockerfile (+2 -4)
📝 dns/Dockerfile (+1 -3)
📝 docker-compose.yml (+70 -14)
📝 dyndns/Dockerfile (+1 -3)
📝 flowgather/Dockerfile (+1 -3)
📝 multicast_udp_proxy/Dockerfile (+2 -4)
📝 packet_logs/Dockerfile (+1 -3)
📝 packet_logs/client-influxdb/go.mod (+2 -1)
📝 packet_logs/client-influxdb/go.sum (+4 -2)
📝 packet_logs/client-test/go.mod (+6 -3)
📝 packet_logs/client-test/go.sum (+4 -4)
📝 packet_logs/code-ulogd2/go.mod (+2 -1)

...and 10 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spr-networks/super/pull/118 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 2/7/2023 **Status:** ✅ Merged **Merged:** 2/9/2023 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`4115df0`](https://github.com/spr-networks/super/commit/4115df05a45670250b0398d8453dc3404a2ae0d2) Bump github.com/moby/moby in /packet_logs/stream-json-logs (#116) - [`5d2a039`](https://github.com/spr-networks/super/commit/5d2a0398f5055d9bbd445f5fcfc194e8fef74c4e) [build] Add exit 1 if bake fails - [`75f7c8b`](https://github.com/spr-networks/super/commit/75f7c8b74dbb4dcc15cd55d407dfdb0450aea502) Bump github.com/moby/moby in /packet_logs/client-test (#117) - [`37a8900`](https://github.com/spr-networks/super/commit/37a8900612b18c6e5af8bd8d8325553b6c3fd54b) Merge branch 'dev' of https://github.com/spr-networks/super into dev - [`671b2d1`](https://github.com/spr-networks/super/commit/671b2d1d606b6ec00eba2b03142708bdfe453a98) [build] Add exit 1 if bake fails - [`bf427e7`](https://github.com/spr-networks/super/commit/bf427e71a35ac6baaadd8dfca7d7398e0f637239) [build] Call exit if build script fails - [`294355f`](https://github.com/spr-networks/super/commit/294355f78871b235dad40b181791c9353ec65c98) [build] Use container_template image to reduce size - [`3302d40`](https://github.com/spr-networks/super/commit/3302d40c2f78587963c1ef8e5669b08445eaa230) [build] Run docker image build on dev branch also - [`2232cad`](https://github.com/spr-networks/super/commit/2232cadb2fbd57a0dfa0556a9e41b53a7c0dd3eb) [build] Fix RUNN typo in multicast proxy - [`944b227`](https://github.com/spr-networks/super/commit/944b22720e94d1ca361cf205ae40d19a895ed12c) [build] Update plugin-lookup builder to grab ca-certificates ### 📊 Changes **30 files changed** (+156 additions, -109 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-image.yml` (+10 -4) 📝 `.github/workflows/ios-build.yml` (+6 -0) 📝 `api/Dockerfile` (+2 -5) 📝 `api/code/go.mod` (+1 -0) 📝 `api/code/go.sum` (+2 -4) 📝 `api_sample_plugin/Dockerfile` (+2 -4) 📝 `base/Dockerfile` (+2 -4) 📝 `build_docker_compose.sh` (+2 -2) 📝 `dhcp/Dockerfile` (+2 -4) 📝 `dns/Dockerfile` (+1 -3) 📝 `docker-compose.yml` (+70 -14) 📝 `dyndns/Dockerfile` (+1 -3) 📝 `flowgather/Dockerfile` (+1 -3) 📝 `multicast_udp_proxy/Dockerfile` (+2 -4) 📝 `packet_logs/Dockerfile` (+1 -3) 📝 `packet_logs/client-influxdb/go.mod` (+2 -1) 📝 `packet_logs/client-influxdb/go.sum` (+4 -2) 📝 `packet_logs/client-test/go.mod` (+6 -3) 📝 `packet_logs/client-test/go.sum` (+4 -4) 📝 `packet_logs/code-ulogd2/go.mod` (+2 -1) _...and 10 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:36:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#325
No description provided.