-
Add support for Flux as an add-on
https://fluxcd.io/docs/installation/#bootstrap-with-terraform
-
I have config the docker 19.03.6 and nvidia-docker successfully.BUT ,when I test:
docker run --gpus all nvidia/cuda:10.0-base nvidia-smi
GET errors :
docker: Error response from daemon: OCI run…
-
In CRI spec, there is a Port-Forward method, which forwards a user request stream to a port of the container. (ref: [the original CRI streaming design document](https://docs.google.com/document/d/1OE_…
-
### 1. Issue or feature description
I am trying to run a Nvidia/CUDA Docker container from within an LXD container (so, a nested scenario). It seems, the only way to get such Nvidia Docker containe…
-
```Dockerfile
# syntax=docker/dockerfile:experimental
FROM python:3.6-alpine AS ms-python-wheel
WORKDIR /src
RUN --mount=type=cache,id=apk,sharing=locked,target=/var/cache/apk ln -vs /var/ca…
-
The CI Example in the Blog Post https://hub.docker.com/_/microsoft-dotnet-nightly-sdk/ relies on an `ubuntu-latest` base image to run the build and uses the `actions/setup-dotnet@v2` to setup the .NET…
-
Hi there.
# 1. Issue or feature description
Getting the following error when I [Running a Sample Workload](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/sample-workload.ht…
-
The `c3d/podman` repository is a fork of `containers/podman` focusing on bringing back compatibility with [`shimv2` runtimes][shimv2] such as
[Kata Containers][kata]
## Background
The shimV2 interfa…
-
Currently, Timoni can be used with Flux by building module instances in CI and pushing the resulting Kubernetes manifests to a container registry, from where Flux picks it up and applies the manifests…
-
## Description
Kustomizer allows you to take an artifact and a kustomize local repo to build a manifest. These can have duplicate manifests when specifying both the remote OCI artifact and the loca…