Skip to content

Commit

Permalink
CI: move to github container registry (#7652)
Browse files Browse the repository at this point in the history
We move the CI images to the github container registry.

Given we mostly (if not solely) run these containers on github actions
infra it makes sense to have them hosted closer to where they are
needed.

Image changes: citusdata/the-process#157
  • Loading branch information
thanodnl authored Jul 12, 2024
1 parent 58fef24 commit e776a7e
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 219 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/src/test/regress/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ verify_ssl = true

[packages]
mitmproxy = {editable = true, ref = "main", git = "https://github.com/citusdata/mitmproxy.git"}
construct = "==2.9.45"
construct = "*"
docopt = "==0.6.2"
cryptography = ">=41.0.4"
pytest = "*"
Expand All @@ -16,6 +16,7 @@ pytest-timeout = "*"
pytest-xdist = "*"
pytest-repeat = "*"
pyyaml = "*"
werkzeug = "==2.3.7"

[dev-packages]
black = "*"
Expand Down
Loading

0 comments on commit e776a7e

Please sign in to comment.