We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 378619d + 8f4bd1f commit a830f5fCopy full SHA for a830f5f
Dockerfile
@@ -1,11 +1,10 @@
1
ARG AZLINUX_BASE_VERSION=master
2
3
-FROM 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/python-build-base:${AZLINUX_BASE_VERSION} as base
4
-# FROM quay.io/cdis/python-build-base:${AZLINUX_BASE_VERSION} as base
+FROM 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/python-build-base:${AZLINUX_BASE_VERSION} AS base
5
6
ENV appname=argowrapper
7
8
-FROM base as builder
+FROM base AS builder
9
10
WORKDIR /$appname
11
0 commit comments