両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン |
linux:podman:fedora_ubi_micro [2024/05/04 04:14] – [fedora micro jupyter notebook] ともやん | linux:podman:fedora_ubi_micro [2025/02/20 01:10] (現在) – [fedora micro jupyter notebook] ともやん |
---|
Successfully tagged localhost/fedora39-micro:latest | Successfully tagged localhost/fedora39-micro:latest |
829a79c80359eac109a134f0226b0e97534d34a71b2c1af0b6b086d4e038327e | 829a79c80359eac109a134f0226b0e97534d34a71b2c1af0b6b086d4e038327e |
| </pre></html></WRAP> |
| </WRAP> |
| |
| ===== Fedora バージョン別イメージサイズ ===== |
| Fedora 41 では 19.74MB🤔\\ |
| <WRAP color_term> |
| <WRAP color_command><html><pre> |
| <font color="#0087FF"><b>$</b></font> <font color="#26A269">podman</font> image tree localhost/fedora41-micro |
| </pre></html></WRAP> |
| <WRAP color_result><html><pre> |
| Image ID: 2b6d74422dd2 |
| Tags: [localhost/fedora41-micro:latest] |
| Size: 19.74MB |
| Image Layers |
| └── ID: f92e9acf7258 Size: 19.74MB Top Layer of: [localhost/fedora41-micro:latest] |
| </pre></html></WRAP> |
| <WRAP color_command><html><pre> |
| <font color="#0087FF"><b>$</b></font> <font color="#26A269">podman</font> run <font color="#A347BA">--rm</font> <font color="#A347BA">-ti</font> localhost/fedora41-micro sh <font color="#A347BA">-c</font> <font color="#A2734C">'cat /etc/redhat-release'</font> |
| </pre></html></WRAP> |
| <WRAP color_result><html><pre> |
| Fedora release 41 (Forty One) |
| </pre></html></WRAP> |
| </WRAP> |
| |
| Fedora 40 では 19.63MB🤔\\ |
| <WRAP color_term> |
| <WRAP color_command><html><pre> |
| <font color="#FF8700"><b>$</b></font> <font color="#26A269">podman</font> image tree localhost/fedora40-micro |
| </pre></html></WRAP> |
| <WRAP color_result><html><pre> |
| Image ID: 9cca1d1f23cb |
| Tags: [localhost/fedora40-micro:latest] |
| Size: 19.63MB |
| Image Layers |
| └── ID: 0ef9a0f1bb3b Size: 19.63MB Top Layer of: [localhost/fedora40-micro:latest] |
| </pre></html></WRAP> |
| <WRAP color_command><html><pre> |
| <font color="#FF8700"><b>$</b></font> <font color="#26A269">podman</font> run <font color="#A347BA">--rm</font> <font color="#A347BA">-ti</font> localhost/fedora40-micro sh <font color="#A347BA">-c</font> <font color="#A2734C">'cat /etc/redhat-release'</font> |
| </pre></html></WRAP> |
| <WRAP color_result><html><pre> |
| Fedora release 40 (Forty) |
</pre></html></WRAP> | </pre></html></WRAP> |
</WRAP> | </WRAP> |
</WRAP> | </WRAP> |
| |
Fedora 40 では 19.63MB🤔\\ | ===== サイズ増加の要因 ===== |
<WRAP color_term> | |
<WRAP color_command><html><pre> | |
<font color="#FF8700"><b>$</b></font> <font color="#26A269">podman</font> image tree localhost/fedora40-micro | |
</pre></html></WRAP> | |
<WRAP color_result><html><pre> | |
Image ID: 9cca1d1f23cb | |
Tags: [localhost/fedora40-micro:latest] | |
Size: 19.63MB | |
Image Layers | |
└── ID: 0ef9a0f1bb3b Size: 19.63MB Top Layer of: [localhost/fedora40-micro:latest] | |
</pre></html></WRAP> | |
<WRAP color_command><html><pre> | |
<font color="#FF8700"><b>$</b></font> <font color="#26A269">podman</font> run <font color="#A347BA">--rm</font> <font color="#A347BA">-ti</font> localhost/fedora40-micro sh <font color="#A347BA">-c</font> <font color="#A2734C">'cat /etc/redhat-release'</font> | |
</pre></html></WRAP> | |
<WRAP color_result><html><pre> | |
Fedora release 40 (Forty) | |
</pre></html></WRAP> | |
</WRAP> | |
glibc 2.34 以下だと glibc-common が tzdata に依存関係があり /usr/share/zoneinfo が大きくなる🤔\\ | glibc 2.34 以下だと glibc-common が tzdata に依存関係があり /usr/share/zoneinfo が大きくなる🤔\\ |
<WRAP color_term> | <WRAP color_term> |
</WRAP> | </WRAP> |
| |
| ===== RHEL UBI Micro サイズ ===== |
参考...🤔\\ | 参考...🤔\\ |
<WRAP color_term> | <WRAP color_term> |
</WRAP> | </WRAP> |
| |
===== fedora micro jupyter notebook ===== | ===== fedora micro/minimal jupyter notebook ===== |
{{ :linux:podman:fedora_micro.ipynb |fedora_micro.ipynb}}\\ | {{ :linux:podman:fedora_micro41.ipynb |fedora_micro41.ipynb}}\\ |
[[https://github.com/jupyter/nbviewer|]]\\ | [[https://github.com/jupyter/nbviewer|]]\\ |
| [[https://nbviewer.org/faq#why-is-nbviewer-showing-an-outdated-version-of-my-notebook|Why is nbviewer showing an outdated version of my notebook? - Jupyter Notebook Viewer]]\\ |
\\ | \\ |
[[https://nbviewer.org/urls/www.tomoyan.net/_media/linux/podman/fedora_micro.ipynb|]]\\ | [[https://nbviewer.org/urls/www.tomoyan.net/_media/linux/podman/fedora_micro41.ipynb|]]\\ |
| [[https://nbviewer.org/urls/www.tomoyan.net/_media/linux/podman/fedora_micro41.ipynb?flush_cache=true|]]\\ |
<WRAP nbviewer><html> | <WRAP nbviewer><html> |
<style> | <style> |
} | } |
</style> | </style> |
<iframe src="https://nbviewer.org/urls/www.tomoyan.net/_media/linux/podman/fedora_micro.ipynb"></iframe> | <iframe src="https://nbviewer.org/urls/www.tomoyan.net/_media/linux/podman/fedora_micro41.ipynb"></iframe> |
</html></WRAP> | </html></WRAP> |
| |
[[https://wiki.almalinux.org/containers/docker-images.html|AlmaLinux OS Docker Images | AlmaLinux Wiki]] [[gtr>https://wiki.almalinux.org/containers/docker-images.html|翻訳]]\\ | [[https://wiki.almalinux.org/containers/docker-images.html|AlmaLinux OS Docker Images | AlmaLinux Wiki]] [[gtr>https://wiki.almalinux.org/containers/docker-images.html|翻訳]]\\ |
[[git>AlmaLinux/docker-images|AlmaLinux/docker-images: Home for AlmaLinux Docker image RootFS files and production version of sources]] [[gtr>https://github.com/AlmaLinux/docker-images|翻訳]]\\ | [[git>AlmaLinux/docker-images|AlmaLinux/docker-images: Home for AlmaLinux Docker image RootFS files and production version of sources]] [[gtr>https://github.com/AlmaLinux/docker-images|翻訳]]\\ |
| [[https://dnf5.readthedocs.io/en/latest/misc/installroot.7.html|Installroot Parameter — dnf5 documentation]]\\ |
| |