Purpose
Every Dockerfile define a default EDX_RELEASE_REF and EDX_ARCHIVE_URL argument. Every time we want to use a new release, we have to update the corresponding Dockerfile.
Proposal
We should remove the default value and explicitly use build arguments in our Makefile.
Purpose
Every
Dockerfiledefine a defaultEDX_RELEASE_REFandEDX_ARCHIVE_URLargument. Every time we want to use a new release, we have to update the correspondingDockerfile.Proposal
We should remove the default value and explicitly use build arguments in our
Makefile.