mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00
Merge pull request #3210 from haircommander/conmon-0.2.0
bump conmon to v0.2.0
This commit is contained in:
@ -29,4 +29,4 @@ fi
|
||||
mkdir build/
|
||||
git archive --prefix "libpod-${COMMIT_SHORT}/" --format "tar.gz" HEAD -o "build/libpod-${COMMIT_SHORT}.tar.gz"
|
||||
git clone https://github.com/containers/conmon
|
||||
cd conmon && git checkout f02c053eb37010fc76d1e2966de7f2cb9f969ef2 && git archive --prefix "conmon/" --format "tar.gz" HEAD -o "../build/conmon.tar.gz"
|
||||
cd conmon && git checkout 59952292a3b07ac125575024ae21956efe0ecdfb && git archive --prefix "conmon/" --format "tar.gz" HEAD -o "../build/conmon.tar.gz"
|
||||
|
@ -56,7 +56,7 @@ RUN set -x \
|
||||
&& rm -rf "$GOPATH"
|
||||
|
||||
# Install conmon
|
||||
ENV CONMON_COMMIT f02c053eb37010fc76d1e2966de7f2cb9f969ef2
|
||||
ENV CONMON_COMMIT 59952292a3b07ac125575024ae21956efe0ecdfb
|
||||
RUN set -x \
|
||||
&& export GOPATH="$(mktemp -d)" \
|
||||
&& git clone https://github.com/containers/conmon.git "$GOPATH/src/github.com/containers/conmon.git" \
|
||||
|
@ -64,7 +64,7 @@ RUN set -x \
|
||||
&& install -D -m 755 "$GOPATH"/bin/easyjson /usr/bin/
|
||||
|
||||
# Install conmon
|
||||
ENV CONMON_COMMIT f02c053eb37010fc76d1e2966de7f2cb9f969ef2
|
||||
ENV CONMON_COMMIT 59952292a3b07ac125575024ae21956efe0ecdfb
|
||||
RUN set -x \
|
||||
&& export GOPATH="$(mktemp -d)" \
|
||||
&& git clone https://github.com/containers/conmon.git "$GOPATH/src/github.com/containers/conmon.git" \
|
||||
|
@ -68,7 +68,7 @@ RUN set -x \
|
||||
&& install -D -m 755 "$GOPATH"/bin/easyjson /usr/bin/
|
||||
|
||||
# Install conmon
|
||||
ENV CONMON_COMMIT f02c053eb37010fc76d1e2966de7f2cb9f969ef2
|
||||
ENV CONMON_COMMIT 59952292a3b07ac125575024ae21956efe0ecdfb
|
||||
RUN set -x \
|
||||
&& export GOPATH="$(mktemp -d)" \
|
||||
&& git clone https://github.com/containers/conmon.git "$GOPATH/src/github.com/containers/conmon.git" \
|
||||
|
@ -35,7 +35,7 @@
|
||||
# People want conmon packaged with the copr rpm
|
||||
%global import_path_conmon github.com/containers/conmon
|
||||
%global git_conmon https://%{import_path_conmon}
|
||||
%global commit_conmon f02c053eb37010fc76d1e2966de7f2cb9f969ef2
|
||||
%global commit_conmon 59952292a3b07ac125575024ae21956efe0ecdfb
|
||||
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
|
||||
|
||||
Name: podman
|
||||
|
Reference in New Issue
Block a user