Originally <as> is lowercased in present Dockerfile, which might
omit warnings upon build.
Fix this by uppercasing the <AS> instructions.
Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
NOTE: CI changes will be made in other PRs.
This one only covers the buildsystem / application part;
Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
Base busybox image seems to be unstable across different platforms.
Change it (for now) to be using base RUST image to at least
make it 100% working across different setups.
Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
- Use special build-env docker image that uses local project
directory (volume mount) to speedup build.
- Implement cgw-img (docker image) generation.
- Track cgw-img tag based on commit.
Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>