mirror of
https://github.com/vmware-tanzu/velero.git
synced 2025-12-23 14:25:22 +00:00
Bump base image and Golang version for v1.17.1
Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# Velero binary build section
|
# Velero binary build section
|
||||||
FROM --platform=$BUILDPLATFORM golang:1.24.6-bookworm AS velero-builder
|
FROM --platform=$BUILDPLATFORM golang:1.24.9-bookworm AS velero-builder
|
||||||
|
|
||||||
ARG GOPROXY
|
ARG GOPROXY
|
||||||
ARG BIN
|
ARG BIN
|
||||||
@@ -49,7 +49,7 @@ RUN mkdir -p /output/usr/bin && \
|
|||||||
go clean -modcache -cache
|
go clean -modcache -cache
|
||||||
|
|
||||||
# Restic binary build section
|
# Restic binary build section
|
||||||
FROM --platform=$BUILDPLATFORM golang:1.24.6-bookworm AS restic-builder
|
FROM --platform=$BUILDPLATFORM golang:1.24.9-bookworm AS restic-builder
|
||||||
|
|
||||||
ARG GOPROXY
|
ARG GOPROXY
|
||||||
ARG BIN
|
ARG BIN
|
||||||
@@ -73,7 +73,7 @@ RUN mkdir -p /output/usr/bin && \
|
|||||||
go clean -modcache -cache
|
go clean -modcache -cache
|
||||||
|
|
||||||
# Velero image packing section
|
# Velero image packing section
|
||||||
FROM paketobuildpacks/run-jammy-tiny:0.2.73
|
FROM paketobuildpacks/run-jammy-tiny:0.2.78
|
||||||
|
|
||||||
LABEL maintainer="Xun Jiang <jxun@vmware.com>"
|
LABEL maintainer="Xun Jiang <jxun@vmware.com>"
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
ARG OS_VERSION=1809
|
ARG OS_VERSION=1809
|
||||||
|
|
||||||
# Velero binary build section
|
# Velero binary build section
|
||||||
FROM --platform=$BUILDPLATFORM golang:1.24.6-bookworm AS velero-builder
|
FROM --platform=$BUILDPLATFORM golang:1.24.9-bookworm AS velero-builder
|
||||||
|
|
||||||
ARG GOPROXY
|
ARG GOPROXY
|
||||||
ARG BIN
|
ARG BIN
|
||||||
|
|||||||
2
Tiltfile
2
Tiltfile
@@ -52,7 +52,7 @@ git_sha = str(local("git rev-parse HEAD", quiet = True, echo_off = True)).strip(
|
|||||||
|
|
||||||
tilt_helper_dockerfile_header = """
|
tilt_helper_dockerfile_header = """
|
||||||
# Tilt image
|
# Tilt image
|
||||||
FROM golang:1.24.6 as tilt-helper
|
FROM golang:1.24.9 as tilt-helper
|
||||||
|
|
||||||
# Support live reloading with Tilt
|
# Support live reloading with Tilt
|
||||||
RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/windmilleng/rerun-process-wrapper/master/restart.sh && \
|
RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/windmilleng/rerun-process-wrapper/master/restart.sh && \
|
||||||
|
|||||||
2
go.mod
2
go.mod
@@ -2,7 +2,7 @@ module github.com/vmware-tanzu/velero
|
|||||||
|
|
||||||
go 1.24.0
|
go 1.24.0
|
||||||
|
|
||||||
toolchain go1.24.6
|
toolchain go1.24.9
|
||||||
|
|
||||||
require (
|
require (
|
||||||
cloud.google.com/go/storage v1.55.0
|
cloud.google.com/go/storage v1.55.0
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM --platform=$TARGETPLATFORM golang:1.24.6-bookworm
|
FROM --platform=$TARGETPLATFORM golang:1.24.9-bookworm
|
||||||
|
|
||||||
ARG GOPROXY
|
ARG GOPROXY
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user