Some checks failed
docker-node image / build (arm64) (push) Successful in 11s
latex image / build (amd64) (push) Failing after 22s
node-python image / build (amd64) (push) Successful in 34s
docker-node image / build (amd64) (push) Successful in 1m21s
node-python image / build (arm64) (push) Successful in 6s
docker-node image / amend-manifest (push) Successful in 5s
node-python image / amend-manifest (push) Successful in 19s
latex image / build (arm64) (push) Failing after 2m8s
latex image / amend-manifest (push) Has been skipped
34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
# Docker base images
|
|
|
|
Kho lưu trữ này cung cấp các Docker base image cho nhiều mục đích sử dụng.
|
|
|
|
## Các môi trường/phần mềm đã được cài đặt trong image
|
|
|
|
- **docker-node**
|
|
- `git.thuanle.me/public/base:docker-node-latest`
|
|
- Dockerfile: [docker-node.Dockerfile](docker-node.Dockerfile)
|
|
- Các gói/phần mềm đã cài đặt:
|
|
- **Node.js v22** kèm theo **npm** và **yarn**
|
|
- **Docker CLI**
|
|
- **git**
|
|
|
|
- **node-python**
|
|
- `git.thuanle.me/public/base:node-python-latest`
|
|
- Dockerfile: [node-python.Dockerfile](node-python.Dockerfile)
|
|
- Các gói/phần mềm đã cài đặt:
|
|
- **Node.js** kèm theo **npm** và **yarn**
|
|
- **git**
|
|
- **python v3.11**
|
|
|
|
- **latex**
|
|
- `git.thuanle.me/public/base:latex-latest`
|
|
- Dockerfile: [latex.Dockerfile](latex.Dockerfile)
|
|
- Các gói/phần mềm đã cài đặt:
|
|
- **TexLive** (latest)
|
|
- Hỗ trợ tiếng Việt: `vntex`, `vietnam`, `ucs`
|
|
- Font & Extra: `collection-fontsrecommended`, `collection-latexextra`
|
|
- Tool: `latexmk`
|
|
|
|
## Update
|
|
|
|
- Repo được update hàng tuần. |