File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN go build -ldflags "${SERVER_LDFLAGS}" ./cmd/timestamp-server
2929RUN 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.8-1779959429 @sha256:23c19e009965fac24c91d9df0135feb876051615918af74c9b1dc0f0c511b33b as debug
32+ FROM registry.redhat.io/ubi9/go-toolset:9.8-1782852234 @sha256:c49814b6ba0491ff490264fa1a993a0709c0a685f1a101177992fe2c3c9fa89e as debug
3333RUN go install github.com/go-delve/delve/cmd/dlv@v1.9.0
3434
3535# overwrite server and include debugger
Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/ubi9/go-toolset:9.8-1779959429 @sha256:23c19e009965fac24c91d9df0135feb876051615918af74c9b1dc0f0c511b33b as build-env
1+ FROM registry.redhat.io/ubi9/go-toolset:9.8-1782852234 @sha256:c49814b6ba0491ff490264fa1a993a0709c0a685f1a101177992fe2c3c9fa89e as build-env
22ENV GOEXPERIMENT=strictfipsruntime
33ENV CGO_ENABLED=1
44ENV APP_ROOT=/opt/app-root
@@ -21,7 +21,7 @@ RUN make -f Build.mak cross-platform && \
2121 gzip fetch_tsa_certs_linux_s390x && \
2222 gzip fetch_tsa_certs_windows_amd64.exe
2323
24- FROM registry.access.redhat.com/ubi9-minimal@sha256:6ea809bdd8164f8b2b607e38f01b14c374a15bdfbc74fcd0155161512dd4e00e
24+ FROM registry.access.redhat.com/ubi9-minimal@sha256:8201445bebcb5bd4fe23fcc2a76cd5fec029ab401d270926a1563c03b36f0137
2525ENV APP_ROOT=/opt/app-root
2626WORKDIR $APP_ROOT/src/
2727
Original file line number Diff line number Diff line change 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.8-1779959429 @sha256:23c19e009965fac24c91d9df0135feb876051615918af74c9b1dc0f0c511b33b AS builder
15+ FROM registry.redhat.io/ubi9/go-toolset:9.8-1782852234 @sha256:c49814b6ba0491ff490264fa1a993a0709c0a685f1a101177992fe2c3c9fa89e AS builder
1616ENV GOEXPERIMENT=strictfipsruntime
1717ENV CGO_ENABLED=1
1818ENV APP_ROOT=/opt/app-root
@@ -29,14 +29,14 @@ 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.8-1779959429 @sha256:23c19e009965fac24c91d9df0135feb876051615918af74c9b1dc0f0c511b33b AS debug
32+ FROM registry.redhat.io/ubi9/go-toolset:9.8-1782852234 @sha256:c49814b6ba0491ff490264fa1a993a0709c0a685f1a101177992fe2c3c9fa89e AS debug
3333RUN go install github.com/go-delve/delve/cmd/dlv@v1.9.0
3434
3535# overwrite server and include debugger
3636COPY --from=builder /opt/app-root/src/timestamp-server_debug /usr/local/bin/timestamp-server
3737
3838# Multi-Stage production build
39- FROM registry.access.redhat.com/ubi9-minimal@sha256:6ea809bdd8164f8b2b607e38f01b14c374a15bdfbc74fcd0155161512dd4e00e AS deploy
39+ FROM registry.access.redhat.com/ubi9-minimal@sha256:8201445bebcb5bd4fe23fcc2a76cd5fec029ab401d270926a1563c03b36f0137 AS deploy
4040
4141LABEL description="The timestamp-authority is a process that provides a timestamp record of when a document was created or modified."
4242LABEL io.k8s.description="The timestamp-authority is a process that provides a timestamp record of when a document was created or modified."
You can’t perform that action at this time.
0 commit comments