VisionSystemsInc / VisionSystemsInc/vsi_common
No local.env in deploy in the container
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 8
- Forks
- 9
- Avg merge
- 36m
- Merged PRs (30d)
- 1
Description
Missing local.env in deploy in a container
When using makeself to wrap up a just project, it doesn't have local.env in /src anymore. Woops
Solution:
- Add a /src/local.env to the image that loads local1.env and local2.env
- Mount the two local.env into the contianer
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the makeself packaging and container deployment entry points that create /src, then inspect how local1.env and local2.env are currently handled. Done means the image provides /src/local.env with the expected loads and the two environment files are mounted into the container.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100