Skip to content
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

I get an invalid error about ADD/COPY #228

Closed
GoliTech opened this issue Jul 6, 2023 · 1 comment
Closed

I get an invalid error about ADD/COPY #228

GoliTech opened this issue Jul 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@GoliTech
Copy link

GoliTech commented Jul 6, 2023

Description
I get an error:
FATAL - CIS-DI-0009: Use COPY instead of ADD in Dockerfile

* Use COPY : /bin/sh -c #(nop) ADD file:140fb5108b4a2861b5718ad03b4a5174bba03589ea8d4c053e6a0b282f439ff3 in / 

however, I have not used either COPY or ADD in my Dockerfile.

This is my docker file:

FROM ubuntu:22.04

RUN apt-get update

RUN apt-get install -y curl

@GoliTech GoliTech added the bug Something isn't working label Jul 6, 2023
@tomoyamachi
Copy link
Collaborator

@GoliTech Thank you for the report.
This issue has been fixed in version 0.4.13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants