[PR #1041] [CLOSED] A quick fix for enviroment variables config support when running in a container #1140

Closed
opened 2026-03-03 12:33:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1041
Author: @mikechernev
Created: 1/11/2023
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 6f4ef6c Use 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/1041 **Author:** [@mikechernev](https://github.com/mikechernev) **Created:** 1/11/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`6f4ef6c`](https://github.com/fsouza/fake-gcs-server/commit/6f4ef6c64569fc58dc2bb884ad07e01d1f979930) Use env vars for paramenters when running in a container ### 📊 Changes **3 files changed** (+31 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+2 -1) 📝 `README.md` (+9 -0) ➕ `run.sh` (+20 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:33:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#1140
No description provided.