Page MenuHomeSealhub

Remove unused environment variables in test Docker image
Open, WishlistPublic

Description

Currently test.dockerfile uses 3 variables in build process:

ENV UID=node \
    GID=node \
    HOME=/opt/sealious

They are used in directives like VOLUME and USER, which are evaluated and saved in image, hence can't be changed with variables in run-time. These environment variables should be converted to build arguments, to reflect their usage.

Revisions and Commits

Event Timeline

Jakski triaged this task as Wishlist priority.
Jakski created this task.
Jakski added a revision: Restricted Differential Revision.Mar 28 2018, 20:33
kuba-orlik shifted this object from the Restricted Space space to the S5 Publiczna space.Jul 30 2018, 12:20
kuba-orlik changed the visibility from "All Users" to "Public (No Login Required)".