RMI-PACTA / workflow.prepare.pacta.indices

This repository is used to run indices through PACTA, and prepare them for transition monitor.
Other
2 stars 0 forks source link

use explicit pinning on SHA of `ghcr.io/rmi-pacta/workflow.transition.monitor` for stability #61

Open cjyetman opened 4 months ago

cjyetman commented 4 months ago

long-term goal: use explicit pinning on SHA for stability

FROM ghcr.io/rmi->pacta/workflow.transition.monitor@sha256:4cb557ea3155f53a16253e85ed5a7986076c58eee335d685>dd30183a038ef5b7

Originally posted by @AlexAxthelm in https://github.com/RMI-PACTA/workflow.prepare.pacta.indices/issues/59#issuecomment-1964589653

supercedes #48 depends on #59

The base image for the Dockerfile is hardcoded to ghcr.io/rmi-pacta/workflow.transition.monitor:main, but the image to be used is probably dependent on which quarter benchmark data is being generated for, so it would be advantageous if the tag was parameterized.

AB#10657