Skip to content

Commit

Permalink
update container »ubi8/ubi-minimal« to 8.8-1072.1697626218
Browse files Browse the repository at this point in the history
  • Loading branch information
agebhar1 committed Oct 27, 2023
1 parent 816b2e4 commit 79f50b8
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.19', '1.20', '1.21' ]
container: registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1696517598
container: registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218
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.8-1072.1696517598 AS builder
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218 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.8-1072.1696517598
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218
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.8-1072.1696517598"
org.opencontainers.image.base.name="registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218"

EXPOSE 9873

Expand Down

0 comments on commit 79f50b8

Please sign in to comment.