Skip to content

Commit 22f88d5

Browse files
author
saville
committed
Print message showing which images are tagged at end of build
Bring test requirements into alignment
1 parent 3c3dfe3 commit 22f88d5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

buildrunner/docker/multiplatform_image_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ def tag_native_platform(built_image: BuiltImageInfo) -> None:
633633
docker.pull(native_image.image_ref)
634634
for tagged_image_ref in tagged_image.image_refs:
635635
docker.tag(native_image.image_ref, tagged_image_ref)
636-
LOGGER.debug(
636+
LOGGER.info(
637637
f"Tagged {native_image.image_ref} as {tagged_image_ref}"
638638
)
639639
docker.image.remove(native_image.image_ref, force=True)

test_requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ execnet==1.9.0
2121
# via pytest-xdist
2222
filelock==3.13.1
2323
# via virtualenv
24-
graphlib-backport==1.0.3
24+
graphlib-backport==1.1.0
2525
# via -r test_requirements.in
2626
identify==2.5.33
2727
# via pre-commit
@@ -33,7 +33,7 @@ lsprotocol==2023.0.0
3333
# ruff-lsp
3434
nodeenv==1.8.0
3535
# via pre-commit
36-
packaging==23.1
36+
packaging==24.2
3737
# via
3838
# pytest
3939
# pytest-rerunfailures
@@ -64,15 +64,15 @@ pytest-retry==1.7.0
6464
# via -r test_requirements.in
6565
pytest-xdist==3.3.1
6666
# via -r test_requirements.in
67-
pyyaml==6.0.1
67+
pyyaml==6.0.2
6868
# via pre-commit
6969
ruff==0.1.8
7070
# via
7171
# -r test_requirements.in
7272
# ruff-lsp
7373
ruff-lsp==0.0.48
7474
# via -r test_requirements.in
75-
typing-extensions==4.9.0
75+
typing-extensions==4.13.0
7676
# via ruff-lsp
7777
virtualenv==20.24.1
7878
# via pre-commit

0 commit comments

Comments
 (0)