Changeset View
Changeset View
Standalone View
Standalone View
pspec_x86_64.xml
| <PISI> | <PISI> | ||||
| <Source> | <Source> | ||||
| <Name>docker-compose</Name> | <Name>docker-compose</Name> | ||||
| <Packager> | <Packager> | ||||
| <Name>Joey Riches</Name> | <Name>Reilly Brogan</Name> | ||||
| <Email>josephriches@gmail.com</Email> | <Email>solus@reillybrogan.com</Email> | ||||
| </Packager> | </Packager> | ||||
| <License>Apache-2.0</License> | <License>Apache-2.0</License> | ||||
| <PartOf>virt</PartOf> | <PartOf>virt</PartOf> | ||||
| <Summary xml:lang="en">A tool for defining and running multi-container Docker applications.</Summary> | <Summary xml:lang="en">A tool for defining and running multi-container Docker applications.</Summary> | ||||
| <Description xml:lang="en">Compose is a tool for defining and running multi-container Docker applications. | <Description xml:lang="en">Compose is a tool for defining and running multi-container Docker applications. | ||||
| With Compose, you use a Compose file to configure your application’s services. Then, using a single command, you create and start all the services from your configuration. | With Compose, you use a Compose file to configure your application’s services. Then, using a single command, you create and start all the services from your configuration. | ||||
| </Description> | </Description> | ||||
| <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive> | <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive> | ||||
| </Source> | </Source> | ||||
| <Package> | <Package> | ||||
| <Name>docker-compose</Name> | <Name>docker-compose</Name> | ||||
| <Summary xml:lang="en">A tool for defining and running multi-container Docker applications.</Summary> | <Summary xml:lang="en">A tool for defining and running multi-container Docker applications.</Summary> | ||||
| <Description xml:lang="en">Compose is a tool for defining and running multi-container Docker applications. | <Description xml:lang="en">Compose is a tool for defining and running multi-container Docker applications. | ||||
| With Compose, you use a Compose file to configure your application’s services. Then, using a single command, you create and start all the services from your configuration. | With Compose, you use a Compose file to configure your application’s services. Then, using a single command, you create and start all the services from your configuration. | ||||
| </Description> | </Description> | ||||
| <PartOf>virt</PartOf> | <PartOf>virt</PartOf> | ||||
| <Files> | <Files> | ||||
| <Path fileType="executable">/usr/bin/docker-compose</Path> | <Path fileType="executable">/usr/bin/docker-compose</Path> | ||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/__init__.py</Path> | <Path fileType="library">/usr/lib/docker/cli-plugins/docker-compose</Path> | ||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/__main__.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/__pycache__/__init__.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/__pycache__/__main__.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/__pycache__/const.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/__pycache__/container.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/__pycache__/errors.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/__pycache__/network.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/__pycache__/parallel.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/__pycache__/progress_stream.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/__pycache__/project.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/__pycache__/service.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/__pycache__/timeparse.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/__pycache__/utils.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/__pycache__/version.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/__pycache__/volume.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/__init__.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/__pycache__/__init__.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/__pycache__/colors.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/__pycache__/command.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/__pycache__/docker_client.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/__pycache__/docopt_command.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/__pycache__/errors.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/__pycache__/formatter.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/__pycache__/log_printer.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/__pycache__/main.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/__pycache__/signals.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/__pycache__/utils.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/__pycache__/verbose_proxy.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/colors.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/command.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/docker_client.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/docopt_command.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/errors.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/formatter.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/log_printer.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/main.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/signals.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/utils.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/cli/verbose_proxy.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/__init__.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/__pycache__/__init__.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/__pycache__/config.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/__pycache__/environment.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/__pycache__/errors.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/__pycache__/interpolation.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/__pycache__/serialize.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/__pycache__/sort_services.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/__pycache__/types.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/__pycache__/validation.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/compose_spec.json</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/config.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/config_schema_v1.json</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/environment.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/errors.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/interpolation.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/serialize.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/sort_services.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/types.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/config/validation.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/const.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/container.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/errors.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/metrics/__init__.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/metrics/__pycache__/__init__.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/metrics/__pycache__/client.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/metrics/__pycache__/decorator.cpython-39.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/metrics/client.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/metrics/decorator.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/network.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/parallel.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/progress_stream.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/project.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/service.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/timeparse.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/utils.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/version.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/compose/volume.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/docker_compose-1.29.2-py3.9.egg-info/PKG-INFO</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/docker_compose-1.29.2-py3.9.egg-info/SOURCES.txt</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/docker_compose-1.29.2-py3.9.egg-info/dependency_links.txt</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/docker_compose-1.29.2-py3.9.egg-info/entry_points.txt</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/docker_compose-1.29.2-py3.9.egg-info/requires.txt</Path> | |||||
| <Path fileType="library">/usr/lib/python3.9/site-packages/docker_compose-1.29.2-py3.9.egg-info/top_level.txt</Path> | |||||
| <Path fileType="data">/usr/share/bash-completion/completions/docker-compose</Path> | |||||
| <Path fileType="data">/usr/share/zsh/site-functions/_docker-compose</Path> | |||||
| </Files> | </Files> | ||||
| </Package> | </Package> | ||||
| <History> | <History> | ||||
| <Update release="24"> | <Update release="25"> | ||||
| <Date>2021-07-28</Date> | <Date>2022-03-19</Date> | ||||
| <Version>1.29.2</Version> | <Version>2.3.3</Version> | ||||
| <Comment>Packaging update</Comment> | <Comment>Packaging update</Comment> | ||||
| <Name>Joey Riches</Name> | <Name>Reilly Brogan</Name> | ||||
| <Email>josephriches@gmail.com</Email> | <Email>solus@reillybrogan.com</Email> | ||||
| </Update> | </Update> | ||||
| </History> | </History> | ||||
| </PISI> | </PISI> | ||||
| No newline at end of file | No newline at end of file | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.