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
6cea164c
Commit
6cea164c
authored
7 months ago
by
David Douard
Browse files
Options
Downloads
Patches
Plain Diff
Update kafka 3.6.2
3.5.2 is not available any more on dlcdn.apache.org, plus we run 3.6 in production.
parent
db2203fb
Branches
master
No related tags found
No related merge requests found
Pipeline
#10405
created
Changes
1
Pipelines
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 @
6cea164c
...
...
@@ -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.
5
.2
ARG
KAFKA_VERSION=3.
6
.2
ARG
KAFKA_APP=kafka_${SCALA_VERSION}-${KAFKA_VERSION}
ARG
TARBALL=${KAFKA_APP}.tgz
ARG
KAFKA_SHA512SUM=
229ccc5e3e6b3b9845f59f6e829d70711c5a5a2293f32b6bcabc37350666f874bc7d8f08130f712a1b32915205c10f2847f04908c20d5f7fdb4b62d058c9defe
ARG
KAFKA_SHA512SUM=
E5D5935DF6E687898E71E583E8EA376275C6FBAC2E7872E78F7C55AB2528485582362E3778678600C5368384437C1DA6B3D612A748917F4B294C06EA160173EE
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