File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 99# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
1010# See the License for the specific language governing permissions and limitations under the License.
1111
12- FROM amazonlinux:2
12+ FROM public.ecr.aws/amazonlinux/ amazonlinux:2
1313
1414ENV RUBY_VERSION="2.6.5" \
1515 PYTHON_37_VERSION="3.7.4" \
Original file line number Diff line number Diff line change 99# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
1010# See the License for the specific language governing permissions and limitations under the License.
1111
12- FROM amazonlinux:2 AS core
12+ FROM public.ecr.aws/amazonlinux/ amazonlinux:2 AS core
1313
1414ENV EPEL_REPO="https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
1515
Original file line number Diff line number Diff line change 99# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
1010# See the License for the specific language governing permissions and limitations under the License.
1111
12- FROM amazonlinux:2 AS core
12+ FROM public.ecr.aws/amazonlinux/ amazonlinux:2 AS core
1313
1414# Install git, SSH, and other utilities
1515RUN set -ex \
Original file line number Diff line number Diff line change 99# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
1010# See the License for the specific language governing permissions and limitations under the License.
1111
12- FROM amazonlinux:2 AS core
12+ FROM public.ecr.aws/amazonlinux/ amazonlinux:2 AS core
1313
1414# Install git, SSH, and other utilities
1515RUN set -ex \
Original file line number Diff line number Diff line change 99# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
1010# See the License for the specific language governing permissions and limitations under the License.
1111
12- FROM ubuntu:18.04 AS core
12+ FROM public.ecr.aws/ubuntu/ ubuntu:18.04 AS core
1313
1414ENV DEBIAN_FRONTEND="noninteractive"
1515
Original file line number Diff line number Diff line change 99# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
1010# See the License for the specific language governing permissions and limitations under the License.
1111
12- FROM ubuntu:18.04 AS core
12+ FROM public.ecr.aws/ubuntu/ ubuntu:18.04 AS core
1313
1414ENV DEBIAN_FRONTEND="noninteractive"
1515
Original file line number Diff line number Diff line change 99# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
1010# See the License for the specific language governing permissions and limitations under the License.
1111
12- FROM ubuntu:20.04 AS core
12+ FROM public.ecr.aws/ubuntu/ ubuntu:20.04 AS core
1313
1414ARG DEBIAN_FRONTEND="noninteractive"
1515
Original file line number Diff line number Diff line change 99# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
1010# See the License for the specific language governing permissions and limitations under the License.
1111
12- FROM amazonlinux:2 AS core
12+ FROM public.ecr.aws/amazonlinux/ amazonlinux:2 AS core
1313
1414ENV EPEL_REPO="https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
1515
Original file line number Diff line number Diff line change 99# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
1010# See the License for the specific language governing permissions and limitations under the License.
1111
12- FROM ubuntu:18.04 AS core
12+ FROM public.ecr.aws/ubuntu/ ubuntu:18.04 AS core
1313
1414ENV DEBIAN_FRONTEND="noninteractive"
1515
Original file line number Diff line number Diff line change 99# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
1010# See the License for the specific language governing permissions and limitations under the License.
1111
12- FROM ubuntu:18.04 AS core
12+ FROM public.ecr.aws/ubuntu/ ubuntu:18.04 AS core
1313
1414ENV DEBIAN_FRONTEND="noninteractive"
1515
You can’t perform that action at this time.
0 commit comments