-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathplugin.yml
More file actions
38 lines (38 loc) · 749 Bytes
/
plugin.yml
File metadata and controls
38 lines (38 loc) · 749 Bytes
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
name: Docker ECR Cache
description: Cache Docker images in Amazon ECR
author: https://github.com/seek-oss
requirements:
- docker
configuration:
properties:
build-args:
type: [array, string]
additional-build-args:
type: string
cache-on:
type: [array, string]
dockerfile:
type: string
ecr-name:
type: string
ecr-tags:
type: object
target:
type: string
max-age-days:
type: number
export-env-variable:
type: string
context:
type: string
registry-provider:
type: string
gcp-project:
type: string
registry-hostname:
type: string
region:
type: string
skip-pull-from-cache:
type: boolean
required: []