Skip to content

Commit adb0630

Browse files
chore(deps): update registry.redhat.io/ubi9/go-toolset docker tag to v9.7-1774618347 (#326)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent f94e0e7 commit adb0630

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN go build -ldflags "${SERVER_LDFLAGS}" ./cmd/timestamp-server
2929
RUN CGO_ENABLED=0 go build -gcflags "all=-N -l" -ldflags "${SERVER_LDFLAGS}" -o timestamp-server_debug ./cmd/timestamp-server
3030

3131
# debug compile options & debugger
32-
FROM registry.redhat.io/ubi9/go-toolset:9.7-1774499506@sha256:df073e37d0cfe6c83df9fd4891b14252f3822cb511000c48f32c632f0d24920f as debug
32+
FROM registry.redhat.io/ubi9/go-toolset:9.7-1774618347@sha256:a05a1c82b3ce23864a831084ff21a907128f4707ca3f455ba99717c0c2c4d6c1 as debug
3333
RUN go install github.com/go-delve/delve/cmd/dlv@v1.9.0
3434

3535
# overwrite server and include debugger

Dockerfile.cli-stack.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM --platform=linux/arm64 quay.io/securesign/fetch-tsa-certs@sha256:7fbaf138
33
FROM --platform=linux/ppc64le quay.io/securesign/fetch-tsa-certs@sha256:b1a9b51af7ab35296de4cf0c35f656e7fa6338c4aaa11fceaff32eafb45d8d1a AS build-ppc64le
44
FROM --platform=linux/s390x quay.io/securesign/fetch-tsa-certs@sha256:f3a8a1f405dea10d2d4da8850d5c821782037d75c24cffafca5e79e53663de5f AS build-s390x
55

6-
FROM registry.redhat.io/ubi9/go-toolset:9.7-1774499506@sha256:2830e4bd1c394ed506c00a9abbb4d00445e2e72e8ef4e3cd51e0da0db66dee12 AS packager
6+
FROM registry.redhat.io/ubi9/go-toolset:9.7-1774618347@sha256:0f4f6f7868962aa75dddfe4230b664bdf77071e92c43c70c824c58450e37693f AS packager
77
USER root
88
RUN mkdir -p /binaries
99

Dockerfile.fetch_tsa_certs.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/go-toolset:9.7-1774499506@sha256:2830e4bd1c394ed506c00a9abbb4d00445e2e72e8ef4e3cd51e0da0db66dee12 as build-env
1+
FROM registry.redhat.io/ubi9/go-toolset:9.7-1774618347@sha256:0f4f6f7868962aa75dddfe4230b664bdf77071e92c43c70c824c58450e37693f as build-env
22
ENV GOEXPERIMENT=strictfipsruntime
33
ENV CGO_ENABLED=1
44
ENV APP_ROOT=/opt/app-root

Dockerfile.tsa.rh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM registry.redhat.io/ubi9/go-toolset:9.7-1774499506@sha256:df073e37d0cfe6c83df9fd4891b14252f3822cb511000c48f32c632f0d24920f AS builder
15+
FROM registry.redhat.io/ubi9/go-toolset:9.7-1774618347@sha256:a05a1c82b3ce23864a831084ff21a907128f4707ca3f455ba99717c0c2c4d6c1 AS builder
1616
ENV GOEXPERIMENT=strictfipsruntime
1717
ENV CGO_ENABLED=1
1818
ENV APP_ROOT=/opt/app-root
@@ -29,7 +29,7 @@ RUN git config --global --add safe.directory /opt/app-root/src && \
2929
go build -mod=readonly -ldflags "${SERVER_LDFLAGS}" ./cmd/timestamp-server
3030

3131
# debug compile options & debugger
32-
FROM registry.redhat.io/ubi9/go-toolset:9.7-1774499506@sha256:df073e37d0cfe6c83df9fd4891b14252f3822cb511000c48f32c632f0d24920f AS debug
32+
FROM registry.redhat.io/ubi9/go-toolset:9.7-1774618347@sha256:a05a1c82b3ce23864a831084ff21a907128f4707ca3f455ba99717c0c2c4d6c1 AS debug
3333
RUN go install github.com/go-delve/delve/cmd/dlv@v1.9.0
3434

3535
# overwrite server and include debugger

0 commit comments

Comments
 (0)