mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[PR #2696] [MERGED] fix: don't use BUILD_HASH build arg until needed, busts cache otherwise #44108
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/2696
Author: @cheahjs
Created: 6/1/2024
Status: ✅ Merged
Merged: 6/1/2024
Merged by: @tjbck
Base:
dev← Head:fix/docker-layer-caching📝 Commits (1)
afbea2efix: don't use BUILD_HASH build arg until needed, busts cache otherwise📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Dockerfile(+1 -1)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Fix Docker layer caching. https://github.com/open-webui/open-webui/pull/2562 had added the build arg too early, causing all layers to bust the cache due to differing build args.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.