Skip to content

Commit eedc517

Browse files
authored
Merge pull request #146 from JasonPowr/generate-builds
generate builds
2 parents dff6dab + 2274ff0 commit eedc517

3 files changed

+3
-3
lines changed

Dockerfile.client-server-cg.rh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Gitsign
1616
# https://catalog.redhat.com/software/containers/detail/652974c4f28b8157c60653c9
1717
# docker://registry.redhat.io/rhtas-tech-preview/gitsign-rhel9
18-
#
18+
##
1919

2020
# An image with oc so we can run `oc image extract` to download the binaries
2121
FROM registry.redhat.io/openshift4/ose-tools-rhel8:v4.11.0-202401122348.p0.gbf40a6c.assembly.stream AS downloads

Dockerfile.client-server-re.rh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Enterprise Contract
1616
# https://catalog.redhat.com/software/containers/detail/65a0454ad3407c4a7825b10c
1717
# docker://registry.redhat.io/rhtas-tech-preview/ec-rhel9
18-
#
18+
##
1919

2020
# An image with oc so we can run `oc image extract` to download the binaries
2121
FROM registry.redhat.io/openshift4/ose-tools-rhel8:v4.11.0-202401122348.p0.gbf40a6c.assembly.stream AS downloads

Dockerfile.cosign.rh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN mv /usr/local/bin/cosign-linux-amd64 /usr/local/bin/cosign && \
4444
chown root:0 /usr/local/bin/cosign-linux-ppc64le.gz && chmod g+wx /usr/local/bin/cosign-linux-ppc64le.gz && \
4545
chown root:0 /usr/local/bin/cosign-linux-s390x.gz && chmod g+wx /usr/local/bin/cosign-linux-s390x.gz
4646

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

0 commit comments

Comments
 (0)