Skip to content

Changes

Summary

  1. osmo-*-master: Invalidate docker cache when CentOS repo changes (details)
Commit 0cb56e4bc79ddf50a31c51e4abee1b200b49cbde by laforge
osmo-*-master: Invalidate docker cache when CentOS repo changes

We currently only invalidate the cache if the Debian repository changes,
but not if the CentOS repository changes.  This leads to strange
artefacts, such as CentOS containers for osmo-bts-master using an
old libosmocore, despite a new one being available in the repo.

As Dockerfiles don't support conditional "ADD", we need to actually
add both the CentOS and the Debian repsotiry file, so any change
in either of the two will now (unneccessarily) invalidate the cache
for both Debian and CentOS builds.

Change-Id: I7b13644afb9d3be3b94184193177e003c13718d3
The file was modified osmo-ggsn-master/Dockerfile
The file was modified osmo-remsim-master/Dockerfile
The file was modified osmo-nitb-master/Dockerfile
The file was modified osmo-sip-master/Dockerfile
The file was modified osmo-bts-master/Dockerfile
The file was modified osmo-sgsn-master/Dockerfile
The file was modified osmo-mgw-master/Dockerfile
The file was modified osmo-smlc-master/Dockerfile
The file was modified osmo-msc-master/Dockerfile
The file was modified osmo-bsc-master/Dockerfile
The file was modified osmo-stp-master/Dockerfile
The file was modified osmo-hlr-master/Dockerfile
The file was modified osmo-hnbgw-master/Dockerfile
The file was modified osmo-pcu-master/Dockerfile