Giter Site home page Giter Site logo

schachr / docker-snorby Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pozgo/docker-snorby

2.0 2.0 2.0 23 KB

Snorby Container

Home Page: https://hub.docker.com/r/schachr/snorby/

License: MIT License

Shell 44.49% Ruby 14.53% Dockerfile 40.98%
barnyard2 daq docker-image ruby snorby snort snort-rules suricata

docker-snorby's People

Contributors

gitter-badger avatar pozgo avatar schachr avatar

Stargazers

 avatar  avatar

Forkers

slpcat jescarri

docker-snorby's Issues

Last commit 304519f not buildable

Hi,
your latest commit 304519f results in an unbuildable image:

Downloading https://github.com/rvm/rvm/archive/1.29.7.tar.gz
Downloading https://github.com/rvm/rvm/releases/download/1.29.7/1.29.7.tar.gz.asc
gpg: Signature made Thu Jan 3 22:01:48 2019 UTC using RSA key ID 39499BDB
gpg: Good signature from "Piotr Kuczynski [email protected]"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 7D2B AF1C F37B 13E2 069D 6956 105B D0E7 3949 9BDB
GPG verified '/usr/local/rvm/archives/rvm-1.29.7.tgz'
Creating group 'rvm'
Installing RVM to /usr/local/rvm/
Installation of RVM in /usr/local/rvm/ is almost complete:

  • First you need to add all users that will be using rvm to 'rvm' group,
    and logout - login again, anyone using rvm will be operating with umask u=rwx,g=rwx,o=rx.

  • To start using RVM you need to run source /etc/profile.d/rvm.sh
    in all your open shell windows, in rare cases you need to reopen all shell windows.

  • Please do NOT forget to add your users to the rvm group.
    The installer no longer auto-adds root or users to the rvm group. Admins must do this.
    Also, please note that group memberships are ONLY evaluated at login time.
    This means that users must log out then back in before group membership takes effect!

  • WARNING: version This account is currently not available. detected - Zsh 4.3.12 / 5.0.0+ is recommended,
    with current one errors to be expected - bugs in shell code interpretation.
    /bin/sh: bundle: command not found
    /bin/sh: bundle: command not found
    /bin/sh: bundle: command not found
    The command '/bin/sh -c yum clean all && yum update -y && yum install -y epel-release && yum install -y tar wget git libxml2-devel libxslt-devel mariadb mariadb-devel postgresql-devel wkhtmltopdf && yum clean all && curl -sSL https://rvm.io/mpapis.asc | gpg2 --import - && curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import - && curl --silent -L "https://raw.githubusercontent.com/rvm/rvm/stable/binscripts/rvm-installer" | bash -s stable --ruby=1.9.3 && source /usr/local/rvm/scripts/rvm && source /etc/profile.d/rvm.sh && export PATH=$PATH:/usr/local/rvm/rubies/ruby-1.9.3-p551/bin && gem update --system && yum install -y https://snort.org/downloads/snort/daq-2.0.6-1.centos7.x86_64.rpm && yum install -y https://snort.org/downloads/snort/snort-2.9.12-1.centos7.x86_64.rpm && wget -O /tmp/community-rules.tar.gz https://www.snort.org/downloads/community/community-rules.tar.gz && mkdir -p /etc/snort/rules && tar zxvf /tmp/community-rules.tar.gz -C /etc/snort/rules --strip-components=1 && rm -f /tmp/community-rules.tar.gz && source /usr/local/rvm/scripts/rvm && source /etc/profile.d/rvm.sh && export PATH=$PATH:/usr/local/rvm/rubies/ruby-1.9.3-p551/bin && git clone git://github.com/Snorby/snorby.git /usr/local/src/snorby && sed -i "s/gem 'byebug'/gem 'pry-byebug', platform: [:ruby_20]/g" /usr/local/src/snorby/Gemfile && cd /usr/local/src/snorby && gem install --user-install executable-hooks bundler ; bundle install ; bundle update do_mysql ; bundle update dm-mysql-adapter' returned a non-zero code: 127

Docker variables ignored?

Hi,
the latest image 9a455c3c21ad seems to ignore the environment variables regarding DB access:

DataObjects::ConnectionError (Access denied for user 'snorby'@'%' to database 'snorby'):
  app/controllers/application_controller.rb:37:in `user_setup'

but the container is run with

DB_DATABASE=snort
DB_PASS=xxxxx
DB_USER=snorby
DB_ADDRESS=dbhost.network.bla

According to the error message the DB_DATABASE variable is ignored. Any idea?

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.