From 2f6bda44f750cf7675655226edef1c6f3a6070bb Mon Sep 17 00:00:00 2001 From: vipsharm Date: Fri, 9 Sep 2022 15:17:06 -0700 Subject: [PATCH] =?UTF-8?q?Adding=20ubuntu=20c3os=20image=20changes,=20als?= =?UTF-8?q?o=20overlay=20files=20for=20different=20pr=E2=80=A6=20(#104)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adding ubuntu c3os image changes, also overlay files for different provider support. * Delete overlay directory Signed-off-by: vipsharm * Update Earthfile Signed-off-by: vipsharm * Revert "Delete overlay directory" This reverts commit cf1fe38fca4b6aedcd253d49b78d43684e6eaa47. * Delete overlay/k8s directory Signed-off-by: vipsharm * Update Dockerfile.ubuntu Signed-off-by: vipsharm Signed-off-by: vipsharm --- Earthfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index ed182d2..b0dc6da 100644 --- a/Earthfile +++ b/Earthfile @@ -226,6 +226,8 @@ docker: COPY overlay/files-opensuse-arm-rpi/ / ELSE IF [ "$FLAVOR" = "opensuse-arm-rpi" ] COPY overlay/files-opensuse-arm-rpi/ / + ELSE IF [ "$FLAVOR" = "ubuntu" ] + COPY overlay/files-ubuntu/ / END # Copy c3os binaries @@ -410,4 +412,4 @@ run-qemu-tests: ENV CLOUD_INIT=$CLOUD_CONFIG - RUN PATH=$PATH:$GOPATH/bin ginkgo --label-filter "$TEST_SUITE" --fail-fast -r ./tests/ \ No newline at end of file + RUN PATH=$PATH:$GOPATH/bin ginkgo --label-filter "$TEST_SUITE" --fail-fast -r ./tests/