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
Copy file name to clipboardExpand all lines: ubi10-rust-builder/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ubi9-rust-builder
1
+
# ubi10-rust-builder
2
2
3
3
These images are meant to be used in multi-stage builds as a base image for projects building Rust projects.
4
4
They are automatically rebuilt and pushed every night and also on every push to the main branch, in addition a build can be triggered using GitHub Actions.
@@ -10,9 +10,9 @@ This will bake in the current stable Rust version at the time this image was bui
10
10
## Example usage
11
11
12
12
```dockerfile
13
-
FROM oci.stackable.tech/ubi9-rust-builder AS builder
13
+
FROM oci.stackable.tech/sdp/ubi10-rust-builder AS builder
14
14
15
-
FROM registry.access.redhat.com/ubi9/ubi-minimal AS operator
15
+
FROM registry.access.redhat.com/ubi10/ubi-minimal AS operator
0 commit comments