#--- 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 \
# 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
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
+