Issue with docker-compose-plugin installation on Amazon Linux 2 AMI

Summary

Unable to find docker-compose-plugin during installation on Amazon Linux 2 AMI


Question

I’m following the instructions to setup airbyte on a Amazon Linux 2 AMI (HVM) ec2 instance per the docs. I run into an issue on the docker compose install.

Last metadata expiration check: 0:23:22 ago on Tue May 21 18:35:21 2024.
No match for argument: docker-compose-plugin
Error: Unable to find a match: docker-compose-plugin



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["docker-compose-plugin", "installation", "amazon-linux-2-ami", "docker-compose"]

huh, I installed it per the instructions using

sudo yum update -y
sudo yum install -y docker

I installed manually, restarted, then re-ran the airbyte setup and it worked

The error looks like you need to update docker package to use latest version.

and it’s running a pretty recent version…25.0.3