1
0
mirror of https://github.com/netbox-community/netbox-docker.git synced 2025-06-12 05:41:51 +03:00

11 Commits

Author SHA1 Message Date
858611ad67 Check if the new image tag exists 2023-04-27 09:32:42 +02:00
b131b07af8 Simplified basse image check 2023-03-16 07:50:24 +01:00
4ce89f9209 Added check for commands to all scripts 2023-03-15 13:02:25 +01:00
fb5bacc4b4 Replaced curl with Skopeo for in image functions 2023-03-15 09:32:37 +01:00
eef45c8197 Using new GITHUB_OUTPUT method 2023-01-28 15:49:13 +01:00
cee1b5b079 Build ARM64 images 2022-07-15 15:06:16 +02:00
30a7aa0e9c Group the build output in GitHub Action 2021-10-05 11:08:16 +02:00
04ac3d5f4b Format shell scripts with shfmt 2021-02-08 18:56:30 +01:00
d84c399c00 Let "latest" tag follow the highest version
Latest tag is now added to the new version when it is release by Netbox.
2020-04-09 08:17:05 +02:00
794fb45e0e Fix shellcheck items found by shellcheck 0.7.1 2020-04-08 16:06:55 +02:00
8e34f46bad 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.
2020-04-08 15:50:06 +02:00