[PR #382] [CLOSED] Docker build, bug-fixes #569

Closed
opened 2026-03-03 12:30:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/382
Author: @flylo
Created: 12/12/2020
Status: Closed

Base: mainHead: zac_great


📝 Commits (5)

📊 Changes

25 files changed (+250 additions, -467 deletions)

View changed files

📝 .dockerignore (+0 -1)
.github/dependabot.yml (+0 -37)
.github/workflows/codeql-analysis.yml (+0 -54)
.github/workflows/docker-push.yml (+0 -38)
.github/workflows/docker-tests.yml (+0 -19)
.github/workflows/goreleaser-test.yml (+0 -19)
.github/workflows/goreleaser.yml (+0 -23)
.github/workflows/main.yml (+0 -110)
📝 .gitignore (+4 -0)
.golangci.yaml (+0 -32)
📝 Dockerfile (+1 -7)
acl/acl.go (+19 -0)
ci/.goreleaser.yml (+0 -28)
ci/Dockerfile (+0 -4)
ci/docker-build.sh (+0 -39)
ci/run-go-example.sh (+0 -13)
ci/run-node-example.sh (+0 -14)
ci/run-python-example.sh (+0 -15)
cloudbuild-pull.yaml (+35 -0)
cloudbuild.yaml (+44 -0)

...and 5 more files

📄 Description

Validated on GCS util test in commons


🔄 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/382 **Author:** [@flylo](https://github.com/flylo) **Created:** 12/12/2020 **Status:** ❌ Closed **Base:** `main` ← **Head:** `zac_great` --- ### 📝 Commits (5) - [`3685b66`](https://github.com/fsouza/fake-gcs-server/commit/3685b661c72082aa7e4521e0b9525f2423326b6d) fix - [`bb5c37b`](https://github.com/fsouza/fake-gcs-server/commit/bb5c37b93a4e7a27e8885626ae70e61d6b91fd87) bucket name and config - [`5437715`](https://github.com/fsouza/fake-gcs-server/commit/5437715d62577c1d31f8b014518132c9fde240bc) pom build - [`df26421`](https://github.com/fsouza/fake-gcs-server/commit/df26421588127d7fa2226ca82f6064f7455c6845) moar - [`11ba20a`](https://github.com/fsouza/fake-gcs-server/commit/11ba20adbaa4d5f8277bf2a14738c7b4a851b6f5) deleting useless nonsense ### 📊 Changes **25 files changed** (+250 additions, -467 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+0 -1) ➖ `.github/dependabot.yml` (+0 -37) ➖ `.github/workflows/codeql-analysis.yml` (+0 -54) ➖ `.github/workflows/docker-push.yml` (+0 -38) ➖ `.github/workflows/docker-tests.yml` (+0 -19) ➖ `.github/workflows/goreleaser-test.yml` (+0 -19) ➖ `.github/workflows/goreleaser.yml` (+0 -23) ➖ `.github/workflows/main.yml` (+0 -110) 📝 `.gitignore` (+4 -0) ➖ `.golangci.yaml` (+0 -32) 📝 `Dockerfile` (+1 -7) ➕ `acl/acl.go` (+19 -0) ➖ `ci/.goreleaser.yml` (+0 -28) ➖ `ci/Dockerfile` (+0 -4) ➖ `ci/docker-build.sh` (+0 -39) ➖ `ci/run-go-example.sh` (+0 -13) ➖ `ci/run-node-example.sh` (+0 -14) ➖ `ci/run-python-example.sh` (+0 -15) ➕ `cloudbuild-pull.yaml` (+35 -0) ➕ `cloudbuild.yaml` (+44 -0) _...and 5 more files_ </details> ### 📄 Description Validated on GCS util test in commons --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:30:38 +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#569
No description provided.