mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 21:55:56 +03:00
[PR #1041] [CLOSED] A quick fix for enviroment variables config support when running in a container #1140
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#1140
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/fsouza/fake-gcs-server/pull/1041
Author: @mikechernev
Created: 1/11/2023
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
6f4ef6cUse env vars for paramenters when running in a container📊 Changes
3 files changed (+31 additions, -1 deletions)
View changed files
📝
Dockerfile(+2 -1)📝
README.md(+9 -0)➕
run.sh(+20 -0)📄 Description
Hey,
This partially fixes #561 so that the project can be used in GitHub actions. I will look into using the env vars as a build in thing, because now there's an overlap of default values.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.