Skip to content

Conversation

@FalkoFlessner
Copy link
Contributor

@FalkoFlessner FalkoFlessner commented Oct 16, 2024

In README.md is an example docker-compose.yaml file that can be improved in two points

In README.md is an example docker-compose.yaml file that can be improved
in two points

- The "version" top level element is obsolete, see
  https://docs.docker.com/reference/compose-file/version-and-name/
- The "command" element contains a superflous "pebble" that prevents the
  following parameters from being parsed. (In the included
  docker-compose.yaml, the "command" element is already correct, see
  https://github.com/letsencrypt/pebble/blob/e08dd94e723a0e8d005d7c6149a8666e4bf5d877/docker-compose.yml#L5
  for comparison.)
@mcpherrinm
Copy link
Contributor

Perhaps we should just remove the example from the README and reference the docker-compose.yml, as it's more likely to be tested and correct.

@FalkoFlessner
Copy link
Contributor Author

Sounds reasonable. Do you want this to be part of this PR?

@mcpherrinm
Copy link
Contributor

Let's merge this as-is, and we can always do that as another change if we want.

@mcpherrinm mcpherrinm merged commit ddbc6be into letsencrypt:main Oct 21, 2024
@mcpherrinm mcpherrinm changed the title Fix(NOISSUE): Fix docker compose file example in README.md Fix docker compose file example in README.md Oct 21, 2024
kwatson added a commit to kwatson/letsencrypt-pebble that referenced this pull request Jun 9, 2025
* 'main' of https://github.com/letsencrypt/pebble: (35 commits)
  add overriding of ARI response (letsencrypt#501)
  wfe: fix a race in `orderForDisplay` (letsencrypt#500)
  Bump golang.org/x/ dependencies (letsencrypt#499)
  currectly triggers BadSignatureAlgorithmProblem at JWS parse time (letsencrypt#492)
  use newer validation subdomain for dns-account-01 (fix CI eggsampler/acme error) (letsencrypt#498)
  Orders don't have a "deactivated" status. (letsencrypt#301)
  Update golangci-lint (letsencrypt#488)
  build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 (letsencrypt#487)
  Truncate ARI timestamps to millisecond resolution (letsencrypt#485)
  return logical and compliant ARI windows for expiring certs (letsencrypt#484)
  Update dependencies (letsencrypt#481)
  docs: rm mention of subproblems being unimpl'd (letsencrypt#479)
  Fix(NOISSUE): Fix docker compose file example in README.md (letsencrypt#475)
  Add support for ACME Profiles (letsencrypt#473)
  Simplify KU, EKU, and SKID fields of issued certs (letsencrypt#472)
  Update golangci-lint to 1.60.2 (letsencrypt#474)
  Update /x/net for compatibility with go1.23 (letsencrypt#470)
  Reject extra command line args and fix README invocation (letsencrypt#467)
  Document exposing API and management ports when not using docker-compose.yaml (letsencrypt#465)
  Implement latest draft-ietf-acme-ari spec (letsencrypt#461)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants