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

GUACAMOLE-374: Restore support for legacy Docker links. #1021

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

mike-jumper
Copy link
Contributor

@mike-jumper mike-jumper commented Oct 2, 2024

These changes add a new entrypoint.d/000-migrate-docker-links.sh script that migrates environment variables coming from the following Docker links:

  • guacd
  • mysql
  • postgres
  • sqlserver

That's the entire list of all Docker links we've ever supported historically. Any other variables that may be from other Docker links are untouched.

The migration intentionally occurs before the general deprecated environment variable migration script, as POSTGRES_PORT can be either from direct usage of that deprecated environment variable or from a deprecated Docker link.

@mike-jumper mike-jumper marked this pull request as ready for review October 3, 2024 06:00
@mike-jumper mike-jumper marked this pull request as draft October 3, 2024 06:06
@mike-jumper mike-jumper marked this pull request as ready for review October 3, 2024 19:14
@mike-jumper
Copy link
Contributor Author

mike-jumper commented Oct 3, 2024

OK - this should be ready now.

@aleitner aleitner merged commit d433a27 into apache:staging/1.6.0 Oct 4, 2024
1 check passed
@mike-jumper mike-jumper deleted the fix-docker-links branch October 4, 2024 21:29
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