From 653e031207c7a304e93aaa3a923a88eee8902968 Mon Sep 17 00:00:00 2001 From: Vu Ha Date: Mon, 23 Jan 2023 20:18:09 +0000 Subject: [PATCH] GitBook: [#2] No subject --- sfpowerscripts/docker-images.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sfpowerscripts/docker-images.md b/sfpowerscripts/docker-images.md index 88f9dee..344cb20 100644 --- a/sfpowerscripts/docker-images.md +++ b/sfpowerscripts/docker-images.md @@ -66,3 +66,12 @@ container: ghcr.io/dxatscale/sfpowerscripts:latest ``` {% endtab %} {% endtabs %} + +{% hint style="info" %} +To preview latest images for the docker image, visit the [release candidate page](https://github.com/dxatscale/sfpowerscripts/pkgs/container/sfpowerscripts-rc) and update your container image reference. For example + +```yaml +default: + image: ghcr.io/dxatscale/sfpowerscripts-rc:20.10.4-3982605392 +``` +{% endhint %}