From a36189a1e24a035024ed7aa76b948b9911e3e740 Mon Sep 17 00:00:00 2001 From: ugol Date: Tue, 20 Aug 2024 16:46:19 +0200 Subject: [PATCH] updated package --- Dockerfile | 8 ++++---- Dockerfile.alpine | 8 ++++---- Dockerfile.scratch | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Dockerfile b/Dockerfile index bfe0582e..c76eaed5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,9 +19,9 @@ FROM registry.access.redhat.com/ubi9/ubi-micro COPY --from=builder /etc/passwd /etc/passwd COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ -COPY --from=builder /go/src/github.com/ugol/jr/templates/ /home/jr/.jr/templates/ -COPY --from=builder /go/src/github.com/ugol/jr/config/ /home/jr/.jr/ -COPY --from=builder /go/src/github.com/ugol/jr/pkg/producers/kafka/*.example /home/jr/.jr/kafka/ -COPY --from=builder /go/src/github.com/ugol/jr/build/jr /bin +COPY --from=builder /go/src/github.com/jrnd-io/jr/templates/ /home/jr/.jr/templates/ +COPY --from=builder /go/src/github.com/jrnd-io/jr/config/ /home/jr/.jr/ +COPY --from=builder /go/src/github.com/jrnd-io/jr/pkg/producers/kafka/*.example /home/jr/.jr/kafka/ +COPY --from=builder /go/src/github.com/jrnd-io/jr/build/jr /bin USER jr diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 9be69812..dc44d00f 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -30,9 +30,9 @@ FROM alpine COPY --from=builder /etc/passwd /etc/passwd COPY --from=builder /etc/group /etc/group COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ -COPY --from=builder /go/src/github.com/ugol/jr/templates/ /home/jr/.jr/templates/ -COPY --from=builder /go/src/github.com/ugol/jr/config/ /home/jr/.jr/ -COPY --from=builder /go/src/github.com/ugol/jr/pkg/producers/kafka/*.examples /home/jr/.jr/kafka/ -COPY --from=builder /go/src/github.com/ugol/jr/build/jr /bin +COPY --from=builder /go/src/github.com/jrnd-io/jr/templates/ /home/jr/.jr/templates/ +COPY --from=builder /go/src/github.com/jrnd-io/jr/config/ /home/jr/.jr/ +COPY --from=builder /go/src/github.com/jrnd-io/jr/pkg/producers/kafka/*.examples /home/jr/.jr/kafka/ +COPY --from=builder /go/src/github.com/jrnd-io/jr/build/jr /bin USER jr-user:jr-user diff --git a/Dockerfile.scratch b/Dockerfile.scratch index 99c6f4e0..7c7538f9 100644 --- a/Dockerfile.scratch +++ b/Dockerfile.scratch @@ -32,9 +32,9 @@ FROM scratch COPY --from=builder /etc/passwd /etc/passwd COPY --from=builder /etc/group /etc/group COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ -COPY --from=builder /go/src/github.com/ugol/jr/templates/ /home/jr/.jr/templates/ -COPY --from=builder /go/src/github.com/ugol/jr/config/ /home/jr/.jr/ -COPY --from=builder /go/src/github.com/ugol/jr/pkg/producers/kafka/*.examples /home/jr/.jr/kafka/ -COPY --from=builder /go/src/github.com/ugol/jr/build/jr /bin/jr +COPY --from=builder /go/src/github.com/jrnd-io/jr/templates/ /home/jr/.jr/templates/ +COPY --from=builder /go/src/github.com/jrnd-io/jr/config/ /home/jr/.jr/ +COPY --from=builder /go/src/github.com/jrnd-io/jr/pkg/producers/kafka/*.examples /home/jr/.jr/kafka/ +COPY --from=builder /go/src/github.com/jrnd-io/jr/build/jr /bin/jr USER jr-user:jr-user