This commit is contained in:
f 2021-09-29 15:50:23 -03:00
parent e22e5ffbf5
commit 1aa8a03198
2 changed files with 25 additions and 1 deletions

22
.woodpecker.yml Normal file
View file

@ -0,0 +1,22 @@
pipeline:
publish:
image: plugins/docker
registry: registry.nulo.in
repo: registry.nulo.in/sutty/containers-gem-compiler
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/containers-sdk-ruby
username: sutty
secrets:
- docker_password
when:
branch: antifascista
event: push
matrix:
ALPINE_VERSION:
- 3.13.6
- 3.14.2

View file

@ -1,4 +1,6 @@
FROM sutty/sdk-ruby:latest
ARG BASE_IMAGE=sutty/sdk-ruby
ARG ALPINE_VERSION=3.13.6
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
MAINTAINER "f <f@sutty.nl>"
ENV GEM=none