Skip to content

Commit

Permalink
Using latest image tag for newest release version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Jul 17, 2021
1 parent 2b1903c commit 7b01c7c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
11 changes: 9 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ ECS Files Composer
:target: https://pypi.python.org/pypi/ecs_files_composer


.. image:: https://codebuild.eu-west-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiRWk3VUhxUi9peEdZRGs2cGFiTk5XM0VDK1FEQTBMN2JTdHh5b091NTVVdFd3RmpoM1lpdGkrTGtTZDJzVCt5dDBCc3Zsc0dXWHI5RHJRSG82UFJNdUJzPSIsIml2UGFyYW1ldGVyU3BlYyI6InJlYXlBWStNMDVZNEoyMnQiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main


.. seealso::

`Full official documentation <https://docs.files-composer.compose-x.io/index.html>`__

What does it do?
=================

Expand Down Expand Up @@ -64,8 +71,8 @@ docker
.. code-block:: bash
docker run public.ecr.aws/compose-x/ecs-files-composer:v0.1.1 -h
docker run -v $PWD:/ /var/tmp:/public.ecr.aws/compose-x/ecs-files-composer:v0.1.1 -f files.yaml
docker run public.ecr.aws/compose-x/ecs-files-composer:${VERSION:-latest} -h
docker run -v $PWD:/ /var/tmp,:/public.ecr.aws/compose-x/ecs-files-composer:${VERSION:-latest} -f files.yaml
.. attention::
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
autoclass_content = "class"

sitemap_locales = ["en"]
html_baseurl = "https://docs.files-composer.compose-x.io"
html_baseurl = "https://docs.files-composer.compose-x.io/"

extensions.append("sphinx_material")
extensions.append("sphinx-jsonschema")
Expand All @@ -118,7 +118,7 @@
# 'google_analytics_account': 'UA-XXXXX',
# Specify a base_url used to generate sitemap.xml. If not
# specified, then no sitemap will be built.
"base_url": "https://https://docs.files-composer.compose-x.io",
"base_url": "https://docs.files-composer.compose-x.io/",
"html_minify": False,
"html_prettify": True,
"css_minify": True,
Expand Down
6 changes: 4 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ECS Files Composer
.. image:: https://img.shields.io/pypi/v/ecs_files_composer.svg
:target: https://pypi.python.org/pypi/ecs_files_composer

.. image:: https://codebuild.eu-west-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiRWk3VUhxUi9peEdZRGs2cGFiTk5XM0VDK1FEQTBMN2JTdHh5b091NTVVdFd3RmpoM1lpdGkrTGtTZDJzVCt5dDBCc3Zsc0dXWHI5RHJRSG82UFJNdUJzPSIsIml2UGFyYW1ldGVyU3BlYyI6InJlYXlBWStNMDVZNEoyMnQiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main


What does it do?
=================
Expand Down Expand Up @@ -64,8 +66,8 @@ docker
.. code-block:: bash
docker run public.ecr.aws/compose-x/ecs-files-composer:v0.1.1 -h
docker run -v $PWD:/ /var/tmp:/public.ecr.aws/compose-x/ecs-files-composer:v0.1.1 -f files.yaml
docker run public.ecr.aws/compose-x/ecs-files-composer:${VERSION:-latest}
docker run -v $PWD:/ /var/tmp:/public.ecr.aws/compose-x/ecs-files-composer:${VERSION:-latest} -f files.yaml
.. attention::
Expand Down

0 comments on commit 7b01c7c

Please sign in to comment.