Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,12 @@ def update(self) -> Image:
'sha256:2577ec9ba2a7a6f10a686b8e2cd354ee4e1a05688374cdc566c1427516d47c8f', # noqa: E501
),
),
Image(
registry='registry-1.docker.io',
source='valkey/valkey',
tag='7.2.11-alpine',
digests=(),
),
Comment thread
sentry[bot] marked this conversation as resolved.
Outdated
Image(
registry='registry-1.docker.io',
source='redpandadata/redpanda',
Expand Down
Loading