bugfix: gitlab-runner-helper image
Compare changes
Files
2+ 1
− 1
UNCLASSIFIED - NO CUI
Currently supported Big Bang Version is 2.51
Fix for issue https://repo1.dso.mil/platform-one/big-bang/bigbang/-/issues/143
The IB image has the binaries in the wrong directory. Built new image with
FROM registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v13.2.2
USER 0
RUN cp /usr/local/bin/gitlab-runner-* /usr/bin/
USER 1001
docker build . --tag registry.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab-runner/gitlab-runner-helper:ib-v13.2.2
docker push registry.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab-runner/gitlab-runner-helper:ib-v13.2.2
UNCLASSIFIED - NO CUI