Skip to content

Commit

Permalink
bump deno & derive-typescript (#1341)
Browse files Browse the repository at this point in the history
* Only push derive-typescript image on `master` builds.
* Bump deno version
* Bump pinned flow-connector-init version
  • Loading branch information
jgraettinger authored Jan 18, 2024
1 parent fc3f40a commit ee10964
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 128 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/derive-typescript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ jobs:
run: docker build -t ghcr.io/estuary/derive-typescript:dev crates/derive-typescript/

- name: push docker image
# TODO(johnny): Uncomment once merged.
# if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/master' }}
run: docker push ghcr.io/estuary/derive-typescript:dev
2 changes: 1 addition & 1 deletion crates/derive-typescript/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM denoland/deno:distroless-1.36.3
FROM denoland/deno:distroless-1.39.4

COPY target/x86_64-unknown-linux-musl/release/derive-typescript /

Expand Down
124 changes: 0 additions & 124 deletions crates/flowctl/src/connector.rs

This file was deleted.

2 changes: 1 addition & 1 deletion crates/runtime/src/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ async fn inspect_image_and_copy(
}

// TODO(johnny): Consider better packaging and versioning of `flow-connector-init`.
const CONNECTOR_INIT_IMAGE: &str = "ghcr.io/estuary/flow:v0.3.9-12-g1bf50ba62";
const CONNECTOR_INIT_IMAGE: &str = "ghcr.io/estuary/flow:v0.3.11-60-gfc3f40ac5";
const CONNECTOR_INIT_IMAGE_PATH: &str = "/usr/local/bin/flow-connector-init";

#[cfg(test)]
Expand Down

0 comments on commit ee10964

Please sign in to comment.