Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
arkime 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Dec 30, 2022
1 parent c582dd4 commit b3643bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ RUN go get -d -v ./...
ENV CGO_ENABLED=0
RUN go build -v -ldflags="-s -w" -o arkime-supervisor

FROM ubuntu:20.04
FROM ubuntu:22.04

ENV VER=3.4.2
ENV VER=4.0.3

RUN apt update && \
apt install -y curl wget libwww-perl libjson-perl ethtool libyaml-dev jq libmagic1 iproute2 && \
apt install -y curl wget libwww-perl libjson-perl ethtool libyaml-dev jq libmagic1 iproute2 liblua5.4-0 libmaxminddb0 libpcap0.8 libglib2.0-0 libyara8 && \
rm -rf /var/lib/apt/lists/* && \
curl https://s3.amazonaws.com/files.molo.ch/builds/ubuntu-20.04/arkime_$VER-1_amd64.deb -o /opt/arkime_$VER-1_amd64.deb && \
curl https://s3.amazonaws.com/files.molo.ch/builds/ubuntu-22.04/arkime_$VER-1_amd64.deb -o /opt/arkime_$VER-1_amd64.deb && \
dpkg -i /opt/arkime_$VER-1_amd64.deb && \
rm /opt/arkime_$VER-1_amd64.deb

Expand Down
6 changes: 3 additions & 3 deletions Dockerfile-testing
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ RUN go get -d -v ./...
ENV CGO_ENABLED=0
RUN go build -v -ldflags="-s -w" -o arkime-supervisor

FROM ubuntu:20.04
FROM ubuntu:22.04

ENV VER=DEV

RUN apt update && \
apt install -y curl wget libwww-perl libjson-perl ethtool libyaml-dev jq libmagic1 iproute2 && \
apt install -y curl wget libwww-perl libjson-perl ethtool libyaml-dev jq libmagic1 iproute2 liblua5.4-0 libmaxminddb0 libpcap0.8 libglib2.0-0 libyara8 && \
rm -rf /var/lib/apt/lists/* && \
curl https://s3.amazonaws.com/arkime-files/arkime-cont3xt_ubuntu20_amd64.deb -o /opt/arkime_$VER-1_amd64.deb && \
curl https://s3.amazonaws.com/files.molo.ch/builds/ubuntu-22.04/arkime_$VER-1_amd64.deb -o /opt/arkime_$VER-1_amd64.deb && \
dpkg -i /opt/arkime_$VER-1_amd64.deb && \
rm /opt/arkime_$VER-1_amd64.deb

Expand Down

0 comments on commit b3643bb

Please sign in to comment.