Skip to content

Commit

Permalink
Merge pull request #11 from jrha/pool_accounts_create
Browse files Browse the repository at this point in the history
Create pool account groups and users in image
  • Loading branch information
CatalinCondurache committed Feb 18, 2019
2 parents 8a04113 + e615b43 commit 52dd8ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docker-c6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ RUN echo -e '#!/bin/bash\nfor p in "$@"; do\nyum -y install "$p" || exit 1; done

RUN yummy yum-priorities

RUN yummy zip
RUN yummy zip curl

# Create all possible pool accounts
RUN curl -s https://raw.githubusercontent.com/stfc/grid-workernode/master/resources/pool_accounts/create.sh | bash -

# CVMFS (for SUM tests only; install before adding other repos to ensure we have the latest version)
# Install cvmfs-x509-helper for access to secure CVMFS repositories
Expand Down
5 changes: 4 additions & 1 deletion docker-c7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ RUN echo -e '#!/bin/bash\nfor p in "$@"; do\nyum -y install "$p" || exit 1; done

RUN yummy yum-priorities

RUN yummy zip
RUN yummy zip curl

# Create all possible pool accounts
RUN curl -s https://raw.githubusercontent.com/stfc/grid-workernode/master/resources/pool_accounts/create.sh | bash -

# CVMFS (for SUM tests only; install before adding other repos to ensure we have the latest version)
RUN yummy https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest.noarch.rpm \
Expand Down

0 comments on commit 52dd8ed

Please sign in to comment.