@sw-tsdk/connector 3.23.0-alpha.623668b → 3.23.0-alpha.992d283
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.
|
@@ -36,10 +36,6 @@ USER root
|
|
|
36
36
|
ARG ASSET_KEYS
|
|
37
37
|
ENV ASSET_KEYS=$ASSET_KEYS
|
|
38
38
|
|
|
39
|
-
# Copy compile-fips base packages (e.g. connector_definition_runner, pylint, black, etc.)
|
|
40
|
-
# from the builder stage so they are available at runtime.
|
|
41
|
-
COPY --from=builder /usr/lib/python3.10/site-packages /usr/lib/python3.10/site-packages/
|
|
42
|
-
|
|
43
39
|
# Copy only the connector-specific packages into site-packages.
|
|
44
40
|
# The runner's own FIPS Python installation remains intact.
|
|
45
41
|
COPY --from=builder /connector-deps /usr/lib/python3.10/site-packages/
|
|
@@ -36,10 +36,6 @@ USER root
|
|
|
36
36
|
ARG ASSET_KEYS
|
|
37
37
|
ENV ASSET_KEYS=$ASSET_KEYS
|
|
38
38
|
|
|
39
|
-
# Copy compile-fips base packages (e.g. connector_definition_runner, pylint, black, etc.)
|
|
40
|
-
# from the builder stage so they are available at runtime.
|
|
41
|
-
COPY --from=builder /usr/lib/python3.11/site-packages /usr/lib/python3.11/site-packages/
|
|
42
|
-
|
|
43
39
|
# Copy only the connector-specific packages into site-packages.
|
|
44
40
|
# The runner's own FIPS Python installation remains intact.
|
|
45
41
|
COPY --from=builder /connector-deps /usr/lib/python3.11/site-packages/
|
|
@@ -36,10 +36,6 @@ USER root
|
|
|
36
36
|
ARG ASSET_KEYS
|
|
37
37
|
ENV ASSET_KEYS=$ASSET_KEYS
|
|
38
38
|
|
|
39
|
-
# Copy compile-fips base packages (e.g. connector_definition_runner, pylint, black, etc.)
|
|
40
|
-
# from the builder stage so they are available at runtime.
|
|
41
|
-
COPY --from=builder /usr/lib/python3.12/site-packages /usr/lib/python3.12/site-packages/
|
|
42
|
-
|
|
43
39
|
# Copy only the connector-specific packages into site-packages.
|
|
44
40
|
# The runner's own FIPS Python installation remains intact.
|
|
45
41
|
COPY --from=builder /connector-deps /usr/lib/python3.12/site-packages/
|
|
@@ -36,10 +36,6 @@ USER root
|
|
|
36
36
|
ARG ASSET_KEYS
|
|
37
37
|
ENV ASSET_KEYS=$ASSET_KEYS
|
|
38
38
|
|
|
39
|
-
# Copy compile-fips base packages (e.g. connector_definition_runner, pylint, black, etc.)
|
|
40
|
-
# from the builder stage so they are available at runtime.
|
|
41
|
-
COPY --from=builder /usr/lib/python3.9/site-packages /usr/lib/python3.9/site-packages/
|
|
42
|
-
|
|
43
39
|
# Copy only the connector-specific packages into site-packages.
|
|
44
40
|
# The runner's own FIPS Python installation remains intact.
|
|
45
41
|
COPY --from=builder /connector-deps /usr/lib/python3.9/site-packages/
|
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.
|
|
13
|
-
"@sw-tsdk/core": "3.23.0-alpha.
|
|
14
|
-
"@sw-tsdk/docker": "3.23.0-alpha.
|
|
12
|
+
"@sw-tsdk/common": "3.23.0-alpha.992d283",
|
|
13
|
+
"@sw-tsdk/core": "3.23.0-alpha.992d283",
|
|
14
|
+
"@sw-tsdk/docker": "3.23.0-alpha.992d283",
|
|
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.
|
|
70
|
-
"gitHead": "
|
|
69
|
+
"version": "3.23.0-alpha.992d283",
|
|
70
|
+
"gitHead": "992d283c0f2251e86f7203ea809f77bc96636af3"
|
|
71
71
|
}
|