13 lines
430 B
YAML
13 lines
430 B
YAML
version: "3.7"
|
|
|
|
# this file only exists so that we can easily check that all of these images exist in docker hub in check_images_exist.sh
|
|
services:
|
|
normalization:
|
|
image: airbyte/normalization:${VERSION}
|
|
normalization-mssql:
|
|
image: airbyte/normalization-mssql:${VERSION}
|
|
normalization-mysql:
|
|
image: airbyte/normalization-mysql:${VERSION}
|
|
normalization-oracle:
|
|
image: airbyte/normalization-oracle:${VERSION}
|