Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -10,8 +10,9 @@ include: file: '/deployment-custom-image.yml' stages: - pre-package - package - test-package - post-package - deploy variables: Loading Dockerfile +4 −4 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ ARG ES_PLUGIN_VERSION=3.5.0 RUN apk add --update --no-cache \ --virtual .build-deps \ build-base=0.5-r1 \ ruby-dev=2.5.5-r0 && \ ruby-dev=2.5.8-r0 && \ gem install --no-document \ fluent-plugin-elasticsearch:${ES_PLUGIN_VERSION} && \ gem sources --clear-all && \ Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -10,8 +10,9 @@ include: file: '/deployment-custom-image.yml' stages: - pre-package - package - test-package - post-package - deploy variables: Loading
Dockerfile +4 −4 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ ARG ES_PLUGIN_VERSION=3.5.0 RUN apk add --update --no-cache \ --virtual .build-deps \ build-base=0.5-r1 \ ruby-dev=2.5.5-r0 && \ ruby-dev=2.5.8-r0 && \ gem install --no-document \ fluent-plugin-elasticsearch:${ES_PLUGIN_VERSION} && \ gem sources --clear-all && \ Loading