mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3737] [CLOSED] Improve docker images #4821
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4821
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/fatedier/frp/pull/3737
Author: @reneleonhardt
Created: 10/31/2023
Status: ❌ Closed
Base:
dev← Head:update-and-improve-docker📝 Commits (3)
b41b8aefeat: Improve docker images54218d0feat: Unify docker buildde9764eApply hadolint suggestion📊 Changes
5 files changed (+63 additions, -40 deletions)
View changed files
➕
.dockerignore(+19 -0)📝
.github/workflows/build-and-push-image.yml(+10 -16)➕
Dockerfile(+34 -0)➖
dockerfiles/Dockerfile-for-frpc(+0 -12)➖
dockerfiles/Dockerfile-for-frps(+0 -12)📄 Description
Summary
🤖 Generated by Copilot at 24e5b67
This pull request refactors and improves the docker-related files and workflows of the project. It adds a
Dockerfilethat builds a single image for bothfrpcandfrps, using build arguments and multi-stage build. It also adds a.dockerignorefile and a.github/dependabot.ymlfile, and simplifies the.github/workflows/build-and-push-image.ymlfile. It deletes thedockerfiles/Dockerfile-for-frpcanddockerfiles/Dockerfile-for-frpsfiles, as they are no longer needed.WHY
Docker improvements:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.