awslabs / amazon-ecr-credential-helper

Automatically gets credentials for Amazon ECR on docker push/docker pull
Apache License 2.0
2.49k stars 339 forks source link

Ubuntu LTS repository availability #188

Open eliocapelati opened 5 years ago

eliocapelati commented 5 years ago

Feature Request:

Would be nice to make this available at least to the latest LTS Ubuntu release.

My current system:

ubuntu@sad-server:~$ cat /etc/*release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.3 LTS"
NAME="Ubuntu"
VERSION="18.04.3 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.3 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

The output of system availability to the package is:

ubuntu@sad-server:~$ sudo apt update
Hit:1 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic InRelease
Get:2 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]                 
Get:3 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]               
Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease                                       
Hit:5 https://download.docker.com/linux/ubuntu bionic InRelease                                         
Fetched 163 kB in 0s (339 kB/s)                                                
Reading package lists... Done
Building dependency tree       
Reading state information... Done
ubuntu@sad-server:~$
ubuntu@sad-server:~$ apt-cache policy amazon-ecr-credential-helper
N: Unable to locate package amazon-ecr-credential-helper
samuelkarp commented 5 years ago

Hi @eliocapelati! The amazon-ecr-credential-helper package is available in Ubuntu 19.04 and newer, but unfortunately not available in 18.04. You can request a backport of the package using Ubuntu's backport process, described here. In the meantime, binary builds of the amazon-ecr-credential-helper are available here.

austince commented 4 years ago

Submitted a Backport Bug ticket here: https://bugs.launchpad.net/bionic-backports/+bug/1864375