We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i try to build the docker image for the TF agent:
$ cd agent/extra/docker $ docker build -t local/testflinger-agent:latest .
I had the error
the --chmod option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled
I have to use BuildKit to build the image successfully:
DOCKER_BUILDKIT=1 docker build -t local/testflinger-agent:latest .
My docker version:
Docker version 20.10.25, build 20.10.25-0ubuntu1~23.04.1
The text was updated successfully, but these errors were encountered:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CERTTF-328.
This message was autogenerated
Sorry, something went wrong.
No branches or pull requests
When i try to build the docker image for the TF agent:
I had the error
I have to use BuildKit to build the image successfully:
My docker version:
The text was updated successfully, but these errors were encountered: