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

Docker 'latest' tagging for all CPU architectures #2449

Open
Mister-X- opened this issue Feb 16, 2023 · 0 comments
Open

Docker 'latest' tagging for all CPU architectures #2449

Mister-X- opened this issue Feb 16, 2023 · 0 comments

Comments

@Mister-X-
Copy link
Collaborator

Description

Building Aircrack-ng for that many architectures using Docker takes a long time, much longer than the 6 hours limit per job, and that it has to be broken down into several jobs to avoid failing.

The result is that some of the architectures are built much earlier, and the later ones are tagged as latest, I believe taking over the tag from the earlier built ones.

As an idea, we could maybe add another job, which depends upon completion of the others (which we can split even further), to load them all based on tag (which is easy as it's tagged by the short hashsum of the commit), tag them latest, then send them to dockerhub.

See also #2410

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

1 participant