mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 14:15:49 +03:00
[PR #47] [MERGED] Adding dockerfile and code to run as development or integration test server #295
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#295
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/47
Author: @teone
Created: 7/16/2019
Status: ✅ Merged
Merged: 7/18/2019
Merged by: @fsouza
Base:
master← Head:master📝 Commits (3)
cf1c537Adding dockerfile and code to run as development or integration tests server88cae4aAddressing PR comments8f8af40Fixing go linting and added GO111MODULE=on GOPROXY=https://proxy.golang.org go mod download📊 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.