Skip to content

Commit ecf23f7

Browse files
committed
publish container image
1 parent bffd833 commit ecf23f7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.config/turbobob.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/function61/turbobob/refs/heads/main/pkg/bobfile/bobfile.schema.json",
23
"for_description_of_this_file_see": "https://github.com/function61/turbobob",
34
"version_major": 1,
45
"project_name": "turbobob",
@@ -28,6 +29,12 @@
2829
]
2930
}
3031
],
32+
"docker_images": [
33+
{
34+
"image": "ghcr.io/function61/turbobob",
35+
"platforms": ["linux/amd64"]
36+
}
37+
],
3138
"os_arches": {
3239
"linux-amd64": true,
3340
"linux-arm": true

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM alpine:latest
2+
3+
ENTRYPOINT ["/usr/bin/bob"]
4+
5+
ADD rel/bob_linux-amd64 /usr/bin/bob

0 commit comments

Comments
 (0)