Skip to content

Commit

Permalink
Prepare for release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Aug 19, 2024
1 parent 3fe803b commit feb9cd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion connector-definition/.hasura-connector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use Node.js 20 as the base image
FROM ghcr.io/hasura/ndc-azure-cosmos:v0.1.3
FROM ghcr.io/hasura/ndc-azure-cosmos:v0.1.4

WORKDIR /app

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
packagingDefinition:
type: ManagedDockerBuild
type: PreBuiltDockerImage
dockerImage: ghcr.io/hasura/ndc-azure-cosmos:v0.1.4
supportedEnvironmentVariables:
- name: AZURE_COSMOS_KEY
description: The Azure Cosmos DB for NoSQL DB key
Expand All @@ -11,4 +12,4 @@ supportedEnvironmentVariables:
description: Maximum number of rows to fetch per container to infer the schema of the container.
default: "100"
commands:
update: docker run --rm -e AZURE_COSMOS_KEY="$AZURE_COSMOS_KEY" -e AZURE_COSMOS_DB_NAME="$AZURE_COSMOS_DB_NAME" -e AZURE_COSMOS_ENDPOINT="$AZURE_COSMOS_ENDPOINT" -v "$HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH":/etc/connector ghcr.io/hasura/ndc-azure-cosmos:v0.1.3 update
update: docker run --rm -e AZURE_COSMOS_KEY="$AZURE_COSMOS_KEY" -e AZURE_COSMOS_DB_NAME="$AZURE_COSMOS_DB_NAME" -e AZURE_COSMOS_ENDPOINT="$AZURE_COSMOS_ENDPOINT" -v "$HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH":/etc/connector ghcr.io/hasura/ndc-azure-cosmos:v0.1.4 update

0 comments on commit feb9cd0

Please sign in to comment.