-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move template tests, rm src dir (#1565)
- Loading branch information
1 parent
8a901f6
commit 3cf8461
Showing
102 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
FROM public.ecr.aws/aws-ec2/amazon-ec2-metadata-mock:v1.11.2 as aemm | ||
FROM public.ecr.aws/amazonlinux/amazonlinux:2 | ||
RUN amazon-linux-extras enable docker && \ | ||
yum install -y jq containerd wget which && \ | ||
wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 && \ | ||
chmod a+x /usr/local/bin/yq | ||
|
||
ENV IMDS_ENDPOINT=127.0.0.1:1338 | ||
COPY --from=aemm /ec2-metadata-mock /sbin/ec2-metadata-mock | ||
RUN mkdir -p /etc/systemd/system | ||
RUN mkdir -p /etc/eks/containerd | ||
COPY al2/runtime/ /etc/eks/ | ||
COPY shared/runtime/ /etc/eks/ | ||
COPY al2/runtime/containerd-config.toml al2/runtime/kubelet-containerd.service al2/runtime/pull-sandbox-image.sh al2/runtime/sandbox-image.service /etc/eks/containerd/ | ||
COPY al2/runtime/kubelet-config.json /etc/kubernetes/kubelet/kubelet-config.json | ||
COPY al2/runtime/kubelet-kubeconfig /var/lib/kubelet/kubeconfig | ||
COPY al2/runtime/ecr-credential-provider-config.json /etc/eks/image-credential-provider/config.json | ||
COPY test/entrypoint.sh /entrypoint.sh | ||
COPY al2/runtime/bin/* /usr/bin/ | ||
COPY test/mocks/ /sbin/ | ||
ENTRYPOINT ["/entrypoint.sh"] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.