@sw-tsdk/connector 3.11.3-alpha.556fc3a → 3.11.3-alpha.e687c2f

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.
@@ -1,6 +1,6 @@
1
1
  # syntax=docker/dockerfile:1.2
2
- ARG BASE_COMPILE_IMAGE_NAME=harbor.swimlane.io/swimlane-connectors/connector-python-compile-definition-base:3.10-next
3
- ARG RUNNER_IMAGE_NAME=harbor.swimlane.io/swimlane-connectors/connector-python-runner-definition-base:3.10-next
2
+ ARG BASE_COMPILE_IMAGE_NAME=quay.io/swimlane/connector-python-compile-definition-base:3.10-latest
3
+ ARG RUNNER_IMAGE_NAME=quay.io/swimlane/connector-python-runner-definition-base:3.10-latest
4
4
  ARG RUNTIME_IMAGE=runtime-image
5
5
  ARG DEBUG=false
6
6
  FROM ${BASE_COMPILE_IMAGE_NAME} AS compile-image
@@ -1,6 +1,6 @@
1
1
  # syntax=docker/dockerfile:1.2
2
- ARG BASE_COMPILE_IMAGE_NAME=harbor.swimlane.io/swimlane-connectors/connector-python-compile-definition-base:3.11-next
3
- ARG RUNNER_IMAGE_NAME=harbor.swimlane.io/swimlane-connectors/connector-python-runner-definition-base:3.11-next
2
+ ARG BASE_COMPILE_IMAGE_NAME=quay.io/swimlane/connector-python-compile-definition-base:3.11-latest
3
+ ARG RUNNER_IMAGE_NAME=quay.io/swimlane/connector-python-runner-definition-base:3.11-latest
4
4
  ARG RUNTIME_IMAGE=runtime-image
5
5
  ARG DEBUG=false
6
6
  FROM ${BASE_COMPILE_IMAGE_NAME} AS compile-image
@@ -1,6 +1,6 @@
1
1
  # syntax=docker/dockerfile:1.2
2
- ARG BASE_COMPILE_IMAGE_NAME=harbor.swimlane.io/swimlane-connectors/connector-python-compile-definition-base:3.12-next
3
- ARG RUNNER_IMAGE_NAME=harbor.swimlane.io/swimlane-connectors/connector-python-runner-definition-base:3.12-next
2
+ ARG BASE_COMPILE_IMAGE_NAME=quay.io/swimlane/connector-python-compile-definition-base:3.12-latest
3
+ ARG RUNNER_IMAGE_NAME=quay.io/swimlane/connector-python-runner-definition-base:3.12-latest
4
4
  ARG RUNTIME_IMAGE=runtime-image
5
5
  ARG DEBUG=false
6
6
  FROM ${BASE_COMPILE_IMAGE_NAME} AS compile-image
@@ -1,6 +1,6 @@
1
1
  # syntax=docker/dockerfile:1.2
2
- ARG BASE_COMPILE_IMAGE_NAME=quay.io/swimlane-connectors/connector-python-compile-definition-base:3.9-next
3
- ARG RUNNER_IMAGE_NAME=quay.io/swimlane-connectors/connector-python-runner-definition-base:3.9-next
2
+ ARG BASE_COMPILE_IMAGE_NAME=quay.io/swimlane/connector-python-compile-definition-base:3.9-latest
3
+ ARG RUNNER_IMAGE_NAME=quay.io/swimlane/connector-python-runner-definition-base:3.9-latest
4
4
  ARG RUNTIME_IMAGE=runtime-image
5
5
  ARG DEBUG=false
6
6
  FROM ${BASE_COMPILE_IMAGE_NAME} AS compile-image
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.11.3-alpha.556fc3a",
13
- "@sw-tsdk/core": "3.11.3-alpha.556fc3a",
14
- "@sw-tsdk/docker": "3.11.3-alpha.556fc3a",
12
+ "@sw-tsdk/common": "3.11.3-alpha.e687c2f",
13
+ "@sw-tsdk/core": "3.11.3-alpha.e687c2f",
14
+ "@sw-tsdk/docker": "3.11.3-alpha.e687c2f",
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.11.3-alpha.556fc3a",
70
- "gitHead": "556fc3af079f83dbb1fb1c8d8ba23b3b2a890a84"
69
+ "version": "3.11.3-alpha.e687c2f",
70
+ "gitHead": "e687c2fb739d7b0c620bdb791881cea4cdf6b7d4"
71
71
  }