Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
128 changes: 0 additions & 128 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 0 additions & 25 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,31 +176,6 @@ COPY --from=build-src /usr/share/licenses/testsys /licenses/testsys

CMD dockerd --storage-driver vfs &>/dev/null & ./vsphere-k8s-cluster-resource-agent

# =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^=
# Builds the Metal K8s cluster resource agent image
FROM public.ecr.aws/amazonlinux/amazonlinux:2 as metal-k8s-cluster-resource-agent

RUN yum install -y \
openssh-clients \
tar \
&& yum clean all
RUN amazon-linux-extras install -y docker

# Copy eksctl
COPY --from=tools /eksctl /usr/bin/eksctl
COPY --from=tools /licenses/eksctl /licenses/eksctl

# Copy kubectl
COPY --from=tools /kubectl /usr/local/bin/kubectl
COPY --from=tools /licenses/kubernetes /licenses/kubernetes

# Copy binary
COPY --from=build-src /src/bottlerocket/agents/bin/metal-k8s-cluster-resource-agent ./
# Copy licenses
COPY --from=build-src /usr/share/licenses/testsys /licenses/testsys

CMD dockerd --storage-driver vfs &>/dev/null & ./metal-k8s-cluster-resource-agent

# =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^=
# Builds the ECS test agent image
FROM public.ecr.aws/amazonlinux/amazonlinux:2 as ecs-test-agent
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TESTSYS_BUILD_GOPROXY ?= direct
# project
AGENT_IMAGES = sonobuoy-test-agent ec2-resource-agent eks-resource-agent ecs-resource-agent \
migration-test-agent vsphere-vm-resource-agent vsphere-k8s-cluster-resource-agent \
ecs-test-agent k8s-workload-agent ecs-workload-agent metal-k8s-cluster-resource-agent \
ecs-test-agent k8s-workload-agent ecs-workload-agent \
ec2-karpenter-resource-agent

# The set of container images. Add additional artifacts here when added
Expand Down
1 change: 0 additions & 1 deletion bottlerocket/agents/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ k8s-openapi = { version = "0.21", default-features = false, features = ["v1_24"]
kube = { version = "0.88", default-features = false, features = ["config", "derive", "client"] }
log = "0.4"
maplit = "1"
openssh = { version = "0.10", features = ["native-mux"] }
testsys-model = { version = "0.0.17", path = "../../model" }
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "blocking"] }
resource-agent = { version = "0.0.17", path = "../../agent/resource-agent" }
Expand Down

This file was deleted.

Loading