Skip to content

Drop the per-query Dockerfile lookup nothing selects - #60

Merged
estebanzimanyi merged 1 commit into
MobilityDB:mainfrom
estebanzimanyi:chore/benchmark-build-instructions
Sep 1, 2026
Merged

Drop the per-query Dockerfile lookup nothing selects#60
estebanzimanyi merged 1 commit into
MobilityDB:mainfrom
estebanzimanyi:chore/benchmark-build-instructions

Conversation

@estebanzimanyi

Copy link
Copy Markdown
Member

run_query.sh chose the image per query through a QUERY_DOCKERFILE map, which
existed for the one query that needed its own image. That image is gone —
Dockerfile_q8_meos_kalman collapsed into the base one when the MEOS entry it
patched turned out to be upstream — so all nine entries are empty, CUSTOM_DF is
always the empty string, and BASE_DOCKERFILE always resolves to Dockerfile.

The map, the lookup and the fallback go; BASE_DOCKERFILE names the one image
directly. Every query builds it and differs only in the entrypoint class, which
the sed patch below already supplies.

`run_query.sh` chose the image per query through a `QUERY_DOCKERFILE` map, which
existed for the one query that needed its own image. That image is gone —
`Dockerfile_q8_meos_kalman` collapsed into the base one when the MEOS entry it
patched turned out to be upstream — so all nine entries are empty, `CUSTOM_DF` is
always the empty string, and `BASE_DOCKERFILE` always resolves to `Dockerfile`.

The map, the lookup and the fallback go; `BASE_DOCKERFILE` names the one image
directly. Every query builds it and differs only in the entrypoint class, which
the `sed` patch below already supplies.
@estebanzimanyi
estebanzimanyi merged commit 8afb933 into MobilityDB:main Sep 1, 2026
3 checks passed
@estebanzimanyi
estebanzimanyi deleted the chore/benchmark-build-instructions branch September 1, 2026 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant