You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Ludovic Post (Jira)" <ji...@apache.org> on 2021/10/20 19:02:00 UTC

[jira] [Created] (BEAM-13086) Failing to prebuild python sdk container using cloud build

Ludovic Post created BEAM-13086:
-----------------------------------

             Summary: Failing to prebuild python sdk container using cloud build
                 Key: BEAM-13086
                 URL: https://issues.apache.org/jira/browse/BEAM-13086
             Project: Beam
          Issue Type: Bug
          Components: runner-dataflow
            Reporter: Ludovic Post


Today,  cloud build jobs started to fail with the following error: "error checking push permissions".
I was able to fix the issue using the following workaround: Update the hardcoded image url from "gcr.io/kaniko-project/executor:latest" to "gcr.io/kaniko-project/executor:v1.6.0" in https://github.com/apache/beam/blob/070ea22d507a2c26d838c872bb5790b8dad7f9b8/sdks/python/apache_beam/runners/portability/sdk_container_builder.py#L248

Kanito executor related bug: [Error on pushing image to GCR · Issue #1791 · GoogleContainerTools/kaniko · GitHub|https://github.com/GoogleContainerTools/kaniko/issues/1791]





--
This message was sent by Atlassian Jira
(v8.3.4#803005)