Skip to content

Commit

Permalink
Merge pull request #792 from pendo324/use-ecr-public-images
Browse files Browse the repository at this point in the history
use ECR public images
  • Loading branch information
pendo324 authored Aug 27, 2024
2 parents a3e4023 + d733b31 commit 2943ac2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile.integ-test
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:experimental
# Test image that starts up containerd and the devmapper snapshotter. The default CMD will drop to a bash shell. Overrides
# to CMD will be provided appended to /bin/bash -c
FROM golang:1.21-bullseye
FROM public.ecr.aws/docker/library/golang:1.21-bullseye
ENV PATH="/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/local/go/bin"
ENV INSTALLROOT="/usr/local"
ENV DEBIAN_FRONTEND="noninteractive"
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile.proto-builder
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.

FROM golang:1.21-bullseye
FROM public.ecr.aws/docker/library/golang:1.21-bullseye

RUN apt-get update && apt-get install --yes --no-install-recommends \
libprotobuf-dev=3.12.4-1+deb11u1 \
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile.runc-builder
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.

FROM golang:1.21-bullseye
FROM public.ecr.aws/docker/library/golang:1.21-bullseye

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get -y install libseccomp-dev pkg-config
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile.stargz-builder
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.

FROM golang:1.21-bullseye
FROM public.ecr.aws/docker/library/golang:1.21-bullseye
2 changes: 1 addition & 1 deletion tools/image-builder/Dockerfile.debian-image
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.

FROM debian:bullseye-slim
FROM public.ecr.aws/docker/library/debian:bullseye-slim

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get -y install \
Expand Down

0 comments on commit 2943ac2

Please sign in to comment.