Skip to content

Commit

Permalink
update container »ubi8/ubi-minimal« to 8.10-896.1717584414
Browse files Browse the repository at this point in the history
  • Loading branch information
agebhar1 committed Jun 6, 2024
1 parent 6228f19 commit 30fd322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
go: [ '1.20', '1.21', '1.22' ]
container: registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1716497715
container: registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414
name: Test and Build w/ Go v${{ matrix.go }}
needs: assure-unique-container
steps:
Expand Down
6 changes: 3 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1716497715 AS builder
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414 AS builder
WORKDIR /go/src/github/agebhar1/mq_exporter
RUN microdnf install tar gzip findutils gcc make git \
&& mkdir /opt/mqm && curl -L https://ibm.biz/IBM-MQC-Redist-LinuxX64targz | tar xzf - -C /opt/mqm/ \
Expand All @@ -21,7 +21,7 @@ RUN microdnf install tar gzip findutils gcc make git \
COPY . ./
RUN PATH=$PATH:/opt/go/bin make

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1716497715
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414
WORKDIR /opt/mq_exporter
COPY --from=builder /go/src/github/agebhar1/mq_exporter/mq_exporter ./

Expand All @@ -48,7 +48,7 @@ LABEL \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.title="mq_exporter" \
org.opencontainers.image.description="Prometheus exporter for IBM MQ" \
org.opencontainers.image.base.name="registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1716497715"
org.opencontainers.image.base.name="registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414"

EXPOSE 9873

Expand Down

0 comments on commit 30fd322

Please sign in to comment.