Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

-1 votes
0 answers
50 views

Cannot connect to dockerized SQL Server [closed]

Here's my situation: I have created a googlevm and installed portainer in it and launched a stack using Docker compose for an app (ui - api - redis - SQL Server database) and it's currently working ...
Mustapha Kerrou's user avatar
0 votes
0 answers
71 views

How to fix gcloud builds submit ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 1

I'm trying to submit a new container to gcloud, but when I run: !gcloud builds submit --tag europe-west2-docker.pkg.dev/[company]-website/[company]-containers/[company]-room (where you read [company] ...
duarte harris's user avatar
0 votes
0 answers
30 views

How to use Google Cloud Credentials in Airflow docker-compose

I'm trying to use the official Airflow docker-compose to test a few things locally. From questions like How to pass google cloud application credentials file to docker container and Specify GOOGLE ...
Javier Lopez Tomas's user avatar
1 vote
0 answers
53 views

Coldfusion Google Cloud Docker Container .car settings file not loading

I am trying to create a Coldfusion Docker image to run as a container that is created using Google Cloud Build and Google Cloud Run. Currently I have everything working correctly. My problem is that ...
Angela's user avatar
  • 41
1 vote
1 answer
58 views

Downloading a folder from cloud storage in GitHub action and move it inside a docker container is not working

My GitHub action name: Deploy on: workflow_dispatch: jobs: deploy: runs-on: ubuntu-latest environment: default permissions: contents: 'read' id-token: 'write' steps: ...
SamTheGoodOne's user avatar
1 vote
1 answer
56 views

Cloud Run in Google Cloud doesn't recognize time.sleep() in my Python script

I have a Cloud Run service running a Python script in a Docker container. Running the script on a VM in GCP or locally works fine. It recognizes the time.sleep() in my script. But Cloud Run does not. ...
geometricfreedom's user avatar
0 votes
0 answers
75 views

How can I delete unused docker layer cache with GitHub Actions in Google Cloud Artifact Registry?

I've created GitHub Actions workflow that build and push docker images to Artifact Registry with docker/build-push-action and deploy to Cloud Run. This is my Artifact Registry. The tagged package is ...
Harineko's user avatar
1 vote
1 answer
72 views

Unable to find module index.js in Google Cloud VM Docker

I am a facing an error where a docker container is not able to start after deploying to GCP Cloud Compute Engine VM. However, it is able to start normally on my local mac m3 chip machine. The error ...
cornstar94's user avatar
-1 votes
1 answer
46 views

How to deploy Docker Container in Google Cloud [closed]

I am new to the GCP. I want to move my distributed system, which runs locally using Docker, to the cloud. I have already tried to bring my containers into the cloud, but unfortunately it doesn't work. ...
mikal's user avatar
  • 129
0 votes
0 answers
56 views

OSError: libcudart.so.12 and ValueError: libcublas.so.*[0-9] not found on Airflow

I've a python script /project-name/src/myscript.py that uses SentenceTransformer from sentence_transformers import SentenceTransformer, util Pipfile [[source]] url = "https://pypi.org/simple&...
zZzZ's user avatar
  • 175
1 vote
0 answers
52 views

ERPNext on google cloud platform

Wish to have a help from your guys. I am installing frappe/bench on an Ubuntu virtual machine on Google cloud platform. I followed the instructions on GitHub with an easy installation. https://github....
Tiến Lê's user avatar
0 votes
2 answers
74 views

get-gke-credentials failed with: required "container.clusters.get" permission(s)

I'm trying to push my Docker images to GCP Artifact Registry and eventually deploy to GKE. Authenticating is going successfully, however, the 'get credentials' step keeps giving me this error: Error: ...
Vercors's user avatar
  • 143
0 votes
0 answers
86 views

Can I map port(s) from a container to its host on GCE using `gcloud create-with-container`?

I am trying to spin up a dockerized web app on my GCE instance. I want to be able to access my app from the external ip provided by GCE without SSH-ing into my instance to map the ports. gcloud ...
prismo's user avatar
  • 1,799
0 votes
0 answers
17 views

ERROR: (gcloud.run.deploy) Revision '****' is not ready... Image 'us-central1.pkg.dev/****/****/${{github.sha}}:latest' not found

I am running this is my terminal but the latest tag is not resolving to the image-digest and gcloud says it cannot find the image even though it exists. this is how I am building my image - name:...
Bishnu's user avatar
  • 1
0 votes
2 answers
219 views

I am unable to authenticate my account to push images to GCP Artifact Registry despite having access. How can I move forward?

I have two accounts (user account and a service account). My user account ([email protected]) has 'Owner' Role. My service account ([email protected]) has 'Artifact Registry ...
Jun Wen Soh's user avatar

15 30 50 per page
1
2 3 4 5
97