Skip to content

Commit

Permalink
Merge pull request #213 from neutrons/post_processing_agent_v3.4.1
Browse files Browse the repository at this point in the history
Post-Processing Agent v3.4.1
  • Loading branch information
backmari authored Feb 19, 2025
2 parents 4dde35a + e4549a1 commit 24ccef2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.autoreducer
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RUN dnf install -y procps-ng python3-numpy # pgrep is used for health check, num
RUN dnf install -y vim

# rpm needs to special groups first
RUN groupadd snswheel
RUN useradd snsdata -G snswheel
RUN getent group users || groupadd users
RUN useradd snsdata -G users

# put the developer configuration file in place
RUN mkdir -p /etc/autoreduce/
Expand All @@ -19,7 +19,7 @@ ARG CONFIG_FILE=tests/configuration/post_process_consumer.conf
COPY ${CONFIG_FILE} /etc/autoreduce/post_processing.conf

# install postprocessing
RUN dnf install -y https://github.com/neutrons/post_processing_agent/releases/download/v3.4.0/postprocessing-3.4.0-1.el9.noarch.rpm
RUN dnf install -y https://github.com/neutrons/post_processing_agent/releases/download/v3.4.1/postprocessing-3.4.1-1.el9.noarch.rpm

# install the fake test data
ARG DATA_TARBALL=/tmp/SNSdata.tar.gz
Expand Down

0 comments on commit 24ccef2

Please sign in to comment.