Commit Graph

6 Commits

Author SHA1 Message Date
vass c80b593fb6 Rename install-docker to ensure-docker for consistency
The old role will be kept and include ensure-docker for backwards compatability.

Change-Id: Icb76a954b04631c405b09eb54343fd852a511b83
2020-04-04 15:41:29 -04:00
Jean-Philippe Evrard ad1bc75197 Revert "Explicitly store date facts for promote"
This reverts commit ef7ab67356.

It does not work, because running setup is not
allowed in promote pipelines (even if it's a partial
fact gathering). This is a problem, as it will
cause all the promote pipelines to fail.

It should therefore be reverted as fast as possible.

Change-Id: Ib0b6ef059da4c65102343d7b4f26fee6be180ebc
2019-06-07 07:21:36 +00:00
Jean-Philippe Evrard ef7ab67356 Explicitly store date facts for promote
It would be convenient to use date when promoting an image.
This gives the opportunity to freeze an image on dockerhub for
example, and keep an always rolling image at the same time.

Without this patch, ansible_date_time is not exposed on the
runner, which prevents its use.

Change-Id: I8798c64e8516a45cc87ad2e3c082edc5e3e1f044
2019-06-04 16:32:54 +00:00
James E. Blair 71101557ba Revert "Docker: use the buildset registry if defined"
This reverts commit 3fa0c21024.

It makes more sense to put this in jobs that know about the
intermediate registry.

Change-Id: I2f64b3a0a7cf66b76597c607b5bee06189c8a321
2019-03-08 12:55:57 -08:00
James E. Blair 3fa0c21024 Docker: use the buildset registry if defined
If the docker build jobs see that a buildset_registry is defined
(i.e., they are running in a job graph where an earlier job ran
a buildset registry) automatically use that registry.

Change-Id: Ied7730b793a02204921a2e76f8474fcce534ac77
2019-03-07 13:04:22 -08:00
James E. Blair 2b7689ba00 Add docker image build jobs
These are generic docker image build and upload jobs which use
the recently added roles of the same names.  With the new
pass-to-parent feature, child jobs can add their own credentials
to these jobs.

Change-Id: I669a9e6616a031837adab8c5c5806431fcca2150
2019-01-22 09:02:44 -08:00