[PR #13311] [CLOSED] fork update #60858

Closed
opened 2026-04-29 15:58:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13311
Author: @OlegKarenkikh
Created: 12/3/2025
Status: Closed

Base: mainHead: main


📝 Commits (10+)

  • e4052b2 feat: Enhance security by updating dependencies and Dockerfile
  • dba9df0 Add documentation for base Docker image versions
  • 04bc3ab Refactor: Update base images and security patches
  • ffbaba5 Merge pull request #1 from OlegKarenkikh/cursor/scan-repository-for-go-image-cve-vulnerabilities-composer-1-e828
  • fda03ff Refactor: Install specific CUDA packages instead of toolkit
  • e2ed7a9 Merge pull request #3 from OlegKarenkikh/cursor/install-cuda-packages-with-sufficient-disk-space-claude-4.5-sonnet-thinking-61bf
  • 189bfaf Refactor Go version and architecture detection in Dockerfile
  • 972718f Update CMAKEVERSION and add openssl/ca-certificates installs
  • 945d3e3 Merge pull request #4 from OlegKarenkikh/cursor/build-ollama-docker-image-composer-1-fb99
  • c784d19 Upgrade Go toolchain to 1.24.9

📊 Changes

16 files changed (+1682 additions, -112 deletions)

View changed files

BASE_IMAGES_VERSIONS.md (+125 -0)
📝 CMakePresets.json (+1 -1)
CVE_ANALYSIS_REPORT.md (+91 -0)
Docker.exp.codex (+69 -0)
📝 Dockerfile (+114 -31)
Dockerfile.almalinux10 (+221 -0)
Dockerfile.almalinux9 (+210 -0)
Dockerfile.experimental (+97 -0)
Dockerfile.secure (+230 -0)
SECURITY_UPDATE_INSTRUCTIONS.md (+169 -0)
UPDATE_SUMMARY.md (+121 -0)
check-vulnerabilities.sh (+52 -0)
📝 go.mod (+25 -23)
go.mod.updated (+86 -0)
📝 go.sum (+57 -56)
📝 ml/backend/ggml/ggml/src/ggml-cuda/CMakeLists.txt (+14 -1)

📄 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/ollama/ollama/pull/13311 **Author:** [@OlegKarenkikh](https://github.com/OlegKarenkikh) **Created:** 12/3/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`e4052b2`](https://github.com/ollama/ollama/commit/e4052b2edcee6f7ae2d6ede8a34c3f63be8c7ba3) feat: Enhance security by updating dependencies and Dockerfile - [`dba9df0`](https://github.com/ollama/ollama/commit/dba9df001f8bf4e0abca8eab080d6e226f8fdd21) Add documentation for base Docker image versions - [`04bc3ab`](https://github.com/ollama/ollama/commit/04bc3ab7031126b2f22902dba0243dd92b1430a7) Refactor: Update base images and security patches - [`ffbaba5`](https://github.com/ollama/ollama/commit/ffbaba53d435308b4941cc5e3987ab8a783d331b) Merge pull request #1 from OlegKarenkikh/cursor/scan-repository-for-go-image-cve-vulnerabilities-composer-1-e828 - [`fda03ff`](https://github.com/ollama/ollama/commit/fda03ffbb411393dd5dc7aa6eb963398a8b3e6ba) Refactor: Install specific CUDA packages instead of toolkit - [`e2ed7a9`](https://github.com/ollama/ollama/commit/e2ed7a94d5c5536ad75b6c522707e598dfd69d84) Merge pull request #3 from OlegKarenkikh/cursor/install-cuda-packages-with-sufficient-disk-space-claude-4.5-sonnet-thinking-61bf - [`189bfaf`](https://github.com/ollama/ollama/commit/189bfaf676489f1db67af87773d69830c711ff3b) Refactor Go version and architecture detection in Dockerfile - [`972718f`](https://github.com/ollama/ollama/commit/972718fdf52ab03fe554e1a8bdf6698a29fe5b5b) Update CMAKEVERSION and add openssl/ca-certificates installs - [`945d3e3`](https://github.com/ollama/ollama/commit/945d3e3da48104406664a5180b3f007692934c84) Merge pull request #4 from OlegKarenkikh/cursor/build-ollama-docker-image-composer-1-fb99 - [`c784d19`](https://github.com/ollama/ollama/commit/c784d19b4628004685241cd989e60cd5555c9f69) Upgrade Go toolchain to 1.24.9 ### 📊 Changes **16 files changed** (+1682 additions, -112 deletions) <details> <summary>View changed files</summary> ➕ `BASE_IMAGES_VERSIONS.md` (+125 -0) 📝 `CMakePresets.json` (+1 -1) ➕ `CVE_ANALYSIS_REPORT.md` (+91 -0) ➕ `Docker.exp.codex` (+69 -0) 📝 `Dockerfile` (+114 -31) ➕ `Dockerfile.almalinux10` (+221 -0) ➕ `Dockerfile.almalinux9` (+210 -0) ➕ `Dockerfile.experimental` (+97 -0) ➕ `Dockerfile.secure` (+230 -0) ➕ `SECURITY_UPDATE_INSTRUCTIONS.md` (+169 -0) ➕ `UPDATE_SUMMARY.md` (+121 -0) ➕ `check-vulnerabilities.sh` (+52 -0) 📝 `go.mod` (+25 -23) ➕ `go.mod.updated` (+86 -0) 📝 `go.sum` (+57 -56) 📝 `ml/backend/ggml/ggml/src/ggml-cuda/CMakeLists.txt` (+14 -1) </details> ### 📄 Description _No description provided_ --- <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 2026-04-29 15:58:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#60858