Fix the Docker entrypoint #67

Merged
earl-warren merged 2 commits from wetneb/runner:66-docker-entrypoint into main 2023-08-18 10:03:05 +00:00
Contributor

For #66, untested.

For #66, untested.
wetneb added 1 commit 2023-08-13 12:22:07 +00:00
All checks were successful
checks / check and test (pull_request) Successful in 58s
8ecb7dd9c3
Attempt to fix the Docker entrypoint, for #66
Member
$ docker run --rm alpine:3.18 /sbin/tini
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/sbin/tini": stat /sbin/tini: no such file or directory: unknown.

This is https://github.com/krallin/tini I suppose? Did not know about it. Seems good.

``` $ docker run --rm alpine:3.18 /sbin/tini docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/sbin/tini": stat /sbin/tini: no such file or directory: unknown. ``` This is https://github.com/krallin/tini I suppose? Did not know about it. Seems good.
wetneb added 1 commit 2023-08-13 15:00:23 +00:00
All checks were successful
checks / check and test (pull_request) Successful in 35s
cbffc7e8c8
Add 'tini' to the apk packages of the Dockerfile
Owner

@wetneb still wip?

@wetneb still wip?
wetneb changed title from WIP: Fix the Docker entrypoint to Fix the Docker entrypoint 2023-08-18 09:47:45 +00:00
Author
Contributor

@earl-warren it's good to go on my side.

@earl-warren it's good to go on my side.
earl-warren approved these changes 2023-08-18 10:02:53 +00:00
earl-warren merged commit 75687152e9 into main 2023-08-18 10:03:05 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: forgejo/runner#67
No description provided.