Merged
Conversation
And try to fix the platform metadata for ARM, and add health check
Member
Author
|
I cannot find a way to change the architecture metadata information (visible from |
"--squash" is only supported on a Docker daemon with experimental features enabled. build hook failed! (1)
Member
Author
|
Effect of |
Member
Author
|
[
{
...
"ContainerConfig": {
...
"Healthcheck": {
"Test": [
"CMD-SHELL",
"curl -fsS 'http://localhost/i/' | grep -q 'jsonVars' || exit 1"
],
"Interval": 67000000000,
"Timeout": 5000000000,
"StartPeriod": 8000000000,
"Retries": 3
},
...
"Labels": {
"org.opencontainers.image.authors": "Alkarex",
"org.opencontainers.image.description": "A self-hosted RSS feed aggregator",
"org.opencontainers.image.documentation": "https://freshrss.github.io/FreshRSS/",
"org.opencontainers.image.licenses": "AGPL-3.0",
"org.opencontainers.image.revision": ".",
"org.opencontainers.image.source": "https://github.com/FreshRSS/FreshRSS",
"org.opencontainers.image.title": "FreshRSS",
"org.opencontainers.image.url": "https://freshrss.org/",
"org.opencontainers.image.vendor": "FreshRSS",
"org.opencontainers.image.version": "1.14.3-dev"
}
},
...
}
] |
This was referenced Jul 21, 2019
Merged
mdemoss
pushed a commit
to mdemoss/FreshRSS
that referenced
this pull request
Mar 25, 2021
* Add Docker labels And try to fix the platform metadata for ARM, and add health check * Execution rights * Remove experimental features not supported by Docker Hub "--squash" is only supported on a Docker daemon with experimental features enabled. build hook failed! (1) * Fix paths
XtremeOwnageDotCom
added a commit
to XtremeOwnageDotCom/FreshRSS
that referenced
this pull request
Oct 26, 2023
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.
And try to fix the platform metadata for ARM, and add health check.
Follow-up of #2436