Minor fixes to Dockerfile and docs

Signed-off-by: Shubham Pampattiwar <spampatt@redhat.com>
pull/8108/head
Shubham Pampattiwar 2024-08-12 13:28:19 -07:00
parent dd3d05bbac
commit 3aabfc3414
3 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
# limitations under the License.
# Velero binary build section
FROM --platform=$BUILDPLATFORM golang:1.22-bookworm as velero-builder
FROM --platform=$BUILDPLATFORM golang:1.22-bookworm AS velero-builder
ARG GOPROXY
ARG BIN
@ -47,7 +47,7 @@ RUN mkdir -p /output/usr/bin && \
go clean -modcache -cache
# Restic binary build section
FROM --platform=$BUILDPLATFORM golang:1.22-bookworm as restic-builder
FROM --platform=$BUILDPLATFORM golang:1.22-bookworm AS restic-builder
ARG BIN
ARG TARGETOS

View File

@ -96,7 +96,7 @@ Optionally, set the `$VERSION` environment variable to change the image tag or `
```bash
make container
```
_Note: To build build container images for both `velero` and `velero-restore-helper`, run: `make all-containers`_
_Note: To build container images for both `velero` and `velero-restore-helper`, run: `make all-containers`_
### Publishing container images to a registry

View File

@ -96,7 +96,7 @@ Optionally, set the `$VERSION` environment variable to change the image tag or `
```bash
make container
```
_Note: To build build container images for both `velero` and `velero-restore-helper`, run: `make all-containers`_
_Note: To build container images for both `velero` and `velero-restore-helper`, run: `make all-containers`_
### Publishing container images to a registry