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 Apr 24, 2024
1 parent 1794c26 commit c93f85f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,9 @@ def env() -> Mapping[str, Optional[str]]:
'is_custom': True
},
'bigquery_emulator': {
'ref': 'ghcr.io/hannes-ucsc/bigquery-emulator:azul'
'ref': 'docker.io/ucscgi/azul-bigquery-emulator:0.4.4-1',
'url': 'https://hub.docker.com/repository/docker/ucscgi/azul-bigquery-emulator',
'is_custom': True
},
# Updating any of the four images below additionally requires
# redeploying the `gitlab` TF component.
Expand Down
6 changes: 3 additions & 3 deletions image_manifests.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
}
}
},
"ghcr.io/hannes-ucsc/bigquery-emulator:azul": {
"digest": "sha256:5500114fdbe7227e5a05571a5a1df21ca94625c9fef1ae22b721e39c8ea06c8c",
"id": "sha256:2fc698b738dd0feeab79fa175dbca3dc4cf59f7a766e16b85541327e6b3681fc",
"docker.io/ucscgi/azul-bigquery-emulator:0.4.4-1": {
"digest": "sha256:370f153965ed67597b40c987fa7de06bddaed3d66664ae4144770dc9fc46c244",
"id": "sha256:929d93d8e6abd42c6b0f8fa9d1833b010e22fa461b02182fadc7e3a6e1313a9a",
"platform": "linux/amd64"
},
"docker.io/clamav/clamav:1.2.1-27": {
Expand Down

0 comments on commit c93f85f

Please sign in to comment.