-
Notifications
You must be signed in to change notification settings - Fork 4
/
images.yaml
40 lines (40 loc) · 948 Bytes
/
images.yaml
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
images:
juju-db-4.4:
registry_paths:
- docker.io/jujusolutions/juju-db
- public.ecr.aws/juju/juju-db
- ghcr.io/juju/juju-db
tags:
- 4.4
- 4.4.18
test_tag: 4.4
build_args:
- BASE_IMAGE=public.ecr.aws/ubuntu/ubuntu:20.04
- SNAP_RISK=stable
- SNAP_TRACK=4.4
- SNAP_VERSION=4.4.18
platforms:
- linux/arm64
- linux/amd64
- linux/ppc64le
- linux/s390x
juju_test_channel: 3.1/stable
juju-db-4.4-next:
registry_paths:
- docker.io/jujusolutions/juju-db
- public.ecr.aws/juju/juju-db
- ghcr.io/juju/juju-db
tags:
- 4.4.24
test_tag: 4.4
build_args:
- BASE_IMAGE=public.ecr.aws/ubuntu/ubuntu:20.04
- SNAP_RISK=candidate
- SNAP_TRACK=4.4
- SNAP_VERSION=4.4.24
platforms:
- linux/arm64
- linux/amd64
- linux/ppc64le
- linux/s390x
juju_test_channel: 3.1/stable