[bin/kibana-docker] Add server.cdn.url#177491
Merged
Merged
Conversation
Contributor
|
Pinging @elastic/kibana-operations (Team:Operations) |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
To update your PR or re-run it, just comment with: |
Ikuni17
approved these changes
Feb 21, 2024
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 22, 2024
Adds support for setting `server.cdn.url` in our docker containers. Implemented at elastic#169408. (cherry picked from commit 023f5d6)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Feb 22, 2024
# Backport This will backport the following commits from `main` to `8.13`: - [[bin/kibana-docker] Add server.cdn.url (#177491)](#177491) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jon","email":"jon@elastic.co"},"sourceCommit":{"committedDate":"2024-02-22T01:05:08Z","message":"[bin/kibana-docker] Add server.cdn.url (#177491)\n\nAdds support for setting `server.cdn.url` in our docker containers.\r\nImplemented at https://github.com/elastic/kibana/pull/169408.","sha":"023f5d63345667819c363b597867d0b3c53ca488","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:prev-minor","v8.14.0"],"title":"[bin/kibana-docker] Add server.cdn.url","number":177491,"url":"https://github.com/elastic/kibana/pull/177491","mergeCommit":{"message":"[bin/kibana-docker] Add server.cdn.url (#177491)\n\nAdds support for setting `server.cdn.url` in our docker containers.\r\nImplemented at https://github.com/elastic/kibana/pull/169408.","sha":"023f5d63345667819c363b597867d0b3c53ca488"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/177491","number":177491,"mergeCommit":{"message":"[bin/kibana-docker] Add server.cdn.url (#177491)\n\nAdds support for setting `server.cdn.url` in our docker containers.\r\nImplemented at https://github.com/elastic/kibana/pull/169408.","sha":"023f5d63345667819c363b597867d0b3c53ca488"}}]}] BACKPORT--> Co-authored-by: Jon <jon@elastic.co>
fkanout
pushed a commit
to fkanout/kibana
that referenced
this pull request
Mar 4, 2024
Adds support for setting `server.cdn.url` in our docker containers. Implemented at elastic#169408.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds support for setting
server.cdn.urlin our docker containers. Implemented at #169408.