ansible-role-docker icon indicating copy to clipboard operation
ansible-role-docker copied to clipboard

Arch detect

Open Lithimlin opened this issue 3 years ago • 4 comments

Split of #329:

Role now is able to handle arm architectures like from a Raspberry Pi. This includes automatic architecture detection.

Lithimlin avatar Jan 26 '22 16:01 Lithimlin

Update: now also includes the automatic architecture for docker-compose

Lithimlin avatar Jan 26 '22 17:01 Lithimlin

This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark pull requests as stale.

stale[bot] avatar Apr 29 '22 16:04 stale[bot]

I think this pull request could be improved by removing the dpkg dependence. According to the source.list documentation you can use something like $(ARCH), which will expand to the platform architecture.

suite may also contain a variable, $(ARCH) which expands to the Debian architecture (such as amd64 or armel) used on the system. This permits architecture-independent sources.list files to be used. In general this is only of interest when specifying an exact path; APT will automatically generate a URI with the current architecture otherwise. 

Source: http://manpages.ubuntu.com/manpages/jammy/en/man5/sources.list.5.html

MrSuicideParrot avatar Jun 03 '22 09:06 MrSuicideParrot

This issue is no longer marked for closure.

stale[bot] avatar Jun 03 '22 09:06 stale[bot]

This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark pull requests as stale.

stale[bot] avatar Sep 19 '22 23:09 stale[bot]

This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request or file a new PR with the relevant details.

stale[bot] avatar Oct 29 '22 07:10 stale[bot]