get REPO from ARCHIVE_URL in Dockerfile
This PR does not generate the same output as the existing array. Not all upstream repos are built off of a version tag, some are built using HEAD (esp. if the upstream repo is not good about creating regular version tags).
- ansible has non-standard versioning and requires alternate handling
- Not all Dockerfiles have ARCHIVE_URL
- Some Dockerfiles have GIT_URL
- Not all Dockerfiles are at
app/Dockerfile. See nginx-quic directory for example
Thank you for your feedback, i can rework the RP to resolve the problems, if technical are all problems resolve, are will you accept a RP like this or is this not the way / direction do you want do go?
I'm open to considering this as long as it remains easy to reason about.
It may be easier just to extract the REPO array to a separate file to be updated.
as of nginx-quic its missing in the ACTION array https://github.com/jauderho/dockerfiles/blob/d19f8af4dfb0b7583e6721ef63ba87f7cc412871/scripts/rebuildAllGo.sh#L34-L38 do you want that i it exclude in the build of the ACTION array / file?
as of nginx-quic its missing in the ACTION array
https://github.com/jauderho/dockerfiles/blob/d19f8af4dfb0b7583e6721ef63ba87f7cc412871/scripts/rebuildAllGo.sh#L34-L38
do you want that i it exclude in the build of the ACTION array / file?
This is for a different script rebuildAllGo.sh which is intended only for Go binaries only.







