Skip to content

Commit

Permalink
Deploying to gh-pages from @ 56e5bc1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
d-rk committed Mar 12, 2024
1 parent cfaad72 commit c9254ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 5.0.5 - 2024-03-12

## 5.0.4 - 2024-03-12

## 5.0.3 - 2024-03-12
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.Ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ RUN useradd -r -g kafkactl -d /home/kafkactl -s /sbin/nologin -c "Docker image u
RUN echo "source /etc/bash_completion" > /home/kafkactl/.bashrc
RUN echo "source /etc/bash_completion.d/kafkactl " >> /home/kafkactl/.bashrc

# try to set correct terminal-size
RUN echo '[[ -n $TERM_HEIGHT ]] && stty rows $TERM_HEIGHT cols $TERM_WIDTH' >> /home/kafkactl/.bashrc

# Install CA certificates
RUN apt-get update && apt-get install -y \
ca-certificates \
Expand All @@ -24,8 +27,5 @@ RUN apt-get update && apt-get install -y \
WORKDIR /home/kafkactl
RUN chown -R kafkactl:kafkactl /home/kafkactl

# try to set correct terminal-size
RUN echo "[[ -n $TERM_HEIGHT ]] && stty rows $TERM_HEIGHT cols $TERM_WIDTH" >> /home/kafkactl/.bashrc

USER kafkactl
ENTRYPOINT ["kafkactl"]

0 comments on commit c9254ab

Please sign in to comment.