Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Update rules_docker version in WORKSPACE #16537

@wood-jp

Description

@wood-jp

Look like the current version is using rules_docker v0.10.1

But since then rules_docker has removed python2 in favour of python3 (and is now at version v0.25.0)

The issue being that it's not possible to use this on a system that does not have python2 installed, like github for example. Attempting to do so will fail with a message like this one:

++ python -c 'import sys,json; print json.dumps(sys.stdin.read().strip().split())'
  File "<string>", line 1
    import sys,json; print json.dumps(sys.stdin.read().strip().split())
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
+ fmt_cmd=

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions