Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open
kafka-docker
Commits
5c753292
Commit
5c753292
authored
1 year ago
by
Anton Merzlyakov
Browse files
Options
Download
Email Patches
Plain Diff
Update Dockerfile, .gitlab-ci.yml
parent
7fefb130
test-ssl
3.6.1
redos-3.6.1
No related merge requests found
Pipeline
#99727
passed with stage
in 1 minute and 38 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
.gitlab-ci.yml
Dockerfile
+2
-2
Dockerfile
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
View file @
5c753292
...
...
@@ -3,7 +3,7 @@ stages:
variables
:
CI_REGISTRY_IMAGE
:
${CI_REGISTRY}/open/kafka
KAFKA_TAG
:
2.13-3.
5.0
KAFKA_TAG
:
2.13-3.
6.1
create_image
:
image
:
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
View file @
5c753292
FROM
openjdk:
11-jre
-slim
FROM
openjdk:
23
-slim
ARG
kafka_version=3.
5.0
ARG
kafka_version=3.
6.1
ARG
scala_version=2.13
ARG
vcs_ref=unspecified
ARG
build_date=unspecified
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help