mirror of
https://github.com/langgenius/dify-sandbox.git
synced 2026-07-25 21:46:12 -04:00
[PR #178] [MERGED] refactor: dockerfile #191
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/langgenius/dify-sandbox/pull/178
Author: @Yeuoly
Created: 7/21/2025
Status: ✅ Merged
Merged: 7/21/2025
Merged by: @Yeuoly
Base:
main← Head:refactor/dockerfile📝 Commits (4)
d46bb3efeat: Introduce Dockerfile generation scripts and templates5447a52feat: Enhance CI workflows with yq installation and Dockerfile generation9d493affeat: Update CI workflow to read Go version from configurationa288405chore: Remove legacy Dockerfile templates and update .gitignore📊 Changes
12 files changed (+388 additions, -220 deletions)
View changed files
📝
.github/workflows/build.yml(+27 -2)📝
.github/workflows/tests.yml(+21 -7)📝
.gitignore(+3 -1)➖
docker/amd64-test/dockerfile(+0 -64)➖
docker/amd64/dockerfile(+0 -41)➖
docker/arm64-test/dockerfile(+0 -64)➖
docker/arm64/dockerfile(+0 -41)➕
docker/generate.sh(+109 -0)➕
docker/templates/base.dockerfile(+27 -0)➕
docker/templates/production.dockerfile(+60 -0)➕
docker/templates/test.dockerfile(+99 -0)➕
docker/versions.yaml(+42 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.