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
The `Push Primary Image` and `Push Auxiliary Image` actions use the specified Image Builder program to upload (that is, push) the newly-built image
212
-
to the image registry specified by its image tag. You can access these actions by using the `Push Primary Image` or `Push Auxiliary Image` button on the `Image`
211
+
`Push Primary Image` and `Push Auxiliary Image` use the specified Image Builder program to upload (that is, push) the newly-built image
212
+
to the image registry specified by its image tag. You access these actions by using the `Push Primary Image` or `Push Auxiliary Image` button on the `Image`
213
213
page or from the `Go` menu.
214
214
215
215
At a high level, the action performs the following steps:
Copy file name to clipboardExpand all lines: documentation/staging/content/release notes/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ pre = "<b> </b>"
16
16
17
17
- When trying to run the application on a Linux machine and display it on a Windows machine, do not use the Xming X server. There appears to be a bug (presumably with their OpenGL support) that prevents applications using Electron 13.x or later from working (for example, Microsoft VS Code doesn't work either).
18
18
19
-
- On Linux when running the application that was installed using the `rpm` or `deb` installers, the following error messages will appear in the log. These are expected and can safely be ignored. The errors are due to the fact that the electron-updater package being used to perform application updates only supports upgrading Linux applications when run using an `AppImage` binary.
19
+
- On Linux, when running the application that was installed using the `rpm` or `deb` installers, the following error messages will appear in the log. These are expected and can safely be ignored. The errors are due to the fact that the electron-updater package being used to perform application updates supports only upgrading Linux applications when run using an `AppImage` binary.
20
20
```
21
21
info: Checking for update
22
22
error: Error: Error: ENOENT: no such file or directory, open '/opt/WebLogic Kubernetes Toolkit UI/resources/app-update.yml'
0 commit comments