Compare commits

...

5 commits

Author SHA1 Message Date
f b1303ef0b4
Merge branch 'antifascista' of https://gitea.nulo.in/Sutty/containers-monit into antifascista
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-28 12:34:07 -03:00
f 7d84f1ad9a
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista 2023-09-28 12:32:54 -03:00
f 5085c7e8df
feat: alpine 3.18.4 2023-09-28 12:24:44 -03:00
f 1233c89aff fix: use proper namespaces 2023-08-24 11:50:53 -03:00
f 9b66b4cbc7 BREAKING CHANGE: change base container 2023-08-22 15:43:53 -03:00
2 changed files with 4 additions and 5 deletions

View file

@ -12,7 +12,7 @@ pipeline:
- "RUBY_VERSION=${RUBY_VERSION}"
- "RUBY_PATCH=${RUBY_PATCH}"
- "ALPINE_VERSION=${ALPINE_VERSION}"
- "BASE_IMAGE=gitea.nulo.in/sutty/monit"
- "BASE_IMAGE=gitea.nulo.in/sutty/sutty"
purge: false
secrets:
- "DOCKER_PASSWORD"
@ -21,7 +21,7 @@ pipeline:
event: "push"
matrix:
include:
- ALPINE_VERSION: "3.18.3"
- ALPINE_VERSION: "3.18.4"
RUBY_VERSION: "3.2"
RUBY_PATCH: "2"
- ALPINE_VERSION: "3.17.5"

View file

@ -1,5 +1,5 @@
ARG ALPINE_VERSION=3.13.6
ARG BASE_IMAGE=alpine
ARG ALPINE_VERSION=3.18.3
ARG BASE_IMAGE=gitea.nulo.in/sutty/sutty
FROM ${BASE_IMAGE}:${ALPINE_VERSION} as build
ARG RUBY_VERSION=2.7
ARG RUBY_PATCH=5
@ -11,7 +11,6 @@ COPY ./rubygems-platform-musl.patch /tmp/
RUN cd /usr/lib/ruby/${RUBY_VERSION}.0 && patch -Np 0 -i /tmp/rubygems-platform-musl.patch || true
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
ARG ALPINE_VERSION
MAINTAINER "f <f@sutty.nl>"
ARG RUBY_VERSION
ARG RUBY_PATCH