Skip to content

Commit 319b2d9

Browse files
Pin bitnami images to bitnamilegacy (#1475)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent b6631c8 commit 319b2d9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ jobs:
752752
timeout-minutes: 30
753753
services:
754754
solr:
755-
image: bitnami/solr:8.8.2
755+
image: bitnamilegacy/solr:8.8.2
756756
env:
757757
SOLR_CORE: collection
758758
ports:
@@ -1014,7 +1014,7 @@ jobs:
10141014
timeout-minutes: 30
10151015
services:
10161016
zookeeper:
1017-
image: bitnami/zookeeper:3.9.1
1017+
image: bitnamilegacy/zookeeper:3.9.1
10181018
env:
10191019
ALLOW_ANONYMOUS_LOGIN: yes
10201020

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ envlist =
8686
python-adapter_gunicorn-{py37,py38,py39,py310,py311,py312,py313}-aiohttp03-gunicornlatest,
8787
python-adapter_hypercorn-{py38,py39,py310,py311,py312,py313}-hypercornlatest,
8888
python-adapter_hypercorn-py38-hypercorn{0010,0011,0012,0013},
89-
python-adapter_mcp-{py310,py311,py312,py313,pypy310},
89+
; mcp tests on PyPy disabled for now due to issues building cryptography
90+
python-adapter_mcp-{py310,py311,py312,py313},
9091
python-adapter_uvicorn-{py37,py38,py39,py310,py311,py312,py313}-uvicornlatest,
9192
python-adapter_uvicorn-py38-uvicorn014,
9293
python-adapter_waitress-{py37,py38,py39,py310,py311,py312,py313}-waitresslatest,

0 commit comments

Comments
 (0)