skip to Main Content

Google Cloud Build Trigger failing with "ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 1" – Debian

I am trying to setup continuous deployment of my golang backend using the Google documentation, but when my trigger fires, it fails with the following error: starting build "eba3ce39-caad-43f0-a255-0a3cacec4913" FETCHSOURCE Initialized empty Git repository in /workspace/.git/ From https://source.developers.google.com/p/my-porject/r/github_myusername_myproject.com * branch…

VIEW QUESTION

Google Cloud virtual instance: Chrome remote desktop indicates remote computer is offline, however Google Cloud Platform shows instance is running – Debian

I am running a virtual machine in Google Cloud. I have installed the default Debian OS, and configured the desktop environment for remote connection, as explained here: https://cloud.google.com/solutions/chrome-desktop-remote-on-compute-engine I have been able to connect to the instance via Chrome Remote…

VIEW QUESTION

Google safe browsing API 403 error: The request is missing a valid API key – Jquery ajax

My ajax code is as follows: $("#my_form").submit(function(event){ event.preventDefault(); //prevent default action var api_url = "https://safebrowsing.googleapis.com/v4/threatMatches:find?" var key = 'A..............................s' api_url += key console.log(api_url); var payload = { "client":{ "clientId": "2815.........................apps.googleusercontent.com", "clientVersion": "1.0.0", }, "threatInfo": { "threatTypes": ["MALWARE", "SOCIAL_ENGINEERING"], "platformTypes": ["WINDOWS"],…

VIEW QUESTION
Back To Top
Search