]> git.proxmox.com Git - mirror_frr.git/commit
docker: update alpine build enable set own version
authorStephen Worley <sworley@nvidia.com>
Tue, 4 Jan 2022 18:14:51 +0000 (13:14 -0500)
committerStephen Worley <sworley@nvidia.com>
Tue, 4 Jan 2022 18:14:51 +0000 (13:14 -0500)
commit3728cc8e12c7504b0508ccd4008516e839a2bf18
tree070bc01e3a014a6186848db98bfd1568da9c4004
parent3f6548c5421e2bf0b0d1b61fd37eb8e5a15a4c4e
docker: update alpine build enable set own version

Add ability to set your own env for the version of the docker
container alpine image. This is useful for applications like GNS3
who pin a specific version to look for when they boot up. When you build
locally to test your code you can just set the version to 0 so you don't
have to update configs/scripts looking for a specific image version.

Also fix a shebang in docker start for alpine.

Signed-off-by: Stephen Worley <sworley@nvidia.com>
docker/alpine/build.sh
docker/alpine/docker-start