Open
Conversation
added 5 commits
December 8, 2025 19:49
- Add GitHub Actions workflow for building and pushing Docker images - Support multi-architecture builds (AMD64, ARM64) - Enable automated testing and validation - Support version-based releases with GitHub Container Registry - Add .dockerignore for optimized Docker builds - Configure smart tagging strategy for different events
- Remove problematic moby/docker driver configuration - Simplify Docker buildx setup for GitHub Actions compatibility - Temporarily focus on AMD64 architecture for stability - Maintain multi-stage Docker build support - Ensure consistent GitHub Container Registry integration
- Remove cache-from and cache-to to resolve driver compatibility issue - GitHub Actions docker driver doesn't support cache export - Focus on stable build process over caching optimization - Maintain all other functionality including multi-platform support
- Remove problematic type=sha,prefix={{ref}}- tag generation rule
- Invalid tag generated: ghcr.io/li7hai26/efak:-e3ba412
- Simplify tag strategy to prevent format errors
- Maintain branch, version, and SHA-based tags only
- Ensure all generated tags are valid Docker image references
- Change FROM openjdk:17-jdk-slim to eclipse-temurin:17-jdk - eclipse-temurin is more reliable and widely available - Fix 'not found' error for Docker base image - Maintain JDK 17 requirement for the application - Ensure build compatibility across different Docker environments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
增加github actions自动打镜像,并且同时修复Dockerfile中 openjdk镜像不存在的问题 # # #735