Skip to content

Commit

Permalink
Merge pull request #146 from JasonPowr/generate-builds
Browse files Browse the repository at this point in the history
generate builds
  • Loading branch information
JasonPowr authored Feb 27, 2024
2 parents dff6dab + 2274ff0 commit eedc517
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.client-server-cg.rh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Gitsign
# https://catalog.redhat.com/software/containers/detail/652974c4f28b8157c60653c9
# docker://registry.redhat.io/rhtas-tech-preview/gitsign-rhel9
#
##

# An image with oc so we can run `oc image extract` to download the binaries
FROM registry.redhat.io/openshift4/ose-tools-rhel8:v4.11.0-202401122348.p0.gbf40a6c.assembly.stream AS downloads
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.client-server-re.rh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Enterprise Contract
# https://catalog.redhat.com/software/containers/detail/65a0454ad3407c4a7825b10c
# docker://registry.redhat.io/rhtas-tech-preview/ec-rhel9
#
##

# An image with oc so we can run `oc image extract` to download the binaries
FROM registry.redhat.io/openshift4/ose-tools-rhel8:v4.11.0-202401122348.p0.gbf40a6c.assembly.stream AS downloads
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cosign.rh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN mv /usr/local/bin/cosign-linux-amd64 /usr/local/bin/cosign && \
chown root:0 /usr/local/bin/cosign-linux-ppc64le.gz && chmod g+wx /usr/local/bin/cosign-linux-ppc64le.gz && \
chown root:0 /usr/local/bin/cosign-linux-s390x.gz && chmod g+wx /usr/local/bin/cosign-linux-s390x.gz

#Configure home directory
##Configure home directory
ENV HOME=/home
RUN chgrp -R 0 /${HOME} && chmod -R g=u /${HOME}

Expand Down

0 comments on commit eedc517

Please sign in to comment.