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

Incorrect use of source in docker images #121

Open
Bckempa opened this issue Jan 16, 2024 Discussed in #106 · 3 comments
Open

Incorrect use of source in docker images #121

Bckempa opened this issue Jan 16, 2024 Discussed in #106 · 3 comments

Comments

@Bckempa
Copy link
Contributor

Bckempa commented Jan 16, 2024

Discussed in #106

Several Dockerfiles source colcon workspace over/underlays in ways that don't impact the environment of any commands, these are no-ops at best and potentially causing undesired behavior.

&& /bin/bash -c 'source "${SPACEROS_DIR}/install/setup.bash"' \
&& /bin/bash -c 'source "${MOVEIT2_DIR}/install/setup.bash"' \

@Bckempa Bckempa added this to the humble-2024.01.0 milestone Jan 16, 2024
@ivanperez-keera
Copy link
Contributor

@Bckempa in case you don't know, you have an option to convert a discussion into an issue. That way, you don't need to link to the prior discussion and all necessary context is included.

@Bckempa
Copy link
Contributor Author

Bckempa commented Jan 16, 2024

@Bckempa in case you don't know, you have an option to convert a discussion into an issue. That way, you don't need to link to the prior discussion and all necessary context is included.

That's how I opened this issue, did you expect it to close the corresponding discussion like it does when you convert the other direction?

@ivanperez-keera
Copy link
Contributor

My bad. I thought it would "convert" like it does in the opposite direction, but it creates a separate issue and leaves the discussion open. Github is weird.

@Bckempa Bckempa removed this from the humble-2024.01.0 milestone Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants