You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aceeptance: add script to build and push the acceptance image
Previously, README.md contained instructions to build the acceptance
image, but they were outdated.
This commit adds a script that can be used to build and push the
acceptance image and adds the process instructions to README.md.
Additionally, updated the script that builds and pushes the GSS images.
Release note: none
Epic: none
Copy file name to clipboardExpand all lines: pkg/acceptance/testdata/README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,10 @@ need to update the image.
16
16
## Updating the `acceptance` image
17
17
18
18
- (One-time setup) Depending on how your Docker instance is configured, you may have to run `docker run --privileged --rm tonistiigi/binfmt --install all`. This will install `qemu` emulators on your system for platforms besides your native one.
19
-
- Build the image for both platforms and publish the cross-platform manifest. Note that the non-native build for your image will be very slow since it will have to emulate.
0 commit comments