Skip to content
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

Move end of line comments to their own line to improve readability #568

Merged
merged 1 commit into from
Apr 22, 2019

Conversation

yosifkit
Copy link
Member

Replaces and closes #309 (sorry for the delay πŸ™‡β€β™‚οΈ)

Dockerfile-debian.template Outdated Show resolved Hide resolved
@tianon tianon merged commit 59e5a64 into docker-library:master Apr 22, 2019
@tianon tianon deleted the pr-309 branch April 22, 2019 23:49
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Apr 23, 2019
Changes:

- docker-library/postgres@e521526: Remove "backwards compatibility" entrypoint symlink in 12+
- docker-library/postgres@03db72f: Remove UUID variability now that 9.3 is gone (per comment in "update.sh")
- docker-library/postgres@59e5a64: Merge pull request docker-library/postgres#568 from infosiftr/pr-309
- docker-library/postgres@85aadc0: Move end of line comment to its own line to improve readability
@teohhanhui
Copy link

But this triggers a warning on docker build, which says that empty continuation lines will be an error in a future release. Has that future been saved yet?

@yosifkit
Copy link
Member Author

yosifkit commented May 4, 2019

That was fixed in moby/moby#35004

@tianon
Copy link
Member

tianon commented May 4, 2019

That was a bug in a particular version of Docker that should've now been long-since fixed where this was detected incorrectly as an empty continuation line. πŸ‘

See moby/moby#35004 for the PR which fixed this (Docker 17.10+).

@teohhanhui
Copy link

But it seems like we use the default docker version on Travis CI, which is really old. So that error is shown.

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.

3 participants