Skip to content

Commit 039bee5

Browse files
committed
chore: rename container script
Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
1 parent 7da70aa commit 039bee5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker-image/Dockerfiles/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN curl -kL https://go.dev/dl/go1.21.5.linux-amd64.tar.gz -o /tmp/golang-packag
2020
RUN curl -kL https://github.com/jqlang/jq/releases/download/jq-1.8.1/jq-linux64 -o /usr/bin/jq
2121

2222
# Copy RHDA script (before changing WORKDIR)
23-
COPY docker-image/scripts/rhda.sh /rhda.sh
23+
COPY docker-image/scripts/trustify-da.sh /trustify-da.sh
2424

2525
# Copy project files and install Exhort javascript API locally
2626
WORKDIR /app
@@ -38,7 +38,7 @@ RUN chmod +x /usr/jdk-21.0.1/bin/java \
3838
&& chmod +x /usr/bin/jq \
3939
&& chmod +x /app/dist/src/cli.js \
4040
&& chmod +x /app/node_modules/.bin/trustify-da-javascript-client \
41-
&& chmod +x /rhda.sh
41+
&& chmod +x /trustify-da.sh
4242

4343
# use default user
4444
USER default
@@ -91,5 +91,5 @@ COPY --from=builder /usr/bin/jq /usr/bin/jq
9191
# Copy trustify-da-javascript-client from the builder stage
9292
COPY --from=builder /app /app
9393

94-
# Copy RHDA executable script from the builder stage
95-
COPY --from=builder /rhda.sh /rhda.sh
94+
# Copy trustify-da-javascript-client executable script from the builder stage
95+
COPY --from=builder /trustify-da.sh /trustify-da.sh

0 commit comments

Comments
 (0)