Sinhyeok Seo

Results 1 comments of Sinhyeok Seo

Same here: - kaniko image version: gcr.io/kaniko-project/executor:v1.12.0-debug - env: GitLab CI - Base image: `amazonlinux:2022` - command: ```bash /kaniko/executor --cleanup --build-arg FROM_TAG=2.10.5 --build-arg TAG=2.10.5 --custom-platform=linux/amd64 --context=/builds/common/[MASKED]/dockerfiles --dockerfile=external/devonlab/jjobs/Dockerfile --destination=${DESTINATION} ``` -...