feat(base-images): add managed base image bundles with cache retention, hosted manifests, and opt-in integration boot testing

This commit is contained in:
2026-05-01 13:30:51 +00:00
parent 0ace928886
commit 9d0a57c5de
19 changed files with 2015 additions and 148 deletions
+2 -1
View File
@@ -2,8 +2,9 @@
import * as fs from 'fs';
import * as path from 'path';
import * as os from 'os';
import * as crypto from 'crypto';
export { fs, path, os };
export { fs, path, os, crypto };
// @push.rocks scope
import * as smartdelay from '@push.rocks/smartdelay';