File: control

package info (click to toggle)
amazon-ecr-credential-helper 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 368 kB
  • sloc: makefile: 106; sh: 90
file content (44 lines) | stat: -rw-r--r-- 1,707 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: amazon-ecr-credential-helper
Section: misc
Priority: optional
Maintainer: Noah Meyerhans <noahm@debian.org>
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
 golang-go,
 git,
 golang-github-aws-aws-sdk-go-v2-dev,
 golang-github-docker-docker-credential-helpers-dev,
 golang-github-mitchellh-go-homedir-dev,
 golang-github-sirupsen-logrus-dev,
 golang-github-stretchr-testify-dev,
 golang-github-pkg-errors-dev
Standards-Version: 4.5.0
Homepage: https://github.com/awslabs/amazon-ecr-credential-helper
Vcs-Browser: https://github.com/awslabs/amazon-ecr-credential-helper/tree/debian
Vcs-Git: https://github.com/awslabs/amazon-ecr-credential-helper.git -b debian
XS-Go-Import-Path: github.com/awslabs/amazon-ecr-credential-helper

Package: amazon-ecr-credential-helper
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ca-certificates
Built-Using: ${misc:Built-Using}
Recommends: docker.io | docker-ce
Enhances: docker.io, docker-ce
Description: Amazon ECR Credential Helper for Docker
 A Docker credential helper to automatically manage credentials for Amazon ECR.
 .
 Once configured, the Amazon ECR Credential Helper lets you "docker pull" and
 "docker push" container images from Amazon ECR without running "docker login".
 .
 Amazon ECR is a container registry and requires authentication for pushing and
 pulling images.  You can use the AWS CLI or the AWS SDK to obtain a
 time-limited authentication token.  This credential helper automatically
 manages obtaining and refreshing authentication tokens when using the Docker
 CLI.
 .
 For more information about Amazon ECR and how to use it, see the documentation
 at https://docs.aws.amazon.com/AmazonECR/latest/userguide/.