Tags: pnoker/iot-dc3
Tags
feat: add example usage to Docker CI workflow output Enhanced the Docker CI workflow by including an example usage line in the output, demonstrating how to pull a Docker image from the registry. This addition improves clarity and usability for users interacting with the generated documentation.
feat: feat: add release notes generation to Docker CI workflow Enhanced the Docker CI workflow by introducing a step to generate release notes. This includes collecting changes since the last tag, listing Docker images for both Docker Hub and Aliyun Container Registry, and providing usage instructions. The release notes are then used to create a GitHub release, improving documentation and visibility for each release.
ci(docker): update tag trigger from dc3.release.* to dc3.develop.* This change aligns the CI workflow with the current development branch naming convention, ensuring that the Docker image is built and pushed for development tags.
ci(docker): update tag trigger from dc3.release.* to dc3.develop.* This change aligns the CI workflow with the current development branch naming convention, ensuring that the Docker image is built and pushed for development tags.
feat: 在Dockerfile和docker-compose文件中添加APM相关配置 为了支持应用性能监控(APM),在多个Dockerfile和docker-compose配置文件中添加了APM相关的环境变量,包括`APM_AGENT_ENABLE`和`APM_SERVICE`。同时,在docker-compose文件中新增了`dc3-apm`服务,以支持APM功能。
PreviousNext