Skip to content

Commit

Permalink
Fix build issue (error obtaining VCS status)
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-jerolimov committed Dec 21, 2023
1 parent 057b28f commit fa2354e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.*
/webterminal-proxy
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/webterminal-proxy
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi9/go-toolset:latest AS builder
COPY . .
RUN go build -o .
RUN go build -buildvcs=false -o .

FROM registry.access.redhat.com/ubi9-micro:latest
COPY --from=builder /opt/app-root/src/webterminal-proxy /
Expand Down

0 comments on commit fa2354e

Please sign in to comment.