docker pass var entrypoint (5 stars) should be simple

Job ID: 35695632

Budget: $2 – $8 USD

hey hey - THANK YOU for being here

Here is my dockerfile and you can see that I am passing the var that is clearly in the Dockerfile but in myscriptbash.sh it is literal ? How can I pass these to vars (as vars) to myscriptbash.sh.sh?

Need to pass the var as var (not literal) and no errors, just coming as literal and not the var value

1 FROM python:3.11.1-bullseye
2
3 ARG CONFLUENCE_USR
4 ARG CONFLUENCE_PSW
5
6 WORKDIR /tmp/app
7 COPY . .
8 RUN chmod +x /tmp/app/sh/processScans.sh
9
10 VOLUME [ "/tmp/app/logs" ]
11 RUN pip --version
12 RUN pip install -r requirements.txt
13 RUN echo "${CONFLUENCE_USR}"
14 RUN echo "ENTRYPOINT"
15 ENTRYPOINT [ "/bin/bash" ]
16 CMD [ "sh/myscriptbash.sh.sh", "${CONFLUENCE_USR}", "${CONFLUENCE_PSW}" ]

# in myscriptbash.sh
# echo $1
# echo $2
#
# output is LITERAL and should be the variable
# ${CONFLUENCE_USR}
# ${CONFLUENCE_PSW}
that is all that I need

We can do additional milestones after this is completed (short work task and pay after each one)

let me know your thoughts and any questions

There is hope you can give your “best” price; unemployed, and have cancer with bills backing up, $12 possible? Please note $12 is the max total that I can handle for this. Will leave a Glowing paragraph of feedback 5 stars

My funds are low but will pay quick and leave 5 stars. Please give your best possible for your bid ? (something reasonable?) Please note there is hope we can mutually complete this task; we can leave each other nice comments and 5 stars for each? Look at feedback on my profile, feedback I left for many others. Here is the project:

SINCERELY WOULD BE NICE TO MEET YOU PLEASE

ANY THOUGHTS ? Please note project is due in two hours as this projects deadline, as this is needed if we can get some done - then we can talk about next steps and 5 stars and another job also. If this is a good one and we are "successful"; would need a couple others setup, but will handle one at a time? Can you do this for something reasonable in a couple hours? thoughts ?
Related categories: Python Docker Jenkins Kubernetes Docker Compose