projects
/
demos
/
kafka
/
training
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f44f104
)
Downgrade auf Confluent Plattform 7.1.3, weil sont cub nicht mehr funzt
author
Kai Moritz
<kai@juplo.de>
Tue, 6 Jun 2023 21:54:12 +0000
(23:54 +0200)
committer
Kai Moritz
<kai@juplo.de>
Tue, 6 Jun 2023 21:54:12 +0000
(23:54 +0200)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
6fe105a
..
0ebbe29
100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-1,4
+1,4
@@
-ARG VERSION=7.
3.1
+ARG VERSION=7.
1.3
FROM confluentinc/cp-base-new:${VERSION}
@@
-59,6
+59,7
@@
RUN \
dnf install -y ca-certificates && \
echo "Installing usefull tools" && \
dnf install -y curl wget nc less httpie jq -y && \
+ pip install httpie && \
echo "===> clean up ..." && \
dnf clean all && \
rm -rf /tmp/*