Add checks to verifiy if a new build is needed
This checks if the source materials (python image, Netbox commit,
netbox-docker commit) have changed since the last build. This check is done
by comparing the digest and commit ids from the previous image with the
given tag to the current values taken from the Git and Docker repositories.

The checks are only performed for builds by the automated builds on Github.
1 parent ed0d099 commit 8e34f46bad21d9467a8e5c24b7b31350e8a0deaf
@Tobias Genannt Tobias Genannt authored on 8 Apr 2020
Showing 3 changed files
View
Dockerfile
View
build-functions/get-public-image-config.sh 0 → 100644
View
build.sh