Skip to content

feat(logstash): add logstash image build in ci conf#201

Open
remibaptistegio wants to merge 1 commit intomasterfrom
feat-build-logstash-ci
Open

feat(logstash): add logstash image build in ci conf#201
remibaptistegio wants to merge 1 commit intomasterfrom
feat-build-logstash-ci

Conversation

@remibaptistegio
Copy link
Copy Markdown
Contributor

Description

Add logstash image build to ci config

@remibaptistegio remibaptistegio requested a review from a team as a code owner September 18, 2024 08:16
Copy link
Copy Markdown
Contributor

@sebdevaux sebdevaux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to configure the internal registry to push logstash inside

Comment thread .circleci/config.yml
command: |
docker context create tls-env
docker buildx create tls-env --use
docker buildx build --push --platform=linux/arm64,linux/amd64 --build-arg logstash_version=<< parameters.version >> -t graviteeio/logstash:<< parameters.version >> -f images/logstash/Dockerfile images/logstash/
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not graviteeio/logstash but graviteeio.azurecr.io/logstash

@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants