[PR #47] [MERGED] Adding dockerfile and code to run as development or integration test server #295

Closed
opened 2026-03-03 12:10:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/47
Author: @teone
Created: 7/16/2019
Status: Merged
Merged: 7/18/2019
Merged by: @fsouza

Base: masterHead: master


📝 Commits (3)

📊 Changes

12 files changed (+294 additions, -4 deletions)

View changed files

.dockerignore (+6 -0)
📝 .gitignore (+4 -0)
Dockerfile (+24 -0)
Makefile (+37 -0)
📝 README.md (+71 -4)
VERSION (+1 -0)
examples/data/sample_bucket/some_file.txt (+1 -0)
examples/python/.gitignore (+1 -0)
examples/python/pip_requirements.txt (+19 -0)
examples/python/python.py (+35 -0)
📝 go.sum (+5 -0)
main.go (+90 -0)

📄 Description

Here is the first of the contribution discussed in #45

Comments are welcome (also let me know if the file structure make sense to you!)

Closes #45


🔄 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/47 **Author:** [@teone](https://github.com/teone) **Created:** 7/16/2019 **Status:** ✅ Merged **Merged:** 7/18/2019 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`cf1c537`](https://github.com/fsouza/fake-gcs-server/commit/cf1c5376d15257272cd68bd2ad3f35ba7f444b9b) Adding dockerfile and code to run as development or integration tests server - [`88cae4a`](https://github.com/fsouza/fake-gcs-server/commit/88cae4a25337742ff7d242d0efb217b6f4cd5275) Addressing PR comments - [`8f8af40`](https://github.com/fsouza/fake-gcs-server/commit/8f8af400d243e2ce9fc5604d7aa326ce7e797747) Fixing go linting and added GO111MODULE=on GOPROXY=https://proxy.golang.org go mod download ### 📊 Changes **12 files changed** (+294 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+6 -0) 📝 `.gitignore` (+4 -0) ➕ `Dockerfile` (+24 -0) ➕ `Makefile` (+37 -0) 📝 `README.md` (+71 -4) ➕ `VERSION` (+1 -0) ➕ `examples/data/sample_bucket/some_file.txt` (+1 -0) ➕ `examples/python/.gitignore` (+1 -0) ➕ `examples/python/pip_requirements.txt` (+19 -0) ➕ `examples/python/python.py` (+35 -0) 📝 `go.sum` (+5 -0) ➕ `main.go` (+90 -0) </details> ### 📄 Description Here is the first of the contribution discussed in #45 Comments are welcome (also let me know if the file structure make sense to you!) Closes #45 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:10:07 +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#295
No description provided.