Skip to content

Commit

Permalink
chore: clean obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 15, 2025
1 parent 1993547 commit 3b83511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
12 changes: 1 addition & 11 deletions alpine-3.17.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 [Ribose Inc](https://www.ribose.com).
# Copyright (c) 2024-2025 [Ribose Inc](https://www.ribose.com).
# All rights reserved.
# This file is a part of tamatebako
#
Expand Down Expand Up @@ -43,19 +43,9 @@ RUN apk --no-cache --upgrade add build-base cmake git bash sudo \
ENV CC=clang
ENV CXX=clang++

# https://github.com/actions/checkout/issues/1014
# RUN adduser --disabled-password --gecos "" --home $HOME tebako && \
# printf "\ntebako\tALL=(ALL)\tNOPASSWD:\tALL" > /etc/sudoers.d/tebako
# USER tebako
# ENV HOME=/home/tebako

# So we are running as root, HOME=/root, tebako prefix (default) /root/.tebako

ENV TEBAKO_PREFIX=/root/.tebako
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 && \
tebako setup -R 3.3.6 && \
tebako setup -R 3.2.6
Expand Down
11 changes: 1 addition & 10 deletions ubuntu-20.04.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 [Ribose Inc](https://www.ribose.com).
# Copyright (c) 2024-2025 [Ribose Inc](https://www.ribose.com).
# All rights reserved.
# This file is a part of tamatebako
#
Expand Down Expand Up @@ -47,19 +47,10 @@ COPY tools /opt/tools
RUN /opt/tools/tools.sh install_cmake && \
/opt/tools/tools.sh install_ruby

# https://github.com/actions/checkout/issues/1014
# RUN adduser --disabled-password --gecos "" --home $HOME tebako && \
# printf "\ntebako\tALL=(ALL)\tNOPASSWD:\tALL" > /etc/sudoers.d/tebako
# USER tebako
# ENV HOME=/home/tebako

# So we are running as root, HOME=/root, tebako prefix (default) /root/.tebako

ENV TEBAKO_PREFIX=/root/.tebako
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 -v 0.12.2.rc1 && \
tebako setup -R 3.3.6 && \
tebako setup -R 3.2.6
Expand Down

0 comments on commit 3b83511

Please sign in to comment.