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

Fix compose env #23

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Fix compose env #23

merged 2 commits into from
Nov 5, 2024

Conversation

marcelldls
Copy link
Contributor

fixes #20 I test this by first disabling alias expansion, seeing that it breaks, and then applying the changes and seeing that it works

[esq51579@pc0146 ioc-template]$ shopt -u expand_aliases  # Disable alias expansion
[esq51579@pc0146 ioc-template]$ source template/compose/environment.sh 
bash: docker: command not found
localuser:esq51579 being added to access control list
[esq51579@pc0146 ioc-template]$ git stash pop
On branch fix-compose-env
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   template/compose/environment.sh

no changes added to commit (use "git add" and/or "git commit -a")
Dropped refs/stash@{0} (475be9c1a11c6ef4c227234c8abc2e1825db6858)
[esq51579@pc0146 ioc-template]$ source template/compose/environment.sh 
channel_access_devcontainer
localuser:esq51579 being added to access control list

@marcelldls marcelldls requested a review from gilesknap October 23, 2024 11:49
@gilesknap gilesknap merged commit 16df411 into main Nov 5, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: compose/enviroment.sh does not work for podman
2 participants