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: docs/src/firmware-action/offline_usage.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Offline usage
2
2
3
+
4
+
## Occasionally offline machines
5
+
6
+
This approach is useful for example when people travel. They run `firmware-action` beforehand to pull the necessary containers and then use this method to work offline.
7
+
3
8
`firmware-action` under the hood uses [dagger](https://docs.dagger.io/) / docker. As such, the configuration contains entry `sdk_url` which specifies the docker image / container to use.
4
9
5
10
```admonish example
@@ -31,3 +36,16 @@ It will also be displayed every time `firmware-action` is executed as `INFO` mes
31
36
```
32
37
33
38
Simply copy-paste the digest (or image reference) into your configuration file and `firmware-action` will not connect to the internet to fetch a container if one matching is already present.
39
+
40
+
41
+
## Always offline machines
42
+
43
+
Besides running a offline docker registry, there is also a option to use tarballs.
44
+
45
+
`firmware-action` can import a tarfile and use it.
0 commit comments