@sw-tsdk/connector 3.23.0-alpha.2735b67 → 3.23.0-alpha.456b338

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,8 @@ 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
66
+ COPY --from=builder /bin/busybox /bin/sleep
65
67
  {{#each labels}}
66
68
  LABEL {{{@key}}}="{{{this}}}"
67
69
  {{/each}}
@@ -68,6 +68,8 @@ 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
72
+ COPY --from=builder /bin/busybox /bin/sleep
71
73
  {{#each labels}}
72
74
  LABEL {{{@key}}}="{{{this}}}"
73
75
  {{/each}}
@@ -62,6 +62,8 @@ 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
66
+ COPY --from=builder /bin/busybox /bin/sleep
65
67
  {{#each labels}}
66
68
  LABEL {{{@key}}}="{{{this}}}"
67
69
  {{/each}}
@@ -68,6 +68,8 @@ 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
72
+ COPY --from=builder /bin/busybox /bin/sleep
71
73
  {{#each labels}}
72
74
  LABEL {{{@key}}}="{{{this}}}"
73
75
  {{/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.456b338",
13
+ "@sw-tsdk/core": "3.23.0-alpha.456b338",
14
+ "@sw-tsdk/docker": "3.23.0-alpha.456b338",
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.456b338",
70
+ "gitHead": "456b338c6f7db617664e89ce1f291cc1de36ce4e"
71
71
  }