Skip to content
Merged
Changes from all commits
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
7 changes: 5 additions & 2 deletions devops/containers/release_tests_binaries.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
ARG base_tag=alldeps
# Freeze base image to avoid using newer GPU RT/IGC when updating
# the image due to changes in the release branch.
ARG base_tag=1dcf3fd93f3c13b21e9931372fe405493f7e5a7bd5ba1fca192dece74f9b9188
Comment thread
uditagarwal97 marked this conversation as resolved.
ARG base_image=ghcr.io/intel/llvm/ubuntu2404_intel_drivers

FROM $base_image:$base_tag
# Remove @sha256 if replacing hash with label in base_tag
FROM $base_image@sha256:$base_tag

# Actual CI maps volumes via something like "/runner/host/path":"/__w/", so
# these won't be visible there. They can be used when manually reproducing
Expand Down