docker-compose-v2 2.24.6+ds1-0ubuntu2 source package in Ubuntu

Changelog

docker-compose-v2 (2.24.6+ds1-0ubuntu2) noble; urgency=medium

  * Build with Go 1.22.
    - d/control: b-d on golang-1.22-go instead of golang-1.21-go
    - d/rules: add Go 1.22 to $PATH

 -- Lucas Kanashiro <email address hidden>  Wed, 17 Apr 2024 17:13:40 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe admin
Noble release universe admin

Downloads

File Size SHA-256 Checksum
docker-compose-v2_2.24.6+ds1.orig.tar.xz 5.7 MiB 3fa9881a73085e15e107bb87eb985d7691fbf14980e1e5f4d0e895686de901fb
docker-compose-v2_2.24.6+ds1-0ubuntu2.debian.tar.xz 13.5 KiB bc9b8ef1f592b4bc4b8f3abc8bae17beff6793c145dd04f27139df75fa3be707
docker-compose-v2_2.24.6+ds1-0ubuntu2.dsc 2.1 KiB 92e3527c6b744819185c12aa41f72a617c6494b9ea32cd994502613e13ab009e

View changes file

Binary packages built by this source

docker-compose-v2: tool for running multi-container applications on Docker

 Docker Compose is a tool for running multi-container applications on Docker
 defined using the Compose file format. A Compose file is used to define how one
 or more containers that make up your application are configured. Once you have
 a Compose file, you can create and start your application with a single
 command: docker compose up.