-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker image entrypoint should just be "/quilkin" #583
Labels
area/user-experience
Pertaining to developers trying to use Quilkin, e.g. cli interface, configuration, etc
kind/feature
New feature or request
Comments
markmandel
added
kind/feature
New feature or request
area/user-experience
Pertaining to developers trying to use Quilkin, e.g. cli interface, configuration, etc
labels
Aug 30, 2022
Yep, fully agree, I've already done that in my local branch. |
Making a note that we'd likely also need to update several pieces of documentation with this change as well. |
Working on this right now 👍🏻 |
markmandel
added a commit
to markmandel/quilkin
that referenced
this issue
Sep 27, 2022
* Changed the entrypoint to /quilkin * Fixed cloudbuild.yaml tests. * Updates to agones integration tests * Updated container documentation * Update Xonotic example, including converting the simple sidecar example to command line arguments. Closes googleforgames#583
markmandel
added a commit
to markmandel/quilkin
that referenced
this issue
Sep 28, 2022
* Changed the entrypoint to /quilkin * Fixed cloudbuild.yaml tests. * Updates to agones integration tests * Updated container documentation * Update Xonotic example, including converting the simple sidecar example to command line arguments. Closes googleforgames#583
markmandel
added a commit
to markmandel/quilkin
that referenced
this issue
Sep 28, 2022
* Changed the entrypoint to /quilkin * Fixed cloudbuild.yaml tests. * Updates to agones integration tests * Updated container documentation * Update Xonotic example, including converting the simple sidecar example to command line arguments. Closes googleforgames#583
markmandel
added a commit
to markmandel/quilkin
that referenced
this issue
Sep 28, 2022
* Changed the entrypoint to /quilkin * Fixed cloudbuild.yaml tests. * Updates to agones integration tests * Updated container documentation * Update Xonotic example, including converting the simple sidecar example to command line arguments. Closes googleforgames#583
markmandel
added a commit
to markmandel/quilkin
that referenced
this issue
Sep 28, 2022
* Changed the entrypoint to /quilkin * Fixed cloudbuild.yaml tests. * Updates to agones integration tests * Updated container documentation * Update Xonotic example, including converting the simple sidecar example to command line arguments. Closes googleforgames#583
markmandel
added a commit
that referenced
this issue
Sep 28, 2022
* Changed the entrypoint to /quilkin * Fixed cloudbuild.yaml tests. * Updates to agones integration tests * Updated container documentation * Update Xonotic example, including converting the simple sidecar example to command line arguments. Closes #583
XAMPPRocky
pushed a commit
that referenced
this issue
Oct 10, 2022
* Changed the entrypoint to /quilkin * Fixed cloudbuild.yaml tests. * Updates to agones integration tests * Updated container documentation * Update Xonotic example, including converting the simple sidecar example to command line arguments. Closes #583
XAMPPRocky
pushed a commit
that referenced
this issue
Oct 10, 2022
* Changed the entrypoint to /quilkin * Fixed cloudbuild.yaml tests. * Updates to agones integration tests * Updated container documentation * Update Xonotic example, including converting the simple sidecar example to command line arguments. Closes #583
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/user-experience
Pertaining to developers trying to use Quilkin, e.g. cli interface, configuration, etc
kind/feature
New feature or request
Is your feature request related to a problem? Please describe.
Context:
quilkin/image/Dockerfile
Line 23 in 0ba88ed
Running Quilkin in xds provider mode requires you to replace the entire ENTRYPOINT, rather than altering arguments, since the entrypoint is setup to run only the proxy mode (which was the only mode at time of writing).
This is possible, but it is an extra point of friction, and it would be super nice if you didn't have to.
Describe the solution you'd like
Then arguments could be provided for the container to specify what mode you wish to run in, which seems like the most amount of sense.
Describe alternatives you've considered
We could leave it as is, but it seems counter intuitive to how containers usually work 🤷🏻♂️
Additional context
There are various tests this would break, but they are all fixable.
The text was updated successfully, but these errors were encountered: