File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 <groupId >com.uid2</groupId >
88 <artifactId >uid2-operator</artifactId >
9- <version >5.67.0 </version >
9+ <version >5.67.1-alpha-219-SNAPSHOT </version >
1010
1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change @@ -10,13 +10,15 @@ RUN dnf -y groupinstall "Development Tools" \
1010
1111RUN systemctl enable docker
1212
13- RUN wget https://www.inet.no/dante/files/dante-1.4.3.tar.gz \
14- && echo "418a065fe1a4b8ace8fbf77c2da269a98f376e7115902e76cda7e741e4846a5d dante-1.4.3.tar.gz" > dante_checksum \
13+ # inet.no has expired their SSL certificate, so we need to use a different source.
14+ # https://www.inet.no/dante/download.html Got the sha255 from the official website.
15+ RUN wget https://fossies.org/linux/misc/dante-1.4.4.tar.gz \
16+ && echo "1973c7732f1f9f0a4c0ccf2c1ce462c7c25060b25643ea90f9b98f53a813faec dante-1.4.4.tar.gz" > dante_checksum \
1517 && sha256sum --check dante_checksum \
16- && tar -xf dante-1.4.3 .tar.gz \
17- && cd dante-1.4.3 ; ./configure; make; cd .. \
18- && cp dante-1.4.3 /sockd/sockd ./ \
19- && rm -rf dante-1.4.3 dante-1.4.3 .tar.gz
18+ && tar -xf dante-1.4.4 .tar.gz \
19+ && cd dante-1.4.4 ; ./configure; make; cd .. \
20+ && cp dante-1.4.4 /sockd/sockd ./ \
21+ && rm -rf dante-1.4.4 dante-1.4.4 .tar.gz
2022
2123RUN git clone https://github.com/IABTechLab/uid2-aws-enclave-vsockproxy.git \
2224 && mkdir uid2-aws-enclave-vsockproxy/build \
You can’t perform that action at this time.
0 commit comments