Skip to content

Commit

Permalink
Merge pull request #15 from getsentry/add-next-clickhouse-versions
Browse files Browse the repository at this point in the history
Add the next clickhouse versions we are targeting for upgrades
  • Loading branch information
lynnagara authored Oct 10, 2023
2 parents 8b93fa7 + 3e874f8 commit 9b84b6d
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from typing import Mapping
from typing import NamedTuple

ARCHS = frozenset(('amd64', 'arm64'))
ARCHS = frozenset(('amd64', 'arm64', 'arm64/v8'))

LIST = 'application/vnd.docker.distribution.manifest.list.v2+json'
SINGLE = 'application/vnd.docker.distribution.manifest.v2+json'
Expand Down Expand Up @@ -121,6 +121,23 @@ def update(self) -> Image:
'sha256:125d2ea49c298515c46784d202a2bd4dde05157c85a76517afc2567f262ab335', # noqa: E501
),
),
Image(
registry='registry-1.docker.io',
source='altinity/clickhouse-server',
tag='22.3.15.34.altinitystable',
digests=(
'sha256:5a67ec149acc13e3d87ed1e3b94b4ada6f0acdc75145724959bbd8c0a6f18410', # noqa: E501
),
),
Image(
registry='registry-1.docker.io',
source='altinity/clickhouse-server',
tag='22.8.15.25.altinitystable',
digests=(
'sha256:99d52fc10915136234a3b902b16d53f0ee80cd4f9149064acc30c89e54d06cf9', # noqa: E501
'sha256:2935d3849fcdf3c9a24883522630758a6f017c7b48a252f6e54e8fc188ccd0cc', # noqa: E501
),
),
Image(
registry='registry-1.docker.io',
source='checkr/flagr',
Expand Down

0 comments on commit 9b84b6d

Please sign in to comment.