File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:experimental
22# Test image that starts up containerd and the devmapper snapshotter. The default CMD will drop to a bash shell. Overrides
33# to CMD will be provided appended to /bin/bash -c
4- FROM golang:1.21-bullseye
4+ FROM public.ecr.aws/docker/library/ golang:1.21-bullseye
55ENV PATH="/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/local/go/bin"
66ENV INSTALLROOT="/usr/local"
77ENV DEBIAN_FRONTEND="noninteractive"
Original file line number Diff line number Diff line change 1111# express or implied. See the License for the specific language governing
1212# permissions and limitations under the License.
1313
14- FROM golang:1.21-bullseye
14+ FROM public.ecr.aws/docker/library/ golang:1.21-bullseye
1515
1616RUN apt-get update && apt-get install --yes --no-install-recommends \
1717 libprotobuf-dev=3.12.4-1+deb11u1 \
Original file line number Diff line number Diff line change 1111# express or implied. See the License for the specific language governing
1212# permissions and limitations under the License.
1313
14- FROM golang:1.21-bullseye
14+ FROM public.ecr.aws/docker/library/ golang:1.21-bullseye
1515
1616RUN apt-get update && \
1717 DEBIAN_FRONTEND=noninteractive apt-get -y install libseccomp-dev pkg-config
Original file line number Diff line number Diff line change 1111# express or implied. See the License for the specific language governing
1212# permissions and limitations under the License.
1313
14- FROM golang:1.21-bullseye
14+ FROM public.ecr.aws/docker/library/ golang:1.21-bullseye
Original file line number Diff line number Diff line change 1111# express or implied. See the License for the specific language governing
1212# permissions and limitations under the License.
1313
14- FROM debian:bullseye-slim
14+ FROM public.ecr.aws/docker/library/ debian:bullseye-slim
1515
1616RUN apt-get update && \
1717 DEBIAN_FRONTEND=noninteractive apt-get -y install \
You can’t perform that action at this time.
0 commit comments