Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
build: switch to build args over env vars in dockerfile
did:key:z6MkrnXJ...SFS3 wants to merge 1 commit into master · opened 1 year ago

--env is a podman-specific feature. While it is clear that podman is a requirement here, switching these to build arguments better expresses intent.

These values are meant to be configurable at build time, which is exactly what build arguments are for, while environment variables are meant to persist in the image built.

Additionally, this removes unused env vars.

Signed-off-by: Yorgos Saslis yorgos.work@proton.me

did:key:z6MkrnXJ...SFS3 opened with revision a3e7677362fe94d1059dfa853bcc79711a2eba78 on base 06e33f4a7943d6a4efadd5db8ee6f210c331015b +18 -13 1 year ago
sebastinez pushed revision 2 c6fc426fe6bb718e92b82c4ac0bcd2b8730fcfbd on base 730f7ae1fcb101eea5cebd48a315d7ea5d3cac71 +0 -0 1 year ago

Rebase

rudolfs accepted 1 year ago