VisionSystemsInc / VisionSystemsInc/vsi_common

No local.env in deploy in the container

Open
#352 1 comment 0 reactions 0 assignees View on GitHub

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:

  1. Add a /src/local.env to the image that loads local1.env and local2.env
  2. Mount the two local.env into the contianer

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.