@sw-tsdk/connector 3.23.0-alpha.2735b67 → 3.23.0-alpha.5b3d9ec

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -62,6 +62,7 @@ USER nonroot
62
62
  ENTRYPOINT ["python", "run.py"]
63
63
 
64
64
  FROM ${RUNTIME_IMAGE} AS connector-image
65
+ COPY --from=builder /bin/busybox /bin/sh
65
66
  {{#each labels}}
66
67
  LABEL {{{@key}}}="{{{this}}}"
67
68
  {{/each}}
@@ -68,6 +68,7 @@ USER nonroot
68
68
  ENTRYPOINT ["python", "run.py"]
69
69
 
70
70
  FROM ${RUNTIME_IMAGE} AS connector-image
71
+ COPY --from=builder /bin/busybox /bin/sh
71
72
  {{#each labels}}
72
73
  LABEL {{{@key}}}="{{{this}}}"
73
74
  {{/each}}
@@ -62,6 +62,7 @@ USER nonroot
62
62
  ENTRYPOINT ["python", "run.py"]
63
63
 
64
64
  FROM ${RUNTIME_IMAGE} AS connector-image
65
+ COPY --from=builder /bin/busybox /bin/sh
65
66
  {{#each labels}}
66
67
  LABEL {{{@key}}}="{{{this}}}"
67
68
  {{/each}}
@@ -68,6 +68,7 @@ USER nonroot
68
68
  ENTRYPOINT ["python", "run.py"]
69
69
 
70
70
  FROM ${RUNTIME_IMAGE} AS connector-image
71
+ COPY --from=builder /bin/busybox /bin/sh
71
72
  {{#each labels}}
72
73
  LABEL {{{@key}}}="{{{this}}}"
73
74
  {{/each}}
package/package.json CHANGED
@@ -9,9 +9,9 @@
9
9
  "@oclif/core": "2.8.5",
10
10
  "@oclif/plugin-help": "5.2.9",
11
11
  "@oclif/plugin-plugins": "3.1.2",
12
- "@sw-tsdk/common": "3.23.0-alpha.2735b67",
13
- "@sw-tsdk/core": "3.23.0-alpha.2735b67",
14
- "@sw-tsdk/docker": "3.23.0-alpha.2735b67",
12
+ "@sw-tsdk/common": "3.23.0-alpha.5b3d9ec",
13
+ "@sw-tsdk/core": "3.23.0-alpha.5b3d9ec",
14
+ "@sw-tsdk/docker": "3.23.0-alpha.5b3d9ec",
15
15
  "@swimlane/connector-interfaces": "1.11.0",
16
16
  "@swimlane/cosign": "1.4.1",
17
17
  "archiver": "5.3.1",
@@ -66,6 +66,6 @@
66
66
  "test": "jest --passWithNoTests"
67
67
  },
68
68
  "types": "lib/index.d.ts",
69
- "version": "3.23.0-alpha.2735b67",
70
- "gitHead": "2735b67042c4fdc44b020f9066edaf5e3506c856"
69
+ "version": "3.23.0-alpha.5b3d9ec",
70
+ "gitHead": "5b3d9ec2021ddce7964b0cd920030fee2876557a"
71
71
  }