Skip to content

Fix entrypoint for alpine image

username-removed-642366 requested to merge (removed):fix-alpine-certs into master

This is a general Merge Request template. Consider to choose a template from the list above if it will match your case more.

What does this MR do?

Fixes wrong argument used in entry point script in Alpine linux image

Why was this MR needed?

Because update of certificates failed

gitlab-runner | Updating CA certificates...
gitlab-runner | cmp: unrecognized option: silent
gitlab-runner | BusyBox v1.24.2 (2016-08-12 14:38:34 GMT) multi-call binary.
gitlab-runner | 
gitlab-runner | Usage: cmp [-l] [-s] FILE1 [FILE2 [SKIP1 [SKIP2]]]
gitlab-runner | 
gitlab-runner | Compare FILE1 with FILE2 (or stdin)
gitlab-runner | 
gitlab-runner | 	-l	Write the byte numbers (decimal) and values (octal)
gitlab-runner | 		for all differing bytes
gitlab-runner | 	-s	Quiet
gitlab-runner | WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
gitlab-runner | Starting multi-runner from /etc/gitlab-runner/config.toml ...  builds=0
gitlab-runner | Running in system-mode.                            
gitlab-runner |                                                    
gitlab-runner | Configuration loaded                                builds=0

Are there points in the code the reviewer needs to double check?

no

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Merge request reports