@sw-tsdk/connector 3.20.0 → 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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
13
|
-
"@sw-tsdk/core": "3.
|
|
14
|
-
"@sw-tsdk/docker": "3.
|
|
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.
|
|
70
|
-
"gitHead": "
|
|
69
|
+
"version": "3.21.0-next.b966c26",
|
|
70
|
+
"gitHead": "b966c26b0ebe936695516ed4dd15938a9c30c714"
|
|
71
71
|
}
|