Skip to content

Commit

Permalink
Merge pull request #642 from yassingh/debian_rename
Browse files Browse the repository at this point in the history
Renaming debian builds
  • Loading branch information
basepi authored Jun 3, 2019
2 parents 1b7ebfc + e1af5e0 commit bc3e316
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions pkg/debian7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,6 @@ CMD [ "if [ -f /data/hubble_buildinfo ] ; then echo \"\" >> /hubble_build/hubble
--after-upgrade /hubble_build/conf/afterupgrade.sh \
--before-remove /hubble_build/conf/beforeremove.sh \
etc opt usr /var/log/hubble_osquery/backuplogs \
&& cp hubblestack_${HUBBLE_VERSION}-${HUBBLE_ITERATION}_amd64.deb /data/hubblestack_${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb7.amd64.deb \
&& openssl dgst -sha256 /data/hubblestack_${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb7.amd64.deb \
> /data/hubblestack_${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb7.amd64.deb.sha256" ]
&& cp hubblestack_${HUBBLE_VERSION}-${HUBBLE_ITERATION}_amd64.deb /data/hubblestack-${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb7.amd64.deb \
&& openssl dgst -sha256 /data/hubblestack-${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb7.amd64.deb \
> /data/hubblestack-${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb7.amd64.deb.sha256" ]
6 changes: 3 additions & 3 deletions pkg/debian8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,6 @@ CMD [ "if [ -f /data/hubble_buildinfo ] ; then echo \"\" >> /hubble_build/hubble
--after-upgrade /hubble_build/conf/afterupgrade.sh \
--before-remove /hubble_build/conf/beforeremove.sh \
etc/hubble etc/init.d opt usr /var/log/hubble_osquery/backuplogs \
&& cp hubblestack_${HUBBLE_VERSION}-${HUBBLE_ITERATION}_amd64.deb /data/hubblestack_${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb8.amd64.deb \
&& openssl dgst -sha256 /data/hubblestack_${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb8.amd64.deb \
> /data/hubblestack_${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb8.amd64.deb.sha256" ]
&& cp hubblestack_${HUBBLE_VERSION}-${HUBBLE_ITERATION}_amd64.deb /data/hubblestack-${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb8.amd64.deb \
&& openssl dgst -sha256 /data/hubblestack-${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb8.amd64.deb \
> /data/hubblestack-${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb8.amd64.deb.sha256" ]
6 changes: 3 additions & 3 deletions pkg/debian9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,6 @@ CMD [ "if [ -f /data/hubble_buildinfo ] ; then echo \"\" >> /hubble_build/hubble
--after-upgrade /hubble_build/conf/afterupgrade.sh \
--before-remove /hubble_build/conf/beforeremove.sh \
etc/hubble etc/init.d opt usr /var/log/hubble_osquery/backuplogs \
&& cp hubblestack_${HUBBLE_VERSION}-${HUBBLE_ITERATION}_amd64.deb /data/hubblestack_${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb9.amd64.deb \
&& openssl dgst -sha256 /data/hubblestack_${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb9.amd64.deb \
> /data/hubblestack_${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb9.amd64.deb.sha256" ]
&& cp hubblestack_${HUBBLE_VERSION}-${HUBBLE_ITERATION}_amd64.deb /data/hubblestack-${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb9.amd64.deb \
&& openssl dgst -sha256 /data/hubblestack-${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb9.amd64.deb \
> /data/hubblestack-${HUBBLE_VERSION}-${HUBBLE_ITERATION}.deb9.amd64.deb.sha256" ]

0 comments on commit bc3e316

Please sign in to comment.