Skip to content

Commit

Permalink
chore: remove outdated dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Ilona Shishov <Ilona.Shishov@gmail.com>
  • Loading branch information
IlonaShishov committed Mar 25, 2024
1 parent 7cf9463 commit 2128f0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 158 deletions.
10 changes: 5 additions & 5 deletions docker-image/Dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ USER root
# assign token for reading packages from github package registry
ARG PACKAGE_REGISTRY_ACCESS_TOKEN=''

# install Java v21.0.1
# install Java
RUN curl -kL https://download.oracle.com/java/21/archive/jdk-21.0.1_linux-x64_bin.tar.gz -o /tmp/java-package.tar.gz \
&& tar xvzf /tmp/java-package.tar.gz -C /usr/

# install Maven package manager v3.9.6
# install Maven package manager
RUN curl -kL https://dlcdn.apache.org/maven/maven-3/3.9.6/binaries/apache-maven-3.9.6-bin.tar.gz -o /tmp/maven-package.tar.gz \
&& tar xvzf /tmp/maven-package.tar.gz -C /usr/

# install golang package manager v1.21.5
# install golang package manager
RUN curl -kL https://go.dev/dl/go1.21.5.linux-amd64.tar.gz -o /tmp/golang-package.tar.gz \
&& tar xvzf /tmp/golang-package.tar.gz -C /usr/

# install jq JSON formating tool v1.7.1
# install jq JSON formating tool
RUN curl -kL https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux64 -o /usr/bin/jq

# copy the .npmrc file
COPY configs/.npmrc .
# replace placeholder with the actual environment variable
RUN sed -i "s/__PACKAGE_REGISTRY_ACCESS_TOKEN__/${PACKAGE_REGISTRY_ACCESS_TOKEN}/g" ./.npmrc
# install Exhort javascript API v0.1.1-ea.14
# install Exhort javascript API
RUN npm install --global @RHEcosystemAppEng/exhort-javascript-api@0.1.1-ea.26

# add RHDA script
Expand Down
99 changes: 0 additions & 99 deletions docker-image/Dockerfiles/Dockerfile.alpha

This file was deleted.

54 changes: 0 additions & 54 deletions docker-image/scripts/rhda-alpha.sh

This file was deleted.

0 comments on commit 2128f0d

Please sign in to comment.