stacktape 3.0.10-beta.2 → 3.0.11
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.
- package/package.json +1 -1
- package/sdk.d.ts +20 -0
package/package.json
CHANGED
package/sdk.d.ts
CHANGED
|
@@ -25808,6 +25808,16 @@ declare class Stacktape {
|
|
|
25808
25808
|
*/
|
|
25809
25809
|
noCache?: boolean,
|
|
25810
25810
|
/**
|
|
25811
|
+
* #### Disable Docker Remote Cache
|
|
25812
|
+
*
|
|
25813
|
+
* ---
|
|
25814
|
+
*
|
|
25815
|
+
* Disables Docker layer caching using ECR as remote cache storage.
|
|
25816
|
+
* By default, remote caching is enabled to speed up Docker builds by reusing layers.
|
|
25817
|
+
* Set to `true` to disable remote caching.
|
|
25818
|
+
*/
|
|
25819
|
+
disableDockerRemoteCache?: boolean,
|
|
25820
|
+
/**
|
|
25811
25821
|
* #### Disable Auto-Rollback
|
|
25812
25822
|
*
|
|
25813
25823
|
* ---
|
|
@@ -26071,6 +26081,16 @@ declare class Stacktape {
|
|
|
26071
26081
|
*/
|
|
26072
26082
|
noCache?: boolean,
|
|
26073
26083
|
/**
|
|
26084
|
+
* #### Disable Docker Remote Cache
|
|
26085
|
+
*
|
|
26086
|
+
* ---
|
|
26087
|
+
*
|
|
26088
|
+
* Disables Docker layer caching using ECR as remote cache storage.
|
|
26089
|
+
* By default, remote caching is enabled to speed up Docker builds by reusing layers.
|
|
26090
|
+
* Set to `true` to disable remote caching.
|
|
26091
|
+
*/
|
|
26092
|
+
disableDockerRemoteCache?: boolean,
|
|
26093
|
+
/**
|
|
26074
26094
|
* #### Disable Auto-Rollback
|
|
26075
26095
|
*
|
|
26076
26096
|
* ---
|