Skip to content

Benrski/openmemory-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

OpenMemory images

Pre-built Docker images for the OpenMemory project from mem0ai/mem0, published to GHCR.

How it works

  • This repo contains a minimal, manual GitHub Actions workflow.
  • You provide a tag (e.g., v0.1.115) and the workflow builds from mem0ai/mem0 at that tag.
  • Images are published tagged with the provided tag and also as latest.

Trigger a build

Option A — Manual (explicit tag)

  1. Go to Actions → "Build and publish OpenMemory images" → Run workflow.
  2. Enter a tag that exists upstream in mem0ai/mem0 (e.g., v0.1.115).

Option B — Mirror latest upstream tag

  1. Run Actions → "Sync upstream tags". It mirrors the latest upstream v* tag into this repo and triggers the build automatically.

Pull images

docker pull ghcr.io/benrski/openmemory-api:latest
docker pull ghcr.io/benrski/openmemory-ui:latest

Notes

  • Images are built from the upstream Dockerfiles at openmemory/api and openmemory/ui.
  • If the upstream layout changes, update the build contexts in .github/workflows/build.yml.

Upstream: https://github.com/mem0ai/mem0

About

Pre-built Docker images for the OpenMemory project from mem0ai/mem0, published to GHCR.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors