Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Dockerfiles for Jenkins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Douard
Dockerfiles for Jenkins
Commits
63cafdd1
Commit
63cafdd1
authored
1 year ago
by
Nicolas Dandrimont
Browse files
Options
Downloads
Patches
Plain Diff
Bump kafka to 3.5.0 (3.3.2 is archived now)
parent
59644293
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kafka/Dockerfile
+2
-2
2 additions, 2 deletions
kafka/Dockerfile
with
2 additions
and
2 deletions
kafka/Dockerfile
+
2
−
2
View file @
63cafdd1
...
...
@@ -4,10 +4,10 @@ FROM $REGISTRY/tox as kafka_fetcher
# retrieve and uncompress kafka application, checking it's the
# expected archive we retrieve
ARG
SCALA_VERSION=2.13
ARG
KAFKA_VERSION=3.
3.2
ARG
KAFKA_VERSION=3.
5.0
ARG
KAFKA_APP=kafka_${SCALA_VERSION}-${KAFKA_VERSION}
ARG
TARBALL=${KAFKA_APP}.tgz
ARG
KAFKA_SHA512SUM=
f56657105a67f6195c1d4795b5fb4a00fc5e2f5cce061d7f7a504063778187b325c6fbe51d7c59f57cd7ef323a37d4c2c780c27a5609a2008852cbfa944287b3
ARG
KAFKA_SHA512SUM=
7b79bd0844db683c06c3491955bb183d48a47fa4639d2e241b9f4ff4060c4b70814dac7d96bea87dffca0c8ae038278c4fabf68d4ea1194228d67d9c3b1d247c
ARG
CHECKSUMS=${TARBALL}.sha512
ARG
APACHE_MIRROR_URL=https://dlcdn.apache.org
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment