Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Christopher Crone 1829fd1952 Bump Golang, dep, alpine
- Golang 1.12.2 to 1.12.4
- dep 0.5.0 to 0.5.1
- alpine 3.9.2 to 3.9.3

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2019-04-17 11:52:30 +02:00
Simon Ferquel b8895daccf
Merge pull request #501 from silvin-lubecki/bump-golang-1.12.2
Bump golang 1.12.1 -> 1.12.2
2019-04-10 11:28:30 +02:00
Jean-Christophe Sirot 2e083245e8 Update the Makefiles and Jenkinsfiles to prepare the release of Docker App
Fix these issues:
- BUILD_ID tag was not propagated to invocation image build therefore there was a
  mismatch between the binary and the invocation image version.
- The TAG env var was not set when building a release on Jenkins which lead to release the
  binaries with an incorrect version and publish the base invocation image
  with an invalid tag. This patch ensure that both TAG and BUILD_TAG are set to the same
  value. When a tag is built, TAG and BUILD_TAG are set to the name of the tag
- Fix github repository name in release stage when pushing the binaries

Signed-off-by: Jean-Christophe Sirot <jean-christophe.sirot@docker.com>
2019-04-08 17:48:02 +02:00
Silvin Lubecki 12ca8b4df4 Bump golang 1.12.1 -> 1.12.2
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
2019-04-08 16:40:53 +02:00
Nick Adcock 6f71656b02 updated go to v1.12.1 and alpine to 3.9.2
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2019-03-18 11:19:06 +00:00
Simon Ferquel 5168e5b508 Ground work for non-root
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
2019-03-15 10:07:47 +00:00
Djordje Lukic 9feeadb49f Refactor invocation image build
There were two different ways to build an invocation image, with this
change there will be one and only one way.

Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2019-02-08 11:00:50 +01:00
Djordje Lukic 35822738a9 Build invocation image locally
Since we are using `docker context` that is not yet released we need to
cross-compile the master branch of the cli on Jenkins for our e2e tests
to run.
This takes a lot of time when not on Linux and it doesn't make sense to
do locally.

With the new Dockerfile.invocation-image it's possible to run
`make invocation-image` and build the invocation image without
recompiling the cli.

Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2019-02-06 17:56:27 +01:00