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: README.md
+12
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,18 @@ end
218
218
219
219
For an example of rake tasks that support this style of invocation, visit https://github.com/flavorjones/ruby-c-extensions-explained/tree/main/precompiled
220
220
221
+
222
+
### Living on the edge: using weekly snapshots
223
+
224
+
OCI images snapshotted from `master` are published weekly to Github Container Registry:
The images are named `ghcr.io/rake-compiler/rake-compiler-dock-snapshot` and are tagged with the platform name (e.g., `ghcr.io/rake-compiler/rake-compiler-dock-snapshot:x86_64-linux`.
229
+
230
+
These images are intended for integration testing. They may not work properly and should not be considered production ready.
231
+
232
+
221
233
## Environment Variables
222
234
223
235
Rake-compiler-dock makes use of several environment variables.
0 commit comments