Skip to content

Commit

Permalink
Merge pull request #8 from redhat-sa-brazil/devel
Browse files Browse the repository at this point in the history
adjust dockerfile
  • Loading branch information
fmendonca committed Sep 16, 2023
2 parents 0d92db4 + c3c1f7f commit 8afd148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/openjdk-17:latest
ARG VERSION="dev"

USER 0
COPY . /opt/besu/
COPY besu/. /opt/besu/

RUN groupadd besu && useradd -g besu -m -b /opt/besu besu && \
chown besu:besu /opt/besu -R && \
Expand Down
2 changes: 1 addition & 1 deletion yaml/besu-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
app: besu
spec:
containers:
- image: image-registry.openshift-image-registry.svc:5000/digitalmoney/besu:latest
- image: ghcr.io/redhat-sa-brazil/drex-besu:sha256-b22c3dcf1749a9711feaee6a754246b959e091d92912550d43dbac7e82f70513
imagePullPolicy: IfNotPresent
name: container
ports:
Expand Down

0 comments on commit 8afd148

Please sign in to comment.