[PR #53] [MERGED] Docker socket integration & Go Updates #90

Closed
opened 2025-11-19 07:13:41 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/newt/pull/53
Author: @oschwartz10612
Created: 6/5/2025
Status: Merged
Merged: 6/5/2025
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (10+)

  • e0d2349 Add tzdata package
  • 67abd23 Merge branch 'main' into dev
  • 4cf83f4 docker socket
  • 0398865 Create dependabot.yml
  • 78f31a5 Update dependabot.yml
  • 607d197 Bump the minor-updates group with 2 updates
  • a3cfda9 Bump golang.org/x/net in the prod-minor-updates group
  • f060306 Merge pull request #5 from Lokowitz/dependabot/docker/minor-updates-462732f451
  • 994d11b Merge pull request #6 from Lokowitz/dependabot/go_modules/prod-minor-updates-5e519fa3dd
  • 6935c3b Merge pull request #48 from Lokowitz/main

📊 Changes

7 files changed (+380 additions, -33 deletions)

View changed files

.github/dependabot.yml (+46 -0)
📝 Dockerfile (+3 -3)
📝 README.md (+7 -14)
docker/client.go (+166 -0)
📝 go.mod (+26 -4)
📝 go.sum (+81 -8)
📝 main.go (+51 -4)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Now Newt can integrate with the Docker socket to provide remote inspection of Docker containers. This allows Pangolin to query and retrieve detailed information about containers running on the Newt client, including metadata, network configuration, port mappings, and more.

Thanks to @improbableone for the Docker socket integration and to @Lokowitz for the updates!


🔄 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/fosrl/newt/pull/53 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 6/5/2025 **Status:** ✅ Merged **Merged:** 6/5/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`e0d2349`](https://github.com/fosrl/newt/commit/e0d2349efa17254065028ca9b63b29e15785a90d) Add tzdata package - [`67abd23`](https://github.com/fosrl/newt/commit/67abd239b6d9330f2220aaffe9d9f7324e0cba17) Merge branch 'main' into dev - [`4cf83f4`](https://github.com/fosrl/newt/commit/4cf83f4cfc40814ba0c945b542835c38696c818e) docker socket - [`0398865`](https://github.com/fosrl/newt/commit/03988655b6895d1dedc705ab60571077071d7f55) Create dependabot.yml - [`78f31a5`](https://github.com/fosrl/newt/commit/78f31a56b0874c226c902b8b8a0753ef201066bd) Update dependabot.yml - [`607d197`](https://github.com/fosrl/newt/commit/607d197b02006c4981e1135785d18eb89fccf655) Bump the minor-updates group with 2 updates - [`a3cfda9`](https://github.com/fosrl/newt/commit/a3cfda9fc56a4d916249a5d36efc8dd5b2a5f3ce) Bump golang.org/x/net in the prod-minor-updates group - [`f060306`](https://github.com/fosrl/newt/commit/f060306654cbae1f12fd62f463b3f39e9b0e850f) Merge pull request #5 from Lokowitz/dependabot/docker/minor-updates-462732f451 - [`994d11b`](https://github.com/fosrl/newt/commit/994d11b40ce8cc25a40f134c71791701f7c6a06f) Merge pull request #6 from Lokowitz/dependabot/go_modules/prod-minor-updates-5e519fa3dd - [`6935c3b`](https://github.com/fosrl/newt/commit/6935c3b8db4f81a61fd84ef75ebd6f311f824d0a) Merge pull request #48 from Lokowitz/main ### 📊 Changes **7 files changed** (+380 additions, -33 deletions) <details> <summary>View changed files</summary> ➕ `.github/dependabot.yml` (+46 -0) 📝 `Dockerfile` (+3 -3) 📝 `README.md` (+7 -14) ➕ `docker/client.go` (+166 -0) 📝 `go.mod` (+26 -4) 📝 `go.sum` (+81 -8) 📝 `main.go` (+51 -4) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description Now Newt can integrate with the Docker socket to provide remote inspection of Docker containers. This allows Pangolin to query and retrieve detailed information about containers running on the Newt client, including metadata, network configuration, port mappings, and more. Thanks to @improbableone for the Docker socket integration and to @Lokowitz for the updates! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-19 07:13:41 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#90