plone / plone/container-backend

$@ in `start` verb on docker-entrypoint.sh

Open
#51 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

04 type: enhancement
Dominant language
Shell
Stars
18
Forks
18
Avg merge
1h 32m
Merged PRs (30d)
2

Description

We'd like to be able to tune Waitress with command line parameters (does not seem like it takes variables), so it would be good if the start verb located near the end of the entrypoint script actually supported "$@" so that we may pass parameters to it.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Read docker-entrypoint.sh near the end, where the start verb is implemented, and inspect how it invokes Waitress. Done means the start verb forwards command-line parameters through "$@" so Waitress can be tuned when the container is started.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, shell
Domain
devops
Issue type
Feature
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.