Skip to content

Commit

Permalink
Pull base docker images from new artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
dimrozakis committed Apr 10, 2024
1 parent 3259d3a commit dbd5ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amaas-eos-mw1.cec.lab.emc.com:5070/python:3.11-slim-bookworm
FROM isgedge.artifactory.cec.lab.emc.com/isgedge-docker-virtual/python:3.11-slim-bookworm

# Install kubectl.
RUN set -x && \
Expand Down
2 changes: 1 addition & 1 deletion devenv/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amaas-eos-mw1.cec.lab.emc.com:5070/python:3-bullseye
FROM isgedge.artifactory.cec.lab.emc.com/isgedge-docker-virtual/python:3-bullseye
ENV USER=docker
RUN useradd -ms /bin/bash $USER
ENV HOME /home/$USER
Expand Down

0 comments on commit dbd5ade

Please sign in to comment.