We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0dbb4 commit a103eb6Copy full SHA for a103eb6
Dockerfile.rh
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM registry.redhat.io/ubi9/go-toolset:9.6@sha256:84286c7555df503df0bd3acb86fe2ad50af82a07f35707918bb0fad312fdc193 AS builder
+FROM registry.redhat.io/ubi9/go-toolset:9.6@sha256:7b1828de52c3bac600a71b81996bf748776a456181a45e2b329b39702cf6486f AS builder
3
4
WORKDIR /app
5
@@ -8,7 +8,7 @@ COPY . .
8
RUN go build -buildvcs=false -o rhtas_console ./cmd/rhtas_console
9
10
# Final stage
11
-FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c
+FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:34880b64c07f28f64d95737f82f891516de9a3b43583f39970f7bf8e4cfa48b7
12
13
# Set a writable working directory
14
WORKDIR /tmp
0 commit comments