File Dockerfile of Package container-gitlab-runner-helper
#!BuildVersion: 18.10.1 #!BuildTag: gitlab-runner-helper:x86_64-v<VERSION> #!BuildTag: gitlab-runner-helper:x86_64-latest #!BuildTag: gitlab-runner-helper:latest FROM opensuse/tumbleweed:latest # Define your additional repositories here RUN zypper ar http://download.opensuse.org/repositories/home:darix:apps/openSUSE_Tumbleweed/ "home:darix:apps" RUN zypper --gpg-auto-import-keys ref RUN zypper install -y gitlab-runner-helper=18.10.1 catatonit ADD entrypoint /entrypoint RUN chmod +x /entrypoint ENTRYPOINT ["/usr/bin/catatonit", "--", "/entrypoint"] CMD ["sh"]