Dockerfile using our debian image
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# vim:set ft=dockerfile:
|
# vim:set ft=dockerfile:
|
||||||
FROM debian:buster-slim
|
FROM cr.lan/debian-stable
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# vim:set ft=dockerfile:
|
# vim:set ft=dockerfile:
|
||||||
FROM debian:buster-slim
|
FROM cr.lan/debian-stable
|
||||||
|
|
||||||
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
|
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
|
||||||
RUN groupadd -r mysql && useradd -r -g mysql mysql
|
RUN groupadd -r mysql && useradd -r -g mysql mysql
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ spec:
|
|||||||
- name: path-to-image-context
|
- name: path-to-image-context
|
||||||
value: apps/mariadb/mariadb-prometheus
|
value: apps/mariadb/mariadb-prometheus
|
||||||
- name: path-to-dockerfile
|
- name: path-to-dockerfile
|
||||||
value: apps/mariadb/mariadb/mariadb/Dockerfile
|
value: apps/mariadb/mariadb-prometheus/Dockerfile
|
||||||
- name: image-name
|
- name: image-name
|
||||||
value: cr.lan/mariadb-prometheus-node-exporter
|
value: cr.lan/mariadb-prometheus-node-exporter
|
||||||
workspaces:
|
workspaces:
|
||||||
|
|||||||
Reference in New Issue
Block a user