Coder Social home page Coder Social logo

Comments (5)

dougbtv avatar dougbtv commented on June 16, 2024

Alright, I have checks in which look at the md5 signatures, however both are over HTTP. Which is what I have within my locus of control. The gist is that I look at the md5 signatures, and if they mismatch it the commands exit non-zero which will stop the docker build, which should be a hint.

Thanks for the details, and the mind towards security when looking at this, I appreciate it.

I realize that HTTPS would be more ideal, however, there are not official releases for these products over HTTPS (that I can find.) -- I would gladly appreciate if you could open issues with the providers of these software packages to address this, and I will happily integrate.

Specifically I want this project to use the certified asterisk branches (11 & 13 for now, the LTS releases), as that is the product that Digium officially supports (e.g. if you were to buy support or get consulting from Digium, the first thing they will have you do is update to the latest certified). If I have missed a method of downloading these tarballs, let me know and I will update them.

from docker-asterisk.

dougbtv avatar dougbtv commented on June 16, 2024

I think I have a path forward @pwnsdx -- looks like there's a way to git clone the source over https!

Discovered from: https://wiki.asterisk.org/wiki/display/AST/Gerrit+Usage

In short, I can do something along the lines of:

git clone --depth 1 https://gerrit.asterisk.org/asterisk

I just need a way to figure out which branch to use... On my scratch pad I have...

git ls-remote --heads https://gerrit.asterisk.org/asterisk
git ls-remote --heads https://gerrit.asterisk.org/asterisk | grep -i "certified/11.6"
git clone -b certified/11.6 --depth 1 https://gerrit.asterisk.org/asterisk

Pretty sure this is going to be the ticket.

Any commentary herein? Happy to discuss for sure, this has been on my mind (but I've been on vacation, so it hasn't been on my mind too much, tbh!)

from docker-asterisk.

dougbtv avatar dougbtv commented on June 16, 2024

Just an update here that this is still on my "notepad" if-you-will, haven't implemented it yet, but, before I do if you have any commentary, I'm more than willing to listen for advice. Thanks, -Doug

from docker-asterisk.

 avatar commented on June 16, 2024

Hey, this sounds to be the best way to get the sources! :)

S.

from docker-asterisk.

dougbtv avatar dougbtv commented on June 16, 2024

Alright, finally got the git method of retrieval in there in #49. Thanks again for the heads up on this one, it's a nice improvement and I appreciate the feedback and suggestions for sure.

from docker-asterisk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.