Skip to content

Commit

Permalink
ubi-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Lilleengen committed Sep 11, 2023
1 parent 5c46c7f commit 4577d69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockerfiles/Dockerfile.guac-ubi
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM docker.io/library/golang:1.19 as builder
FROM registry.access.redhat.com/ubi9/ubi:latest as builder

ADD . /go/src/github.com/guacsec/guac/
WORKDIR /go/src/github.com/guacsec/guac/
RUN dnf install -y go-toolset https://github.com/goreleaser/goreleaser/releases/download/v1.19.2/goreleaser-1.19.2.x86_64.rpm
RUN rm -rf bin/ && make build

FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
Expand Down

0 comments on commit 4577d69

Please sign in to comment.