updated libreddit - docker repo, sha version (#950)
* updated libreddit - changed docker image, version by tag instead SHA hash * fixed version tag * returned SHA tag, no other tags than latest in docker repo
This commit is contained in:
parent
8fa525cba6
commit
da837ae2c9
|
|
@ -1,7 +1,7 @@
|
||||||
captainVersion: 4
|
captainVersion: 4
|
||||||
services:
|
services:
|
||||||
$$cap_appname:
|
$$cap_appname:
|
||||||
image: spikecodes/libreddit@$$cap_libreddit_version
|
image: libreddit/libreddit@$$cap_libreddit_version
|
||||||
restart: always
|
restart: always
|
||||||
caproverExtra:
|
caproverExtra:
|
||||||
containerHttpPort: '8080'
|
containerHttpPort: '8080'
|
||||||
|
|
@ -9,17 +9,17 @@ caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
- id: $$cap_libreddit_version
|
- id: $$cap_libreddit_version
|
||||||
label: Libreddit Docker Image SHA Hash
|
label: Libreddit Docker Image SHA Hash
|
||||||
defaultValue: sha256:34882b799cc1d58becfc80cf3fec15bae945bf28715f5fba7af05825642f8a8e
|
defaultValue: sha256:e79a5d6f6836b5a9351340433b1c26e8571ded943a5318f41ae939d314434c84
|
||||||
description: Check out their Docker page for the valid tags https://hub.docker.com/r/spikecodes/libreddit/tags/
|
description: Check out their Docker page for the valid tags https://hub.docker.com/r/libreddit/libreddit/tags
|
||||||
instructions:
|
instructions:
|
||||||
start: >-
|
start: >-
|
||||||
Alternative private front-end to Reddit. Libreddit hopes to provide an easier way to browse Reddit, without the ads, trackers, and bloat.
|
Alternative private front-end to Reddit. Libreddit hopes to provide an easier way to browse Reddit, without the ads, trackers, and bloat.
|
||||||
|
|
||||||
For more details, see: https://github.com/spikecodes/libreddit
|
For more details, see: https://github.com/libreddit/libreddit
|
||||||
end: >-
|
end: >-
|
||||||
Aaaand you're done! 😄
|
Aaaand you're done! 😄 Just wait a few moments before the app is deployed.
|
||||||
Your service is available at http://$$cap_appname.$$cap_root_domain
|
Your service is available at http://$$cap_appname.$$cap_root_domain
|
||||||
displayName: Libreddit
|
displayName: Libreddit
|
||||||
isOfficial: true
|
isOfficial: true
|
||||||
description: Alternative private front-end to Reddit. Libreddit hopes to provide an easier way to browse Reddit, without the ads, trackers, and bloat.
|
description: Alternative private front-end to Reddit. Libreddit hopes to provide an easier way to browse Reddit, without the ads, trackers, and bloat.
|
||||||
documentation: 'Taken from https://github.com/spikecodes/libreddit '
|
documentation: 'Taken from https://github.com/libreddit/libreddit '
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue