-
[OPIK-3626] [FE] Replace echo with printf in Dockerfile for better shell portability (#4573)
发布于
2025-12-29 15:24:40 +00:00 - [OPIK-3626] [FE] Replace echo with printf in Dockerfile for better shell portability
Replace echo command with printf in frontend Dockerfile to ensure consistent JSON output formatting across different shell implementations. The printf command provides more predictable behavior and avoids potential issues with echo implementations that interpret escape sequences differently.
Implements OPIK-3626: Dockerfile replace echo with printf
- Revision 2: Add Dockerfile pattern to Infrastructure label
Add **/Dockerfile pattern to the Infrastructure label configuration in GitHub labeler.
This ensures that all Dockerfile changes across the repository are automatically labeled
as Infrastructure changes, which is appropriate since Dockerfiles are part of the build
and deployment infrastructure.下载附件