Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
4,969 contributions in the last year
Activity overview
Contribution activity
October 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 12 repositories not shown
- asottile/gnome-terminal-3-38-focal Dockerfile
Created a pull request in python/cpython that received 8 comments
Fix .. code-block :: directives in decimal.rst
without this, the docs build fails due to this:
Warning, treated as error:
/tmp/code/Doc/c-api/decimal.rst:19:Error in "code-block" directive:
1 ar…
- py36+: remove _pytest.compat.order_preserving_dict
- py36+: com2ann
- py36+: pyupgrade: py36+
- py36+: remove rexport of Path and PurePath
- py36+ tests are definition ordered
- py36+: use new NamedTuple syntax
- py36+: update the target version of black to py36
- py36+: remove _pytest.compat.overload
- py36+: resolve py36 TODOs
- py36+: from typing import Type: no longer need guard
- py36+: remove _pytest.compat.fspath
- py36+: remove requires_ordered_markup
- py36+: remove workaround for Union[Pattern/Match] bug
- py36+: replace typing.X with X
- py36+: miscellaneous (3, 6) cleanup
- py36+: remove TYPE_CHECKING from _pytest.compat
- py36+: remove _pytest.compat.MODULE_NOT_FOUND_ERROR
- py36+: remove pathlib2 compatibility shim
- py36+: drop python3.5 in CI and setup.cfg
- only push a new image if it is different
- use system ruby for speed and size
- delete some dead test code
- run github action once weekly
- pull image as cache target for build
- make tests compatible with docker
- oops this is supposed to be podman
- automatically push the docker image to registries
- add github action to build and test image
Created an issue in containers/podman that received 14 comments
podman build --pull (--pull behaviour is different from docker)
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
the behaviour of podman build --pull differs from t…