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

dtc tar file inside container is actually HTML #64

Open
AlexanderWells-diamond opened this issue Dec 10, 2024 · 1 comment
Open

dtc tar file inside container is actually HTML #64

AlexanderWells-diamond opened this issue Dec 10, 2024 · 1 comment
Assignees

Comments

@AlexanderWells-diamond
Copy link
Contributor

AlexanderWells-diamond commented Dec 10, 2024

The file /tar-files/dtc-1.7.0.tar.gz inside the most recent container version (4.0a7) is not actually an archive, it's HTML:

# file /tar-files/dtc-1.7.0.tar.gz
/tar-files/dtc-1.7.0.tar.gz: HTML document, ASCII text, with very long lines

It appears to contain an "Invalid Request" HTML file. I assume something went wrong during the curl command in the tar-files.sh script.

The solution is probably to regenerate the container, and possibly add some sanity checking that the downloaded files are what we expect?

@AlexanderWells-diamond AlexanderWells-diamond changed the title dtc tar file is actually HTML dtc tar file inside container is actually HTML Dec 10, 2024
@tomtrafford
Copy link
Contributor

tomtrafford commented Dec 11, 2024

I have re-generated and released the container and it has now correctly obtained dtc-1.7.0.tar.gz. I will look into adding some checks to ensure its correct in the rootfs CI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants