Skip to content

Commit

Permalink
Merge pull request #262 from HumairAK/fix_base_and_path
Browse files Browse the repository at this point in the history
switch to unauthenticated base image
  • Loading branch information
riprasad authored Feb 4, 2025
2 parents 6dde424 + f1f9410 commit 301fb8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM registry.redhat.io/ubi8/python-312:1
FROM registry.access.redhat.com/ubi8/python-312:1

ARG SOURCE_CODE=.

# Default for ubi8/python
WORKDIR /opt/app-root/src/pipelines/distirbuted-ilab
WORKDIR /opt/app-root/src/pipelines/distributed-ilab

COPY ${SOURCE_CODE} .

Expand Down

0 comments on commit 301fb8f

Please sign in to comment.