docker-compose 1.29.2-6.1 source package in Ubuntu

Changelog

docker-compose (1.29.2-6.1) unstable; urgency=medium

  * Non-maintainer upload.
  * d/patches/remove_distutils.patch: Add patch to remove the use of
    python3-distutils.
  * d/control: Remove python3-distutils from binary packages Dependency.
    Replaced by python3-packaging (Closes: #1065848).

 -- Emmanuel Arias <email address hidden>  Mon, 08 Jul 2024 12:49:42 -0300

Upload details

Uploaded by:
Docker Compose Team
Uploaded to:
Sid
Original maintainer:
Docker Compose Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
docker-compose_1.29.2-6.1.dsc 2.5 KiB 7e834b6e85b497214d7800b75dd46a87c9e77149635fc7e9778dfeb5d34d69a4
docker-compose_1.29.2.orig.tar.gz 312.8 KiB 99a9b91d476062d280c889ae4e9993d7dd6a186327bafb2bb39521f9351b96eb
docker-compose_1.29.2-6.1.debian.tar.xz 7.4 KiB 2e28fb7d0a37842121e993f9d6bba83392de3bfcd610a9f118e3f7e262698e3c

No changes file available.

Binary packages built by this source

docker-compose: define and run multi-container Docker applications with YAML

 docker-compose is a service management software built on top of docker. Define
 your services and their relationships in a simple YAML file, and let compose
 handle the rest.
 .
 This package includes the command-line tool.

python3-compose: Python implementation of docker-compose file specification

 docker-compose is a service management software built on top of docker. Define
 your services and their relationships in a simple YAML file, and let compose
 handle the rest.
 .
 This package includes a Python implementation of docker-compose.