Alpine Linux All In One
Alpine Linux All In One
alpine
Alpine Linux is an independent, non-commercial, general purpose Linux distribution designed for power users who appreciate security, simplicity and resource efficiency.
Alpine Linux 是一个独立的、非商业的、通用的 Linux 发行版,专为注重安全性、简单性和资源效率的高级用户而设计。
https://alpinelinux.org/downloads/
https://pkgs.alpinelinux.org/packages
https://gitlab.alpinelinux.org/alpine
https://gitlab.alpinelinux.org/alpine/infra
https://gitlab.alpinelinux.org/alpine/aports/-/issues
Docker
Dockerfile
Dockerfile 是用于创建容器映像的指令脚本,它基于文本。
FROM node:12-alpine
RUN apk add --no-cache python2 g++ make
WORKDIR /app
COPY . .
RUN yarn install --production
CMD ["node", "/app/src/index.js"]
https://docs.docker.com/get-started/
https://github.com/docker/getting-started
CI/CD
GitHub CI
GitLab CI
Alpine Linux
alpine / 高山
(🐞 反爬虫测试!打击盗版⚠️)如果你看到这个信息, 说明这是一篇剽窃的文章,请访问 https://www.cnblogs.com/xgqfrms/ 查看原创文章!
refs
©xgqfrms 2012-2021
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/17025441.html
未经授权禁止转载,违者必究!