-
Notifications
You must be signed in to change notification settings - Fork 6
/
images.yaml
85 lines (82 loc) · 2.04 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
images:
# LTS
ubuntu-24-04:
dockerfile: Dockerfile-ubuntu-noble
context: ubuntu-context
registry_paths:
- docker.io/jujusolutions/charm-base
- public.ecr.aws/juju/charm-base
- ghcr.io/juju/charm-base
tags:
- ubuntu-24.04
- latest
platforms:
- linux/arm64
- linux/amd64
- linux/ppc64le
- linux/s390x
build_args:
- "BASE_IMAGE=public.ecr.aws/ubuntu/ubuntu:24.04"
juju_test_channel: 3.5/stable
microk8s_test_channel: 1.30-strict/stable
series: noble
# LTS
ubuntu-22-04:
dockerfile: Dockerfile-ubuntu
context: ubuntu-context
registry_paths:
- docker.io/jujusolutions/charm-base
- public.ecr.aws/juju/charm-base
- ghcr.io/juju/charm-base
tags:
- ubuntu-22.04
platforms:
- linux/arm64
- linux/amd64
- linux/ppc64le
- linux/s390x
build_args:
- "BASE_IMAGE=public.ecr.aws/ubuntu/ubuntu:22.04"
juju_test_channel: 3.1/stable
microk8s_test_channel: 1.25-strict/stable
series: jammy
# LTS
ubuntu-20-04:
dockerfile: Dockerfile-ubuntu
context: ubuntu-context
registry_paths:
- docker.io/jujusolutions/charm-base
- public.ecr.aws/juju/charm-base
- ghcr.io/juju/charm-base
tags:
- ubuntu-20.04
platforms:
- linux/arm64
- linux/amd64
- linux/ppc64le
- linux/s390x
build_args:
- "BASE_IMAGE=public.ecr.aws/ubuntu/ubuntu:20.04"
juju_test_channel: 2.9/stable
microk8s_test_channel: 1.25/stable
series: focal
# LTS
ubuntu-18-04:
dockerfile: Dockerfile-ubuntu
context: ubuntu-context
registry_paths:
- docker.io/jujusolutions/charm-base
- public.ecr.aws/juju/charm-base
- ghcr.io/juju/charm-base
tags:
- ubuntu-18.04
platforms:
- linux/arm64
- linux/amd64
- linux/ppc64le
- linux/s390x
build_args:
- "BASE_IMAGE=public.ecr.aws/ubuntu/ubuntu:18.04"
juju_test_channel: 2.9/stable
microk8s_test_channel: 1.25/stable
series: bionic