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

Update launch.sh scripts for docker desktop alternative(s) #909

Open
seansund opened this issue Jan 31, 2022 · 6 comments
Open

Update launch.sh scripts for docker desktop alternative(s) #909

seansund opened this issue Jan 31, 2022 · 6 comments
Assignees

Comments

@seansund
Copy link
Member

https://github.com/csantanapr/docker-desktop-alternatives

@timroster
Copy link

timroster commented Jul 13, 2022

In testing on MacOS with both colima and podman only small changes to the launch.sh scripts and cli-tools images appear to be needed: cloud-native-toolkit/automation-solutions#181

Proposed changes:

  • add flag to launch.sh container image start: -u ${UID}
  • update podman documentation to select the use of rootful containers OR adjust the launch flag to use -u 0 for rootless containers. In rootless containers, the uid namespace maps 0/root to the native uid on the host
  • modify cli-tools images with a layer after installing components to set group permissions matching the user in /home/devops: RUN chmod -R g=u /home/devops
  • modify base terraform layer that creates /workspaces directory to set group permissions to match user

@timroster
Copy link

flag added to launch.sh with cloud-native-toolkit/iascable#165

@timroster timroster self-assigned this Jul 15, 2022
@timroster
Copy link

timroster commented Jul 27, 2022

update to image-terraform base container for cli-tools incorporates permissions changes cloud-native-toolkit/image-terraform#30

@timroster
Copy link

cli-tools-core updated by cloud-native-toolkit/image-cli-tools-core#10 to use updated terraform image

@timroster
Copy link

cli-tools updated by cloud-native-toolkit/image-cli-tools#73

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

No branches or pull requests

2 participants