@sw-tsdk/connector 3.23.0-next.184d8cd → 3.24.0-next.03a4943

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.
@@ -6,17 +6,14 @@ ARG PYTHON_DEV_IMAGE=quay.io/swimlane-connectors/connector-python-dev-definition
6
6
  ARG RUNNER_IMAGE_NAME=quay.io/swimlane-connectors/connector-python-runner-definition-base-fips:3.10-latest
7
7
  ARG RUNTIME_IMAGE=runtime-image
8
8
 
9
- # Stage 1: reference-onlypull the published compile-fips base to copy pre-installed swimlane libs
10
- FROM ${COMPILE_BASE} AS compile-base-libs
11
- LABEL stage=compile-base-libs
12
- # Stage 2: builder — dev image has shell, apk, and pip for all build-time operations.
9
+ # Stage 1: builderdev image has shell, apk, and pip for all build-time operations.
13
10
  # The final FIPS image is distroless (no shell), so ALL RUN commands must happen here.
14
11
  FROM ${PYTHON_DEV_IMAGE} AS builder
15
12
  USER root
16
13
 
17
14
  # Carry over pre-installed swimlane SDK packages from the compile-fips base
18
- COPY --from=compile-base-libs /usr/local/lib /usr/local/lib
19
- COPY --from=compile-base-libs /usr/local/bin /usr/local/bin
15
+ COPY --from=${COMPILE_BASE} /usr/local/lib /usr/local/lib
16
+ COPY --from=${COMPILE_BASE} /usr/local/bin /usr/local/bin
20
17
 
21
18
  # Run compile-time OS package installs and custom scripts
22
19
  COPY compile.* /scripts/
@@ -6,17 +6,14 @@ ARG PYTHON_DEV_IMAGE=quay.io/swimlane-connectors/connector-python-dev-definition
6
6
  ARG RUNNER_IMAGE_NAME=quay.io/swimlane-connectors/connector-python-runner-definition-base-fips:3.11-latest
7
7
  ARG RUNTIME_IMAGE=runtime-image
8
8
 
9
- # Stage 1: reference-onlypull the published compile-fips base to copy pre-installed swimlane libs
10
- FROM ${COMPILE_BASE} AS compile-base-libs
11
- LABEL stage=compile-base-libs
12
- # Stage 2: builder — dev image has shell, apk, and pip for all build-time operations.
9
+ # Stage 1: builderdev image has shell, apk, and pip for all build-time operations.
13
10
  # The final FIPS image is distroless (no shell), so ALL RUN commands must happen here.
14
11
  FROM ${PYTHON_DEV_IMAGE} AS builder
15
12
  USER root
16
13
 
17
14
  # Carry over pre-installed swimlane SDK packages from the compile-fips base
18
- COPY --from=compile-base-libs /usr/local/lib /usr/local/lib
19
- COPY --from=compile-base-libs /usr/local/bin /usr/local/bin
15
+ COPY --from=${COMPILE_BASE} /usr/local/lib /usr/local/lib
16
+ COPY --from=${COMPILE_BASE} /usr/local/bin /usr/local/bin
20
17
 
21
18
  # Run compile-time OS package installs and custom scripts
22
19
  COPY compile.* /scripts/
@@ -6,17 +6,14 @@ ARG PYTHON_DEV_IMAGE=quay.io/swimlane-connectors/connector-python-dev-definition
6
6
  ARG RUNNER_IMAGE_NAME=quay.io/swimlane-connectors/connector-python-runner-definition-base-fips:3.12-latest
7
7
  ARG RUNTIME_IMAGE=runtime-image
8
8
 
9
- # Stage 1: reference-onlypull the published compile-fips base to copy pre-installed swimlane libs
10
- FROM ${COMPILE_BASE} AS compile-base-libs
11
- LABEL stage=compile-base-libs
12
- # Stage 2: builder — dev image has shell, apk, and pip for all build-time operations.
9
+ # Stage 1: builderdev image has shell, apk, and pip for all build-time operations.
13
10
  # The final FIPS image is distroless (no shell), so ALL RUN commands must happen here.
14
11
  FROM ${PYTHON_DEV_IMAGE} AS builder
15
12
  USER root
16
13
 
17
14
  # Carry over pre-installed swimlane SDK packages from the compile-fips base
18
- COPY --from=compile-base-libs /usr/local/lib /usr/local/lib
19
- COPY --from=compile-base-libs /usr/local/bin /usr/local/bin
15
+ COPY --from=${COMPILE_BASE} /usr/local/lib /usr/local/lib
16
+ COPY --from=${COMPILE_BASE} /usr/local/bin /usr/local/bin
20
17
 
21
18
  # Run compile-time OS package installs and custom scripts
22
19
  COPY compile.* /scripts/
@@ -6,17 +6,14 @@ ARG PYTHON_DEV_IMAGE=quay.io/swimlane-connectors/connector-python-dev-definition
6
6
  ARG RUNNER_IMAGE_NAME=quay.io/swimlane-connectors/connector-python-runner-definition-base-fips:3.9-latest
7
7
  ARG RUNTIME_IMAGE=runtime-image
8
8
 
9
- # Stage 1: reference-onlypull the published compile-fips base to copy pre-installed swimlane libs
10
- FROM ${COMPILE_BASE} AS compile-base-libs
11
- LABEL stage=compile-base-libs
12
- # Stage 2: builder — dev image has shell, apk, and pip for all build-time operations.
9
+ # Stage 1: builderdev image has shell, apk, and pip for all build-time operations.
13
10
  # The final FIPS image is distroless (no shell), so ALL RUN commands must happen here.
14
11
  FROM ${PYTHON_DEV_IMAGE} AS builder
15
12
  USER root
16
13
 
17
14
  # Carry over pre-installed swimlane SDK packages from the compile-fips base
18
- COPY --from=compile-base-libs /usr/local/lib /usr/local/lib
19
- COPY --from=compile-base-libs /usr/local/bin /usr/local/bin
15
+ COPY --from=${COMPILE_BASE} /usr/local/lib /usr/local/lib
16
+ COPY --from=${COMPILE_BASE} /usr/local/bin /usr/local/bin
20
17
 
21
18
  # Run compile-time OS package installs and custom scripts
22
19
  COPY compile.* /scripts/
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-next.184d8cd",
13
- "@sw-tsdk/core": "3.23.0-next.184d8cd",
14
- "@sw-tsdk/docker": "3.23.0-next.184d8cd",
12
+ "@sw-tsdk/common": "3.24.0-next.03a4943",
13
+ "@sw-tsdk/core": "3.24.0-next.03a4943",
14
+ "@sw-tsdk/docker": "3.24.0-next.03a4943",
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-next.184d8cd",
70
- "gitHead": "184d8cd206d08d20c18f3ae46b1f4a72a1315724"
69
+ "version": "3.24.0-next.03a4943",
70
+ "gitHead": "03a494347e8894911c917b32804c31d7c8f92e6c"
71
71
  }