Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup devcontainer environment #197

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joelrebel
Copy link
Member

@joelrebel joelrebel commented Feb 7, 2023

Shamelessly copied from https://github.com/infratographer/load-balancer-api/tree/main/.devcontainer
with a few changes to the vscode environment.

As of now the NATs container setup fails, because the devcontainer postCreateCommand errors out with,

[555175 ms] Start: Run in container: /bin/sh -c .devcontainer/scripts/nats_account.sh
Dumping NATS user creds file
Error: stat /home/vscode/.local/share/nats/nsc/stores: no such file or directory
Dumping NATS sys creds file
Error: stat /home/vscode/.local/share/nats/nsc/stores: no such file or directory
[559632 ms] postCreateCommand failed with exit code 1. Skipping any further user-provided commands.

a ripoff from https://github.com/infratographer/load-balancer-api/tree/main/.devcontainer

as of now the postCreate script to dump NATs account creds does not work, to be figured out.
@joelrebel joelrebel added the WIP label Feb 7, 2023
@joelrebel joelrebel requested a review from a team as a code owner February 7, 2023 11:17
@joelrebel joelrebel marked this pull request as draft February 7, 2023 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant