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

Update rules_docker version in WORKSPACE #16537

Open
wood-jp opened this issue Sep 23, 2022 · 0 comments
Open

Update rules_docker version in WORKSPACE #16537

wood-jp opened this issue Sep 23, 2022 · 0 comments

Comments

@wood-jp
Copy link

wood-jp commented Sep 23, 2022

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=
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant