fix: use explicit docker path in imgproxy release
This commit is contained in:
@@ -23,13 +23,15 @@ test('installer uses a read-only storage mount and both required ports', () => {
|
||||
assert.match(installer, /\$MINDSPACE_STORAGE_ROOT:\/mnt\/images:ro/);
|
||||
assert.match(installer, /10\.10\.0\.2/);
|
||||
assert.match(installer, /IMGPROXY_UPSTREAM/);
|
||||
assert.match(installer, /DOCKER_BIN/);
|
||||
});
|
||||
|
||||
test('release verifies checksums before loading the image and backs up launch state', () => {
|
||||
const release = read('scripts/release-imgproxy-runtime-prod.sh');
|
||||
assert.match(release, /shasum -a 256 -c/);
|
||||
assert.match(release, /shasum -a 256 "imgproxy-runtime-\$RELEASE_ID\.tar\.gz"/);
|
||||
assert.match(release, /docker load/);
|
||||
assert.match(release, /"\$DOCKER_BIN" load/);
|
||||
assert.match(release, /DOCKER_BIN/);
|
||||
assert.match(release, /imgproxy-compat-\$RELEASE_ID\.plist/);
|
||||
assert.match(release, /img\.tkmind\.cn\/health/);
|
||||
assert.match(release, /release\/\*/);
|
||||
|
||||
Reference in New Issue
Block a user