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

Verze 4.0.2

parent a6bd39ae
No related branches found
No related tags found
No related merge requests found
Pipeline #2312 passed
image: docker:19.03.1 image: docker:19.03.12
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
IMAGE_TAG: $CI_REGISTRY_IMAGE IMAGE_VER: 4.0.2-1
IMAGE_VER: 3.3.8
services: services:
- docker:19.03.1-dind - docker:19.03.12-dind
before_script: before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
...@@ -14,7 +13,7 @@ before_script: ...@@ -14,7 +13,7 @@ before_script:
build: build:
stage: build stage: build
script: script:
- docker build -t $IMAGE_TAG:$IMAGE_VER . - docker pull $CI_REGISTRY_IMAGE:latest || true
- docker tag $IMAGE_TAG:$IMAGE_VER $IMAGE_TAG:latest - docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:$IMAGE_VER --tag $CI_REGISTRY_IMAGE:latest .
- docker push $IMAGE_TAG:$IMAGE_VER - docker push $CI_REGISTRY_IMAGE:$IMAGE_VER
- docker push $IMAGE_TAG:latest - docker push $CI_REGISTRY_IMAGE:latest
FROM graylog/graylog:3.3.8 FROM graylog/graylog:4.0.2
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-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-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