@sw-tsdk/connector 3.20.0-next.eaa96f4 → 3.21.0-next.b966c26

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.
@@ -8,7 +8,7 @@ ARG RUNTIME_IMAGE=runtime-image
8
8
 
9
9
  # Stage 1: reference-only — pull the published compile-fips base to copy pre-installed swimlane libs
10
10
  FROM ${COMPILE_BASE} AS compile-base-libs
11
- LABEL stage=compile-base-libs # ← metadata only, no shell needed
11
+ LABEL stage=compile-base-libs
12
12
  # Stage 2: builder — dev image has shell, apk, and pip for all build-time operations.
13
13
  # The final FIPS image is distroless (no shell), so ALL RUN commands must happen here.
14
14
  FROM ${PYTHON_DEV_IMAGE} AS builder
@@ -8,7 +8,7 @@ ARG RUNTIME_IMAGE=runtime-image
8
8
 
9
9
  # Stage 1: reference-only — pull the published compile-fips base to copy pre-installed swimlane libs
10
10
  FROM ${COMPILE_BASE} AS compile-base-libs
11
- LABEL stage=compile-base-libs # ← metadata only, no shell needed
11
+ LABEL stage=compile-base-libs
12
12
  # Stage 2: builder — dev image has shell, apk, and pip for all build-time operations.
13
13
  # The final FIPS image is distroless (no shell), so ALL RUN commands must happen here.
14
14
  FROM ${PYTHON_DEV_IMAGE} AS builder
@@ -8,7 +8,7 @@ ARG RUNTIME_IMAGE=runtime-image
8
8
 
9
9
  # Stage 1: reference-only — pull the published compile-fips base to copy pre-installed swimlane libs
10
10
  FROM ${COMPILE_BASE} AS compile-base-libs
11
- LABEL stage=compile-base-libs # ← metadata only, no shell needed
11
+ LABEL stage=compile-base-libs
12
12
  # Stage 2: builder — dev image has shell, apk, and pip for all build-time operations.
13
13
  # The final FIPS image is distroless (no shell), so ALL RUN commands must happen here.
14
14
  FROM ${PYTHON_DEV_IMAGE} AS builder
@@ -8,7 +8,7 @@ ARG RUNTIME_IMAGE=runtime-image
8
8
 
9
9
  # Stage 1: reference-only — pull the published compile-fips base to copy pre-installed swimlane libs
10
10
  FROM ${COMPILE_BASE} AS compile-base-libs
11
- LABEL stage=compile-base-libs # ← metadata only, no shell needed
11
+ LABEL stage=compile-base-libs
12
12
  # Stage 2: builder — dev image has shell, apk, and pip for all build-time operations.
13
13
  # The final FIPS image is distroless (no shell), so ALL RUN commands must happen here.
14
14
  FROM ${PYTHON_DEV_IMAGE} AS builder
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.20.0-next.eaa96f4",
13
- "@sw-tsdk/core": "3.20.0-next.eaa96f4",
14
- "@sw-tsdk/docker": "3.20.0-next.eaa96f4",
12
+ "@sw-tsdk/common": "3.21.0-next.b966c26",
13
+ "@sw-tsdk/core": "3.21.0-next.b966c26",
14
+ "@sw-tsdk/docker": "3.21.0-next.b966c26",
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.20.0-next.eaa96f4",
70
- "gitHead": "eaa96f46fcbf351c6bf553ef3bf78d1a8f1b6370"
69
+ "version": "3.21.0-next.b966c26",
70
+ "gitHead": "b966c26b0ebe936695516ed4dd15938a9c30c714"
71
71
  }