[PR #573] [CLOSED] [#572] Add Docker tags #3402

Closed
opened 2026-02-22 18:33:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/573
Author: @AStevensTaylor
Created: 1/11/2024
Status: Closed

Base: masterHead: master


📝 Commits (8)

  • ccf87e9 [FEAT]: Docker Tags specific to a build version #572
  • 74190ae fix: dockerhub repo name
  • 8e56dd7 feat: add Docker build caches
  • 6dd683a fix: docker username
  • dbc28ee FEAT: Add doc return data
  • c0980db FEAT: Added swagger doc updates
  • 4c70d0d FEAT: Document endpoint swagger doc updates
  • 7053721 Merge pull request #2 from PacktDev/feat/doc-return-data

📊 Changes

10 files changed (+93 additions, -35 deletions)

View changed files

📝 .github/workflows/build-and-push-image.yaml (+28 -7)
📝 collector/index.js (+2 -2)
📝 collector/processSingleFile/convert/asAudio.js (+3 -1)
📝 collector/processSingleFile/convert/asDocx.js (+7 -5)
📝 collector/processSingleFile/convert/asMbox.js (+3 -1)
📝 collector/processSingleFile/convert/asOfficeMime.js (+3 -1)
📝 collector/processSingleFile/convert/asPDF.js (+8 -5)
📝 collector/processSingleFile/convert/asTxt.js (+4 -1)
📝 server/endpoints/api/document/index.js (+23 -11)
📝 server/swagger/openapi.json (+12 -1)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #572

What is in this change?

Specifies tags to build for the docker build; allowing for a deployment to pin to a specific build of the repository.
It also allows for forks to be built onto GitHub's container repo.

Additional Information

The mintplex/anythingllm dockerhub tag is built if it is running on a fork with the secrets.DOCKER_USERNAME set, this could cause confusion for forks.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/573 **Author:** [@AStevensTaylor](https://github.com/AStevensTaylor) **Created:** 1/11/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`ccf87e9`](https://github.com/Mintplex-Labs/anything-llm/commit/ccf87e951f171e31a66d175df93d800e73ba13cd) [FEAT]: Docker Tags specific to a build version #572 - [`74190ae`](https://github.com/Mintplex-Labs/anything-llm/commit/74190ae8367426cf940d220a865e73298c82ab0e) fix: dockerhub repo name - [`8e56dd7`](https://github.com/Mintplex-Labs/anything-llm/commit/8e56dd7dd54c1641210285294265922a09c433bb) feat: add Docker build caches - [`6dd683a`](https://github.com/Mintplex-Labs/anything-llm/commit/6dd683aa3137e5cc8917dd924836f023af213517) fix: docker username - [`dbc28ee`](https://github.com/Mintplex-Labs/anything-llm/commit/dbc28ee1515a234cec7edfbae5c5caf4dea0961f) FEAT: Add doc return data - [`c0980db`](https://github.com/Mintplex-Labs/anything-llm/commit/c0980db94b585c121f556a6a6004028b45c00334) FEAT: Added swagger doc updates - [`4c70d0d`](https://github.com/Mintplex-Labs/anything-llm/commit/4c70d0de2733fcd0ee43a8659437e644b924c33b) FEAT: Document endpoint swagger doc updates - [`7053721`](https://github.com/Mintplex-Labs/anything-llm/commit/7053721deec6fcf5d30869318553c388a3482b2b) Merge pull request #2 from PacktDev/feat/doc-return-data ### 📊 Changes **10 files changed** (+93 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-and-push-image.yaml` (+28 -7) 📝 `collector/index.js` (+2 -2) 📝 `collector/processSingleFile/convert/asAudio.js` (+3 -1) 📝 `collector/processSingleFile/convert/asDocx.js` (+7 -5) 📝 `collector/processSingleFile/convert/asMbox.js` (+3 -1) 📝 `collector/processSingleFile/convert/asOfficeMime.js` (+3 -1) 📝 `collector/processSingleFile/convert/asPDF.js` (+8 -5) 📝 `collector/processSingleFile/convert/asTxt.js` (+4 -1) 📝 `server/endpoints/api/document/index.js` (+23 -11) 📝 `server/swagger/openapi.json` (+12 -1) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [X] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #572 ### What is in this change? Specifies tags to build for the docker build; allowing for a deployment to pin to a specific build of the repository. It also allows for forks to be built onto GitHub's container repo. ### Additional Information The mintplex/anythingllm dockerhub tag is built if it is running on a fork with the `secrets.DOCKER_USERNAME` set, this could cause confusion for forks. ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [X] I have tested my code functionality - [X] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:42 -05:00
yindo closed this issue 2026-02-22 18:33:42 -05:00
yindo changed title from [PR #573] [#572] Add Docker tags to [PR #573] [CLOSED] [#572] Add Docker tags 2026-06-05 15:13:14 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3402