skip to Main Content

Amazon web services – Dagster executable missing from container

I've been trying to create a container to run in Dagster cloud on an ECS-hybrid deployment model. I'm able to actually push the container to Dagster but I continually get this error: dagster_cloud.workspace.ecs.client.EcsServiceError: ECS service failed because task arn:aws:ecs:ap-northeast-1:*****:task/Dagster-Cloud-my-cluster-Cluster/1d151e6d40b44588a4ed4446a949d44a failed:…

VIEW QUESTION

Dockerfile Cant Find Successfully Copied Files with RUN

I am attempting to develop a Mozilla SOPS Docker container that uses Age for encryption. Here are my files: ./Dockerfile: FROM alpine:latest # Install sops RUN wget https://github.com/mozilla/sops/releases/download/v3.8.1/sops-v3.8.1.linux.amd64 -O /usr/local/bin/sops && chmod +x /usr/local/bin/sops # Install age RUN wget https://github.com/FiloSottile/age/releases/download/v1.1.1/age-v1.1.1-linux-amd64.tar.gz…

VIEW QUESTION
Back To Top
Search