-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uploaded file must be a non-empty zip #128
Comments
@daxAKAhackerman Sorry, I can't not reproduce this issue in my gitpod env. Below is my success log.
|
Just tried it on a fresh install of Ubuntu server, and got the same error. Just to help me debug, when you tested it in your gitpod env, did you clone the Thanks! |
@daxAKAhackerman I cloned it from scratch. |
I tried to cleanup the buckets, cleanup the It definitely seems to be a problem with the assets upload. In the If you don't think the issue is related to this repo, I will close the issue. However, it's strange that I am not having this issue with other CDK constructs that make use of the CDK assets bucket 🤔 |
@daxAKAhackerman What's your docker version? |
Just tried it on my work computer and it worked, where my NodeJS version is slightly more recent (v14.18.0). Tried to update it on my Ubuntu box and it fixed the issue. So it seems to be a problem with NodeJS v14.17.6 🤷 Closing the issue as it is not related to this repo. Thank you for your help and for the nice project 🙂 |
Hello 👋
I've been trying to use the module for a little while, but I always seem to be hitting a "Uploaded file must be a non-empty zip" error. This happened with my own project, but it also happens with cdk-ecr-deployment-sample.
Reproduction Steps
git clone https://github.com/wchaws/cdk-ecr-deployment-sample.git cd cdk-ecr-deployment-sample npm install npx cdk deploy
What did you expect to happen?
Successful deployment
What actually happened?
Environment
Other
I tried the following:
docker system prune --all
to start with a fresh docker environmentpath
library vs use relative paths for the docker folder0.0.74
verson ofcdk-ecr-deployment
The text was updated successfully, but these errors were encountered: