Skip to content

Commit

Permalink
fix cache-stnsd
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama committed Mar 28, 2024
1 parent b34e799 commit b8c27eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dockerfiles/Dockerfile.yumrepo
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ echo '%_gpg_name stns-server' >> ~/.rpmmacros && \
echo '%_gpg_digest_algo sha256' >> ~/.rpmmacros &&\
echo '%_gpg_hash_algo 8' >> ~/.rpmmacros

# for libnss-stns
RUN cp -pr builds/*{amd64,x86_64}*.rpm releases/centos/x86_64/
RUN cp -pr builds/*x86_64*el9.rpm releases/almalinux/x86_64/9/
RUN cp -pr builds/*x86_64*el7.rpm releases/centos/x86_64/7/
Expand All @@ -23,6 +24,12 @@ RUN cp -pr builds/*aarch64*el9.rpm releases/almalinux/aarch64/9/
RUN cp -pr builds/*aarch64*el7.rpm releases/centos/aarch64/7/
RUN cp -pr builds/*aarch64*el7.rpm releases/centos/aarch64/2/

# for go packages(cache-stnsd,stns)
RUN cp -pr builds/*{amd64,arm64}*.rpm releases/centos/x86_64/
RUN cp -pr builds/*{amd64,arm64}*.rpm releases/almalinux/x86_64/9
RUN cp -pr builds/*{amd64,arm64}*.rpm releases/centos/x86_64/7
RUN cp -pr builds/*{amd64,arm64}*.rpm releases/centos/x86_64/2

ENV GPG_PASSWORD dummy
CMD bin/import_gpgkey &>/dev/null && \
rpm --addsign releases/centos/x86_64/*.rpm && \
Expand Down

0 comments on commit b8c27eb

Please sign in to comment.