Be explicit about base image source

podman configs can't guarantee that these are pointing at
docker.io, so just be explicit.

Change-Id: If7e1043a88c4c143505ce4e1dbf6a9d6ee89d2de
This commit is contained in:
Monty Taylor 2020-03-12 16:24:49 -05:00
parent 6c915cdbd3
commit 334dfdc77c
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM opendevorg/python-builder as builder
FROM docker.io/opendevorg/python-builder as builder
ARG ZUUL_SIBLINGS=""
COPY . /tmp/src
RUN assemble
FROM opendevorg/python-base as nodepool-base
FROM docker.io/opendevorg/python-base as nodepool-base
COPY --from=builder /output/ /output
RUN /output/install-from-bindep