Skip to content

Commit

Permalink
Use Azul's fork of bigquery-emulator (#5905)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Mar 26, 2024
1 parent 8bda13f commit 97d597f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def env() -> Mapping[str, Optional[str]]:
'ref': 'docker.io/ucscgi/azul-elasticsearch:7.17.18-13'
},
'bigquery_emulator': {
'ref': 'ghcr.io/hannes-ucsc/bigquery-emulator:azul'
'ref': 'docker.io/ucscgi/azul-bigquery-emulator:0.4.4-1'
},
# Updating any of the four images below additionally requires
# redeploying the `gitlab` TF component.
Expand Down
13 changes: 9 additions & 4 deletions image_manifests.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,15 @@
}
}
},
"ghcr.io/hannes-ucsc/bigquery-emulator:azul": {
"digest": "sha256:5500114fdbe7227e5a05571a5a1df21ca94625c9fef1ae22b721e39c8ea06c8c",
"id": "sha256:2fc698b738dd0feeab79fa175dbca3dc4cf59f7a766e16b85541327e6b3681fc",
"platform": "linux/amd64"
"docker.io/ucscgi/azul-bigquery-emulator:0.4.4-1": {
"digest": "sha256:d522400b7ca566cec2deb49fa4302936990d24b39333530c189921d921c0d6d6",
"manifests": {
"linux/amd64": {
"digest": "sha256:5e4b293b74ac6661a21389e1ddef65ce353b5efff2021a4d874fa6775d8c39e0",
"id": "sha256:f8d507a5d971f62d2f18e3d212771b5a39a9bc481650ae9b982193158ae144e3",
"platform": "linux/amd64"
}
}
},
"docker.io/clamav/clamav:1.3.0-41": {
"digest": "sha256:0bb5d72ed47458c3333868c2e5835dd38f4268ceeba6e4212b3c57d809526755",
Expand Down

0 comments on commit 97d597f

Please sign in to comment.