Compare commits
No commits in common. "95a7bb69157684faa809d642c4a590527e7942b4" and "6efbd28477d56061a1e560ece10f33100717e51e" have entirely different histories.
95a7bb6915
...
6efbd28477
3 changed files with 1 additions and 36 deletions
|
@ -1,11 +0,0 @@
|
||||||
stages:
|
|
||||||
- build
|
|
||||||
|
|
||||||
build:
|
|
||||||
stage: build
|
|
||||||
image:
|
|
||||||
name: gcr.io/kaniko-project/executor:debug
|
|
||||||
entrypoint: [""]
|
|
||||||
script:
|
|
||||||
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
|
|
||||||
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA --destination $CI_REGISTRY_IMAGE:latest
|
|
|
@ -1,22 +0,0 @@
|
||||||
pipeline:
|
|
||||||
publish:
|
|
||||||
image: plugins/docker
|
|
||||||
registry: registry.nulo.in
|
|
||||||
repo: registry.nulo.in/sutty/postgresql
|
|
||||||
tags:
|
|
||||||
- ${ALPINE_VERSION}
|
|
||||||
- latest
|
|
||||||
build_args:
|
|
||||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
|
||||||
- BASE_IMAGE=registry.nulo.in/sutty/monit
|
|
||||||
username: sutty
|
|
||||||
secrets:
|
|
||||||
- docker_password
|
|
||||||
when:
|
|
||||||
branch: antifascista
|
|
||||||
event: push
|
|
||||||
|
|
||||||
matrix:
|
|
||||||
ALPINE_VERSION:
|
|
||||||
- 3.13.6
|
|
||||||
- 3.14.2
|
|
|
@ -1,6 +1,4 @@
|
||||||
ARG ALPINE_VERSION=3.13.6
|
FROM sutty/monit:latest
|
||||||
ARG BASE_IMAGE=sutty/monit
|
|
||||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
|
||||||
MAINTAINER "f <f@sutty.nl>"
|
MAINTAINER "f <f@sutty.nl>"
|
||||||
|
|
||||||
ENV PGBASE /var/lib/postgresql
|
ENV PGBASE /var/lib/postgresql
|
||||||
|
|
Loading…
Reference in a new issue