Commit Graph

5 Commits

Author SHA1 Message Date
Peter Dave Hello 105b7dfc1c Simplify and unify apk usage in Dockerfiles (#3407)
Replace `apk update` and `--update` flags with `--no-cache` across
Dockerfiles to improve consistency and eliminate unnecessary cache files.

This change reduces image size and ensures up-to-date package indices
without leaving temporary data. It also aligns with best practices
recommended for Alpine-based Docker images.
2025-04-30 02:55:34 +04:00
Matthew R Kasun 273116d55d Merge branch 'master' into release_v0.17.0 2022-12-06 10:31:24 -05:00
Matthew R. Kasun 1e76131672 rm arch from dockerfile 2022-12-02 14:33:14 -05:00
Matthew R. Kasun e97566f069 update to go 1.19
docker files need to be updated as go-builder is built on
golang:1.19-alpine3.16 so base image for netmaker/netclient
needs to be updated to apline3.16 as well
2022-11-10 16:06:03 -05:00
Matthew R. Kasun d34cf98932 delete wg interfaces on netclient docker shutdown 2022-05-26 09:58:35 -04:00