File tree 2 files changed +26
-0
lines changed
2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 42
42
faraday-net_http (3.3.0 )
43
43
net-http
44
44
ffi (1.17.0-arm64-darwin )
45
+ ffi (1.17.0-x86_64-linux-gnu )
45
46
forwardable-extended (2.6.0 )
46
47
gemoji (4.1.0 )
47
48
github-pages (232 )
232
233
uri
233
234
nokogiri (1.16.7-arm64-darwin )
234
235
racc (~> 1.4 )
236
+ nokogiri (1.16.7-x86_64-linux )
237
+ racc (~> 1.4 )
235
238
octokit (4.25.1 )
236
239
faraday (>= 1 , < 3 )
237
240
sawyer (~> 0.9 )
@@ -270,6 +273,7 @@ PLATFORMS
270
273
arm64-darwin-22
271
274
arm64-darwin-23
272
275
arm64-darwin-24
276
+ x86_64-linux
273
277
274
278
DEPENDENCIES
275
279
github-pages
Original file line number Diff line number Diff line change @@ -37,3 +37,25 @@ Options:
37
37
-H, [--skip-hooks] # Don't run hooks
38
38
# Default: false
39
39
```
40
+
41
+ # FAQ
42
+
43
+ ## Skip building an deploy some public docker image
44
+
45
+ See [ this Github issue] ( https://github.com/basecamp/kamal/issues/497 )
46
+
47
+ In order to use pre build images, you have to add a ` service ` label with the name of kamal service.
48
+
49
+ For example, a ` deploy.yml ` file starting with:
50
+
51
+ ``` yaml
52
+ # Name of your application. Used to uniquely configure containers.
53
+ service : name-of-service
54
+
55
+ # Name of the container image.
56
+ image : some/image
57
+
58
+ ...
59
+ ```
60
+
61
+ will require the label ` label=service=name-of-service ` .
You can’t perform that action at this time.
0 commit comments