You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `connector_dir`: Path to the connector directory (required)
27
-
- `--tag`: Tag to apply to the built image (default: "dev")
28
-
- `--no-verify`: Skip verification of the built image
29
-
- `--verbose`, `-v`: Enable verbose logging
30
-
31
-
32
-
The command reads the connector's metadata from the `metadata.yaml` file, builds a Docker image using the connector's Dockerfile, and verifies the image by running the `spec` command. The image is tagged according to the repository name specified in the metadata and the provided tag.
33
-
34
-
This command is designed to be a simpler alternative to the `airbyte-ci build` command, using Docker directly on the host machine instead of Dagger.
- `connector_dir`: Path to the connector directory (required)
24
+
- `--tag`: Tag to apply to the built image (default: "dev")
25
+
- `--no-verify`: Skip verification of the built image
26
+
- `--verbose`, `-v`: Enable verbose logging
27
+
28
+
29
+
The command reads the connector's metadata from the `metadata.yaml` file, builds a Docker image using the connector's Dockerfile, and verifies the image by running the `spec` command. The image is tagged according to the repository name specified in the metadata and the provided tag.
30
+
31
+
This command is designed to be a simpler alternative to the `airbyte-ci build` command, using Docker directly on the host machine instead of Dagger.
0 commit comments