Skip to content

Commit

Permalink
🤖 triggering CI on branch 'redhat-v1.2.2' after synching from upstrea…
Browse files Browse the repository at this point in the history
…m/v1.2.2 (#148)
  • Loading branch information
lance authored Nov 6, 2023
1 parent 2b4746b commit 9ffc638
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
18 changes: 10 additions & 8 deletions Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ USER root
RUN git config --global --add safe.directory /opt/app-root/src
COPY . .

RUN make Makefile.swagger
RUN make -f Build.mak rekor-cli-darwin-amd64
RUN make -f Build.mak rekor-cli-linux-amd64
RUN make -f Build.mak rekor-cli-windows

RUN gzip rekor_cli_darwin_amd64
RUN gzip rekor_cli_linux_amd64
RUN gzip rekor_cli_windows_amd64.exe
RUN git stash && \
export GIT_VERSION=$(git describe --tags --always --dirty) && \
git stash pop && \
make Makefile.swagger && \
make -f Build.mak rekor-cli-darwin-amd64 && \
make -f Build.mak rekor-cli-linux-amd64 && \
make -f Build.mak rekor-cli-windows && \
gzip rekor_cli_darwin_amd64 && \
gzip rekor_cli_linux_amd64 && \
gzip rekor_cli_windows_amd64.exe

#Install stage
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:b40f52aa68b29634ff45429ee804afbaa61b33de29ae775568933c71610f07a4
Expand Down
2 changes: 1 addition & 1 deletion ci
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Mon Oct 30 16:40:30 EDT 2023
Mon Nov 6 11:53:43 EST 2023
18 changes: 10 additions & 8 deletions redhat/overlays/Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ USER root
RUN git config --global --add safe.directory /opt/app-root/src
COPY . .

RUN make Makefile.swagger
RUN make -f Build.mak rekor-cli-darwin-amd64
RUN make -f Build.mak rekor-cli-linux-amd64
RUN make -f Build.mak rekor-cli-windows

RUN gzip rekor_cli_darwin_amd64
RUN gzip rekor_cli_linux_amd64
RUN gzip rekor_cli_windows_amd64.exe
RUN git stash && \
export GIT_VERSION=$(git describe --tags --always --dirty) && \
git stash pop && \
make Makefile.swagger && \
make -f Build.mak rekor-cli-darwin-amd64 && \
make -f Build.mak rekor-cli-linux-amd64 && \
make -f Build.mak rekor-cli-windows && \
gzip rekor_cli_darwin_amd64 && \
gzip rekor_cli_linux_amd64 && \
gzip rekor_cli_windows_amd64.exe

#Install stage
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:b40f52aa68b29634ff45429ee804afbaa61b33de29ae775568933c71610f07a4
Expand Down

0 comments on commit 9ffc638

Please sign in to comment.