We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c94b3e + f7c6c2e commit eafc6a8Copy full SHA for eafc6a8
examples/nginx/app/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM public.ecr.aws/nginx/nginx:1.21.1
+FROM public.ecr.aws/runecast/nginx:1.21.1-alpine
2
WORKDIR "/tmp"
3
COPY --from=aws-lambda-adapter:latest /opt/bootstrap /opt/bootstrap
4
ADD config/ /etc/nginx/
examples/springboot/app/Dockerfile
-FROM amd64/maven as build-image
+FROM public.ecr.aws/sam/build-java8.al2:latest as build-image
WORKDIR "/task"
COPY src src/
COPY pom.xml ./
0 commit comments