Skip to content

Building previous HammerDB versions in Docker #769

Answered by sm-shaw
DGonzalezVillal asked this question in Q&A
Discussion options

You must be logged in to vote

I've tested and can reproduce, it appears to be this line that pulls the latest base:
=> [internal] load metadata for docker.io/tpcorg/hammerdb:base

As a workaround, if you edit the Dockerfiles, so the main one has the first 2 lines as:

FROM  docker.io/tpcorg/hammerdb:v4.11 as oracle
FROM  docker.io/tpcorg/hammerdb:v4.11

and in the database specific directories it has this

FROM docker.io/tpcorg/hammerdb:v4.11 rather than hammerdb:base
then in my testing, it correctly builds HammerDB v4.11 with all the libraries installed.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by DGonzalezVillal
Comment options

You must be logged in to vote
1 reply
@sm-shaw
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants