Skip to content

Commit

Permalink
add custom dev container
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Nov 10, 2023
1 parent 8a4369b commit 038a0db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dev/Containerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# SPDX-FileCopyrightText: The kube-custom-resources-rs Authors
# SPDX-License-Identifier: 0BSD

FROM docker.io/mikefarah/yq:4.35.2 AS yq
FROM docker.io/metio/devcontainers-rust:latest

COPY --from=yq /usr/bin/yq /usr/bin/yq
RUN cargo install kopium

0 comments on commit 038a0db

Please sign in to comment.