[PR #1408] [CLOSED] Move build process to ko #1465

Closed
opened 2026-03-03 12:34:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: move-to-ko


📝 Commits (2)

  • fa2c764 Move build process to ko
  • 66b6599 github/workflows: fix job names

📊 Changes

7 files changed (+67 additions, -92 deletions)

View changed files

.dockerignore (+0 -6)
.github/workflows/docker-tests.yml (+0 -28)
📝 .github/workflows/ko-build.yml (+17 -19)
.github/workflows/ko-test.yaml (+39 -0)
Dockerfile (+0 -18)
📝 README.md (+4 -13)
📝 examples/python/python.py (+7 -8)

📄 Description

With this change, we'll start publishing fsouza/fake-gcs-server:main to Docker Hub.

TODO:

  • What's the equivalent of EXPOSE? not supported
  • How do we add -data /data to the ENTRYPOINT? (this is arguably a bad thing, but I want to keep things backwards compatible) not supported

🔄 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/1408 **Author:** [@fsouza](https://github.com/fsouza) **Created:** 11/28/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `move-to-ko` --- ### 📝 Commits (2) - [`fa2c764`](https://github.com/fsouza/fake-gcs-server/commit/fa2c764816301fcc6eec1f1c2d5fccb1d906f10d) Move build process to `ko` - [`66b6599`](https://github.com/fsouza/fake-gcs-server/commit/66b65997c698db97c7afbbf2932b90c59deb0fba) github/workflows: fix job names ### 📊 Changes **7 files changed** (+67 additions, -92 deletions) <details> <summary>View changed files</summary> ➖ `.dockerignore` (+0 -6) ➖ `.github/workflows/docker-tests.yml` (+0 -28) 📝 `.github/workflows/ko-build.yml` (+17 -19) ➕ `.github/workflows/ko-test.yaml` (+39 -0) ➖ `Dockerfile` (+0 -18) 📝 `README.md` (+4 -13) 📝 `examples/python/python.py` (+7 -8) </details> ### 📄 Description With this change, we'll start publishing `fsouza/fake-gcs-server:main` to Docker Hub. TODO: - [ ] ~What's the equivalent of `EXPOSE`?~ not supported - [ ] ~How do we add `-data /data` to the `ENTRYPOINT`? (this is arguably a bad thing, but I want to keep things backwards compatible)~ not supported --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:34:43 +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#1465
No description provided.