Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker…
Browse files Browse the repository at this point in the history
… digest to ef0542c

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Sep 25, 2024
1 parent 24d166a commit 79d7a09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN go build -ldflags "${SERVER_LDFLAGS}" ./cmd/timestamp-server
RUN CGO_ENABLED=0 go build -gcflags "all=-N -l" -ldflags "${SERVER_LDFLAGS}" -o timestamp-server_debug ./cmd/timestamp-server

# debug compile options & debugger
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:82d9bc5d3ceb43635288880f26207201e55d1c688a60ebbfff4f54d4963a62a1 as debug
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:ef0542ce40e882c3831a24b7d40258f6a3dbae335e879dabd86523112cefed13 as debug
RUN go install github.com/go-delve/delve/cmd/dlv@v1.9.0

# overwrite server and include debugger
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.fetch_tsa_certs.rh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:5049a9d9be3914049aa983b66c695047d87c248f5fc95a222a63a15578a376bc as build-env
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:ef0542ce40e882c3831a24b7d40258f6a3dbae335e879dabd86523112cefed13 as build-env
ENV APP_ROOT=/opt/app-root
ENV GOPATH=$APP_ROOT
WORKDIR $APP_ROOT/src/
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.tsa.rh
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/ubi9/go-toolset@sha256:6e199b7101e258e5c30124ede22f442de560b09e1b251dd3de32d4f45b9e15af AS builder
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:ef0542ce40e882c3831a24b7d40258f6a3dbae335e879dabd86523112cefed13 AS builder
ENV APP_ROOT=/opt/app-root
ENV GOPATH=$APP_ROOT

Expand All @@ -27,7 +27,7 @@ RUN git config --global --add safe.directory /opt/app-root/src && \
CGO_ENABLED=0 go build -mod=readonly -ldflags "${SERVER_LDFLAGS}" ./cmd/timestamp-server

# debug compile options & debugger
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:6e199b7101e258e5c30124ede22f442de560b09e1b251dd3de32d4f45b9e15af AS debug
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:ef0542ce40e882c3831a24b7d40258f6a3dbae335e879dabd86523112cefed13 AS debug
RUN go install github.com/go-delve/delve/cmd/dlv@v1.9.0

# overwrite server and include debugger
Expand Down

0 comments on commit 79d7a09

Please sign in to comment.