Skip to content

Commit

Permalink
fix: do not finalize tebako setup
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 15, 2025
1 parent 40522cb commit 1993547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions alpine-3.17.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ COPY test /root/test
# Test and "warm up" since initialization is fully finished after the first packaging
RUN gem install tebako && \
tebako setup -R 3.3.6 && \
tebako setup -R 3.2.6 && \
tebako press -R 3.3.6 -r /root/test -e tebako-test-run.rb -o ruby-3.3.6-package && \
tebako press -R 3.2.6 -r /root/test -e tebako-test-run.rb -o ruby-3.2.6-package && \
rm ruby-*-package
tebako setup -R 3.2.6

ENV PS1="\[\]\[\e]0;\u@\h: \w\a\]\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ \[\]"
CMD ["bash"]
7 changes: 2 additions & 5 deletions ubuntu-20.04.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,9 @@ COPY test /root/test

# Create packaging environment for Ruby 3.3.6, 3.2.6
# Test and "warm up" since initialization is fully finished after the first packaging
RUN gem install tebako && \
RUN gem install tebako -v 0.12.2.rc1 && \
tebako setup -R 3.3.6 && \
tebako setup -R 3.2.6 && \
tebako press -R 3.3.6 -r /root/test -e tebako-test-run.rb -o ruby-3.3.6-package && \
tebako press -R 3.2.6 -r /root/test -e tebako-test-run.rb -o ruby-3.2.6-package && \
rm ruby-*-package
tebako setup -R 3.2.6

ENV PS1="\[\]\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ \[\]"
CMD ["bash"]

0 comments on commit 1993547

Please sign in to comment.