Skip to content
Snippets Groups Projects
Verified Commit 01e13d7b authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Nova verze, nove pluginy

parent 8040f104
No related branches found
No related tags found
No related merge requests found
Pipeline #1492 passed
...@@ -2,7 +2,8 @@ image: docker:19.03.1 ...@@ -2,7 +2,8 @@ image: docker:19.03.1
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
IMAGE_TAG: $CI_REGISTRY_IMAGE:latest IMAGE_TAG: $CI_REGISTRY_IMAGE
IMAGE_VER: 3.3.6
services: services:
- docker:19.03.1-dind - docker:19.03.1-dind
...@@ -13,5 +14,7 @@ before_script: ...@@ -13,5 +14,7 @@ before_script:
build: build:
stage: build stage: build
script: script:
- docker build -t $IMAGE_TAG . - docker build -t $IMAGE_TAG:$IMAGE_VER .
- docker push $IMAGE_TAG - docker tag $IMAGE_TAG:$IMAGE_VER $IMAGE_TAG:latest
- docker push $IMAGE_TAG:$IMAGE_VER
- docker push $IMAGE_TAG:latest
FROM graylog/graylog:3.3.5 FROM graylog/graylog:3.3.6
MAINTAINER Andrej Ramašeuski <andrej.ramaseuski@pirati.cz> MAINTAINER Andrej Ramašeuski <andrej.ramaseuski@pirati.cz>
RUN curl -L -o /usr/share/graylog/plugin/graylog-plugin-auth-sso-3.3.0.jar https://github.com/Graylog2/graylog-plugin-auth-sso/releases/download/3.3.0/graylog-plugin-auth-sso-3.3.0.jar RUN curl -L -o /usr/share/graylog/plugin/graylog-plugin-auth-sso-3.3.0.jar https://github.com/Graylog2/graylog-plugin-auth-sso/releases/download/3.3.0/graylog-plugin-auth-sso-3.3.0.jar
RUN curl -L -o /usr/share/graylog/plugin/graylog-output-syslog-3.3.0.jar https://github.com/wizecore/graylog2-output-syslog/releases/download/3.3.0/graylog-output-syslog-3.3.0.jar
RUN curl -L -o /usr/share/graylog/plugin/graylog-plugin-matomo-0.0.3.jar https://github.com/petzah/graylog-plugin-matomo/releases/download/v0.0.3/graylog-plugin-matomo-0.0.3.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment