docker 镜像 tag 特殊字符解释
-alpine
基于 alpinelinux 制作的镜像
apline是Alpine Linux操作系统,它是一个独立发行版本,相比较Debian操作系统来说Alpine更加轻巧,而通过Docker镜像搭建微服务倡导的就是一个“轻量级”概念,所以很多语言、应用也都发布了Alpine版本的Docker基础镜像
-alpine基于 alpinelinux 制作的镜像
apline是Alpine Linux操作系统,它是一个独立发行版本,相比较Debian操作系统来说Alpine更加轻巧,而通过Docker镜像搭建微服务倡导的就是一个“轻量级”概念,所以很多语言、应用也都发布了Alpine版本的Docker基础镜像
设备运行一段时间后, gnome-shell 会占用系统中大量的内存,甚至导致设备假死,只能强行断电源,强制关机后启动
qcachegrind 查看 valgrind 性能检测结果的工具
https://stackoverflow.com/questions/69792467/memory-check-on-macos-12-monterey
安装:kcachegrind ,由于kcachegrind只能在kde环境下运行,所以需要安装 kdewin-installer-gui
drone 能查看 Repository 但在点击 ACTIVATE REPOSITORY 时报错 500
drone 是通过 webhook 来根 gitlab 通信的,需要 gitlab 打开某些安全设置
gitlab 配置,参加官方文档 https://docs.gitlab.com/ee/security/webhooks.html
勾选 Allow requests to the local network from webhooks and integrations checkbox
