]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Docker: Update for 1.5.3
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Sat, 4 Dec 2021 03:21:53 +0000 (21:21 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Sat, 4 Dec 2021 03:27:40 +0000 (21:27 -0600)
docker/Dockerfile
examples/tal/README.md

index 62206f63b24c1b155b3b01385568309ac6d62ffe..3fae50db2501907296415c3f7f7b77f7be93329a 100644 (file)
@@ -1,6 +1,6 @@
 #--- Alpine build container ---
 FROM alpine:latest AS builder
-ARG FORT_VERSION=1.5.0
+ARG FORT_VERSION=1.5.3
 
 # Install compiler and dependencies
 RUN apk --update --no-cache add build-base autoconf automake pkgconfig jansson-dev check-dev \
@@ -8,7 +8,7 @@ RUN apk --update --no-cache add build-base autoconf automake pkgconfig jansson-d
 
 # Download FORT source code
 WORKDIR /root
-RUN wget https://github.com/NICMx/FORT-validator/releases/download/v${FORT_VERSION}/fort-${FORT_VERSION}.tar.gz
+RUN wget https://github.com/NICMx/FORT-validator/releases/download/${FORT_VERSION}/fort-${FORT_VERSION}.tar.gz
 RUN tar -xf fort-${FORT_VERSION}.tar.gz
 
 # Compile and install FORT
index 44807746e2f4bb17b9bb6d3f1fd65d91182a4438..02f365b21d3c59254e5cc64f3f2e7c56dfcd4339 100644 (file)
@@ -1,2 +1,10 @@
 Please ignore this folder. If you need to download the current TALs, run `fort --init-tals --tal <TAL directory>` instead.
 
+Alternatively, you can just download them manually. To the best of my knowledge, as of 2021-12-03, they are officially hosted at
+
+- AFRINIC: https://afrinic.net/resource-certification/tal
+- APNIC: https://www.apnic.net/community/security/resource-certification/tal-archive/
+- ARIN: https://www.arin.net/resources/manage/rpki/tal/
+- LACNIC: https://www.lacnic.net/4984/2/lacnic/rpki-rpki-trust-anchor
+- RIPE-NCC: https://www.ripe.net/manage-ips-and-asns/resource-management/rpki/ripe-ncc-rpki-trust-anchor-structure
+