diff --git a/Dockerfile.base.busybox b/base.busybox.Dockerfile similarity index 100% rename from Dockerfile.base.busybox rename to base.busybox.Dockerfile diff --git a/base.busybox.yaml b/base.busybox.yaml new file mode 100644 index 0000000..a8e93fd --- /dev/null +++ b/base.busybox.yaml @@ -0,0 +1,13 @@ +services: + gentoo-base-busybox: + image: registry.ceamac.ro/gentoo-base-busybox + restart: always + build: + context: . + dockerfile: base.busybox.Dockerfile + tags: + - "registry.ceamac.ro/gentoo-base-busybox" + + command: /bin/sh + #stdin_open: true + #tty: true