Skip to content

Commit

Permalink
save images to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmssdish committed Dec 18, 2023
1 parent 5d162ec commit ecc4bf0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/adapters-harbor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
context: .
file: ./Dockerfile_adapters
push: true
tags: findr/adapters
tags: pravnreddy429/findr:adapters_v1
2 changes: 1 addition & 1 deletion .github/workflows/oracle-harbor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
context: .
file: ./Dockerfile_oracle
push: true
tags: findr/oracle
tags: pravnreddy429/findr:oracle_v1
12 changes: 10 additions & 2 deletions Dockerfile_oracle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,16 @@ RUN npm install
RUN apk --no-cache add \
bash \
jq \
py3-pip \
&& pip3 install --upgrade awscli
unzip \
&& wget "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -O "awscliv2.zip" \
&& unzip awscliv2.zip \
&& aws/install \
&& rm awscliv2.zip
# RUN apk --no-cache add \
# bash \
# jq \
# py3-pip \
# && pip3 install --upgrade awscli

# Copy the source code to the working directory
COPY findr/oracle ./findr/oracle
Expand Down

0 comments on commit ecc4bf0

Please sign in to comment.