add pipeline
Tests / test (push) Failing after 34s
Tests / build-and-push-image (push) Has been skipped

This commit is contained in:
root
2026-07-31 13:51:39 -04:00
parent f3863f760c
commit 843fa559bb
135 changed files with 791 additions and 4796 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
var grpc = require("@grpc/grpc-js"),
protoLoader = require("@grpc/proto-loader"),
path = require("path"),
uuid = require("uuid").v4;
crypto = require("crypto");
function withSession(docker, auth, handler) {
const sessionId = uuid();
const sessionId = crypto.randomUUID();
const opts = {
method: "POST",