build_torcx_store: Stop building the old LTS image

The new Docker release schedule has a new release every six months
after 18.09, which has a support period longer than our current LTS
versions.  Drop the LTS torcx image and let Docker versions promote
normally again.
This commit is contained in:
David Michael 2018-07-26 13:45:04 +00:00
parent 73d2dc45b5
commit fc8fae97a9

View File

@ -232,7 +232,6 @@ DEFAULT_IMAGES=(
# generated manifest, but won't be included in the vendor store.
EXTRA_IMAGES=(
=app-torcx/docker-17.03
=app-torcx/docker-18.03
)
mkdir -p "${BUILD_DIR}"