mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-11 11:03:29 +00:00
Compare commits
No commits in common. "c97ef43629cb15bd0d569b6f09e65b55f2e51a40" and "df57e4cb79224333e92b23ffe7181b5eaf7cc156" have entirely different histories.
c97ef43629
...
df57e4cb79
@ -189,19 +189,6 @@ borg:
|
|||||||
changes:
|
changes:
|
||||||
- borg/*
|
- borg/*
|
||||||
|
|
||||||
shields:
|
|
||||||
stage: build
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
script:
|
|
||||||
- cd shields
|
|
||||||
- make push
|
|
||||||
only:
|
|
||||||
variables:
|
|
||||||
- $CI_COMMIT_REF_PROTECTED == "true"
|
|
||||||
changes:
|
|
||||||
- shields/*
|
|
||||||
|
|
||||||
.docker_init: &docker_init |
|
.docker_init: &docker_init |
|
||||||
if ! docker info &>/dev/null; then
|
if ! docker info &>/dev/null; then
|
||||||
if [ -z "${DOCKER_HOST}" -a "${KUBERNETES_PORT}" ]; then
|
if [ -z "${DOCKER_HOST}" -a "${KUBERNETES_PORT}" ]; then
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
NAMESPACE=alemairebe
|
|
||||||
include version
|
|
||||||
|
|
||||||
IMAGE=shields
|
|
||||||
|
|
||||||
push: get decompress build
|
|
||||||
|
|
||||||
get:
|
|
||||||
wget https://github.com/badges/shields/archive/$(VERSION).tar.gz
|
|
||||||
|
|
||||||
decompress:
|
|
||||||
tar -xf $(VERSION).tar.gz
|
|
||||||
|
|
||||||
build:
|
|
||||||
docker buildx build --platform linux/amd64,linux/arm64 --push \
|
|
||||||
--cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \
|
|
||||||
--cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \
|
|
||||||
--tag ${NAMESPACE}/${IMAGE}:$(VERSION) \
|
|
||||||
--tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) shields-$(VERSION)
|
|
@ -1 +0,0 @@
|
|||||||
VERSION=server-2021-03-01
|
|
Loading…
Reference in New Issue
Block a user