aws-samples / aws-iot-securetunneling-localproxy

AWS Iot Secure Tunneling local proxy reference C++ implementation
https://docs.aws.amazon.com/iot/latest/developerguide/what-is-secure-tunneling.html
Apache License 2.0
73 stars 70 forks source link

update zlib source url in docker file #76

Closed dslandry closed 1 year ago

dslandry commented 2 years ago

Motivation

Modifications

Change summary

changed zlib url to https://www.zlib.net/fossils/zlib-1.2.11.tar.gz

Revision diff summary

If there is more than one revision, please explain what has been changed since the last revision.

Testing

 => [internal] load build definition from Dockerfile                                                                                                                         0.0s
 => => transferring dockerfile: 3.31kB                                                                                                                                       0.0s
 => [internal] load .dockerignore                                                                                                                                            0.0s
 => => transferring context: 2B                                                                                                                                              0.0s
 => [internal] load metadata for docker.io/library/amazonlinux:latest                                                                                                        1.1s
 => [builder  1/13] FROM docker.io/library/amazonlinux:latest@sha256:b33b787cdb0e82495d2dc115745f68c7cd8d2585d9d83812fdc183ad39d1b753                                        0.0s
 => CACHED [builder  2/13] RUN yum check-update; yum upgrade -y &&  yum install -y git boost-devel autoconf automake  wget libtool curl make gcc-c++ unzip cmake3 openssl11  0.0s
 => CACHED [builder  3/13] RUN mkdir /home/dependencies                                                                                                                      0.0s
 => CACHED [builder  4/13] WORKDIR /home/dependencies                                                                                                                        0.0s
 => [builder  5/13] RUN wget https://www.zlib.net/fossils/zlib-1.2.11.tar.gz -O /tmp/zlib-1.2.11.tar.gz &&  tar xzvf /tmp/zlib-1.2.11.tar.gz &&  cd zlib-1.2.11 &&  ./confi  5.3s
 => CACHED [stage-1 2/5] RUN yum check-update; yum upgrade -y &&     yum install -y openssl11 wget libatomic &&     rm -rf /var/cache/yum &&     yum clean all               0.0s
 => CACHED [stage-1 3/5] RUN mkdir -p /home/aws-iot-securetunneling-localproxy/certs &&     cd /home/aws-iot-securetunneling-localproxy/certs &&     wget https://www.amazo  0.0s
 => [builder  6/13] RUN wget https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.gz -O /tmp/boost.tar.gz &&  tar xzvf /tmp/boost.tar.gz &&   155.5s
 => [builder  7/13] RUN wget https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3/protobuf-all-3.17.3.tar.gz -O /tmp/protobuf-all-3.17.3.tar.gz &&  tar   246.7s
 => [builder  8/13] RUN git clone https://github.com/openssl/openssl.git &&  cd openssl &&  git checkout OpenSSL_1_1_1-stable &&  ./Configure linux-aarch64 &&  make depe  149.2s
 => [builder  9/13] RUN git clone --branch v2.13.6 https://github.com/catchorg/Catch2.git &&  cd Catch2 &&  mkdir build &&  cd build &&  cmake3 ../ &&  make &&  make inst  34.1s
 => [builder 10/13] RUN git clone https://github.com/aws-samples/aws-iot-securetunneling-localproxy &&  cd aws-iot-securetunneling-localproxy &&  mkdir build &&  cd buil  125.9s
 => [builder 11/13] RUN mkdir -p /home/aws-iot-securetunneling-localproxy &&  cd /home/aws-iot-securetunneling-localproxy &&  cp /home/dependencies/aws-iot-securetunneling  0.4s
 => [builder 12/13] RUN rm -rf /home/dependencies                                                                                                                            3.1s
 => [builder 13/13] WORKDIR /home/aws-iot-securetunneling-localproxy/                                                                                                        0.0s
 => [stage-1 4/5] COPY --from=builder /home/aws-iot-securetunneling-localproxy /home/aws-iot-securetunneling-localproxy                                                      0.0s
 => [stage-1 5/5] WORKDIR /home/aws-iot-securetunneling-localproxy                                                                                                           0.0s
 => exporting to image                                                                                                                                                       0.3s
 => => exporting layers                                                                                                                                                      0.3s
 => => writing image sha256:55c91fa272e0e6d471c1107e18696e99df10cbdefb9828d9ea01cc23acf702f0                                                                                 0.0s
 => => naming to docker.io/library/aws-iot-securetunneling-localproxy:latest                                                                                                 0.0s

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

dslandry commented 2 years ago

Seems like the CI checks are not triggered