index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
docker
/
docker.py
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-18
tests/docker: add "fetch" sub-command
Alex Bennée
1
-0
/
+17
2021-05-18
tests/docker: allow "update" to add the current user
Alex Bennée
1
-1
/
+11
2021-05-18
tests/docker: make executable an optional argument to "update"
Alex Bennée
1
-27
/
+29
2021-05-18
tests/docker: fix copying of executable in "update"
Alex Bennée
1
-1
/
+8
2021-02-08
tests/docker: add a docker-exec-copy-test
Alex Bennée
1
-1
/
+6
2021-02-08
tests/docker: preserve original name when copying libs
Alex Bennée
1
-3
/
+4
2021-02-08
tests/docker: make _copy_with_mkdir accept missing files
Alex Bennée
1
-1
/
+6
2021-02-08
tests/docker: Fix _get_so_libs() for docker-binfmt-image
Philippe Mathieu-Daudé
1
-1
/
+1
2021-01-18
Add newline when generating Dockerfile
Alessandro Di Federico
1
-2
/
+2
2020-09-18
docker.py: always use --rm
Paolo Bonzini
1
-2
/
+2
2020-07-27
tests/docker: fix update command due to python3 str/bytes distinction
Alex Bennée
1
-6
/
+7
2020-07-15
docker.py: fix fetching of FROM layers
Alex Bennée
1
-5
/
+11
2020-07-11
tests/docker: fall back more gracefully when pull fails
Alex Bennée
1
-5
/
+6
2020-07-11
tests/docker: add --registry support to tooling
Alex Bennée
1
-6
/
+38
2020-07-11
tests/docker: change tag naming scheme of our images
Alex Bennée
1
-1
/
+1
2020-06-10
docker.py/build: support binary files in --extra-files
Paolo Bonzini
1
-2
/
+6
2020-06-10
docker.py/build: support -t and -f arguments
Paolo Bonzini
1
-3
/
+3
2020-05-31
python: remove more instances of sys.version_info
John Snow
1
-2
/
+3
2020-02-04
tests/docker: better handle symlinked libs
Alex Bennée
1
-7
/
+9
2019-09-26
podman: fix command invocation
John Snow
1
-1
/
+1
2019-09-26
tests/docker: reduce scary warnings by cleaning up clean up
Alex Bennée
1
-18
/
+16
2019-09-10
tests/docker: fix final missing .encode when parsing solibs
Alex Bennée
1
-1
/
+1
2019-09-10
tests/docker: handle missing encoding keyword for subprocess.check_output
Alex Bennée
1
-4
/
+10
2019-09-10
tests/docker: fix "cc" command to work with podman
Alex Bennée
1
-13
/
+13
2019-09-10
tests/docker: Use --userns=keep-id for podman
John Snow
1
-3
/
+1
2019-09-10
configure: clean-up container cross compile detect
Alex Bennée
1
-3
/
+4
2019-09-02
tests/docker: upgrade docker.py to python3
Alex Bennée
1
-13
/
+14
2019-08-22
docker.py: add podman support
Marc-André Lureau
1
-5
/
+43
2019-08-22
docker.py: add --run-as-current-user
Marc-André Lureau
1
-0
/
+5
2019-02-08
tests: PEP8 cleanup of docker.py, mostly white space
Alex Bennée
1
-13
/
+35
2019-02-08
tests: docker.py be even smarter with persistent binfmt_misc
Alex Bennée
1
-18
/
+38
2019-02-08
tests: make docker.py check for persistent configs
Alex Bennée
1
-0
/
+5
2019-02-08
tests: make docker.py update use configured binfmt path
Alex Bennée
1
-10
/
+15
2018-10-26
tests: Fix typos in comments and help message (found by codespell)
Stefan Weil
1
-2
/
+2
2018-10-03
Revert "docker.py: Python 2.6 argparse compatibility"
Eduardo Habkost
1
-3
/
+1
2018-07-24
docker: perform basic binfmt_misc validation in docker.py
Alex Bennée
1
-0
/
+30
2018-07-24
docker: fail more gracefully on docker.py check
Alex Bennée
1
-1
/
+6
2018-07-05
docker: add special handling for FROM:debian-%-user targets
Alex Bennée
1
-0
/
+4
2018-06-20
docker: docker.py adding age check command
Alex Bennée
1
-10
/
+36
2018-06-20
docker: docker.py add check sub-command
Alex Bennée
1
-1
/
+37
2018-06-20
docker: docker.py don't conflate checksums for extra_files
Alex Bennée
1
-3
/
+5
2018-06-20
docker: docker.py use "version" to probe usage
Alex Bennée
1
-1
/
+3
2018-06-20
docker: allow "cc" command to run in user context
Alex Bennée
1
-0
/
+4
2018-06-20
docker: extend "cc" command to accept compiler
Alex Bennée
1
-1
/
+3
2018-06-20
docker: Add "cc" subcommand
Alex Bennée
1
-0
/
+25
2018-06-20
docker: docker.py wrap StringIO import for python3
Alex Bennée
1
-1
/
+4
2018-06-08
python: futurize -f libfuturize.fixes.fix_print_with_import
Eduardo Habkost
1
-8
/
+9
2018-06-05
docker: add "probe" command for configure
Alex Bennée
1
-0
/
+18
2017-11-08
docker: Improved image checksum
Fam Zheng
1
-1
/
+23
2017-09-22
docker: docker.py make --no-cache skip checksum test
Alex Bennée
1
-1
/
+2
[next]