openedx-docker icon indicating copy to clipboard operation
openedx-docker copied to clipboard

Remove default args in Dockerfile

Open lunika opened this issue 5 years ago • 1 comments

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.

lunika avatar Feb 21 '20 09:02 lunika

Build arguments that come from our active environment.

jmaupetit avatar Feb 21 '20 10:02 jmaupetit