Giter Club home page Giter Club logo

Comments (5)

alexakass avatar alexakass commented on August 16, 2024 2

Hey, thanks for the fast response!

Its a cracking tool, glad that a little perseverance paid off to work out why Centos 7 was not happy with me. That's the thing Linux OS's, they all implement packages, but often in slightly different ways just to keep us on our toes haha.

Keep up the good work.

Thank you and I look forward to seeing the fix ;-)

Alex

from ahab.

DarthHater avatar DarthHater commented on August 16, 2024 1

Interesting! When I built Ahab I was using pretty vanilla installs of the OS's to test, thanks for reporting this! Parsing the output of other tools is always kinda funny, but it seemed to be the best way to get this info at the time :)

@MichelKazi said he'd like to take a look at this and fix it, so you should see something soon :)

from ahab.

MichelKazi avatar MichelKazi commented on August 16, 2024 1

Sorry I didn't get around to this sooner @BoxedFish
Thanks a lot for raising this issue! I am opening a PR now with a fix for this and I added a line with Loaded plugins: to our testcase for yum packages.

from ahab.

alexakass avatar alexakass commented on August 16, 2024 1

@MichelKazi awesome work! Thank you!

from ahab.

alexakass avatar alexakass commented on August 16, 2024

Example build file:

FROM centos:7

RUN yum update -y && yum install yum-utils

WORKDIR /tmp
RUN yum install -y wget
RUN wget https://dl.google.com/go/go1.14.4.linux-amd64.tar.gz
RUN tar -C /usr/local -xzf go1.14.4.linux-amd64.tar.gz
RUN export PATH=$PATH:/usr/local/go/bin


RUN yum install -y unzip git
RUN wget https://github.com/sonatype-nexus-community/ahab/archive/v0.0.9.zip
RUN unzip v0.0.9.zip

WORKDIR /tmp/ahab-0.0.9
RUN export GO111MODULE=on
RUN /usr/local/go/bin/go build

RUN mv /tmp/ahab-0.0.9/ahab /tmp/ahab
RUN chmod +x /tmp/ahab

WORKDIR /tmp
RUN yum list installed
RUN yum list installed | sed '0,/^Installed Packages$/d' | ./ahab chase -vv --os centos

from ahab.

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.