opendevstack / opendevstack/ods-core
Shrink webhook proxy image
Open
@michaelsauter is already working on this.
Since Jul 30, 2020.
enhancement
- Dominant language
- Shell
- Stars
- 53
- Forks
- 34
- Avg merge
- 3h 26m
- Merged PRs (30d)
- 1
Description
Apparently this work in OpenShift 3.11:
FROM golang:1.14 as builder
WORKDIR /usr/local
COPY src/go.* ./src/
ARG GO_BUILD_ENV="GOOS=linux GOARCH=amd64 CGO_ENABLED=0"
RUN task build GO_BUILD_ENV="${GO_BUILD_ENV}"
FROM alpine
WORKDIR /app
COPY --from=builder /workdir/build/bin/backend /app/backend
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.