github aquaproj/aqua-registry v3.13.0

latest releases: v4.223.0, v4.222.0, v4.221.0...
2 years ago

Issues | Pull Requests | v3.12.0...v3.13.0

🎉 New Packages

#4807 #4809 aws/aws-cli: The AWS Command Line Interface (AWS CLI) is a unified tool that provides a consistent interface for interacting with all parts of Amazon Web Services ⚠️ Only Linux is supported
#4821 cloud-hypervisor/cloud-hypervisor: Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that runs on top of KVM hypervisor and Microsoft Hypervisor (MSHV)
#4821 cloud-hypervisor/cloud-hypervisor/ch-remote: Remotely control a cloud-hypervisor VMM
#4818 docker/cli: Docker CE CLI
#4818 docker/cli/rootless: Docker CE CLI for Rootless mode
#4819 docker/compose: Define and run multi-container applications with Docker
#4820 firecracker-microvm/firecracker: Secure and fast microVMs for serverless computing
#4810 marp-team/marp-cli: A CLI interface for Marp and Marpit based converters

How to install Docker Compose V2

#4819 https://github.com/docker/compose

You have to install Docker Compose V2 in not PATH but $HOME/.docker/cli-plugins (Please see https://github.com/docker/compose for detail), but aqua doesn't support it.
So you have to create a proxy file to $HOME/.docker/cli-plugins/docker-compose yourself.

e.g.

$ vim $HOME/.docker/cli-plugins/docker-compose
$ chmod u+x $HOME/.docker/cli-plugins/docker-compose

$HOME/.docker/cli-plugins/docker-compose

#!/bin/sh
exec aqua exec -- docker-cli-plugin-docker-compose "$@"

Thank you, Contributors!

@takumin #4807 #4810 #4818 #4819 #4820 #4821

Don't miss a new aqua-registry release

NewReleases is sending notifications on new releases.