Dockerfile using our debian image
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# vim:set ft=dockerfile:
|
||||
FROM debian:buster-slim
|
||||
FROM cr.lan/debian-stable
|
||||
|
||||
RUN set -ex; \
|
||||
apt-get update; \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# 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
|
||||
RUN groupadd -r mysql && useradd -r -g mysql mysql
|
||||
|
||||
@@ -13,7 +13,7 @@ spec:
|
||||
- name: path-to-image-context
|
||||
value: apps/mariadb/mariadb-prometheus
|
||||
- name: path-to-dockerfile
|
||||
value: apps/mariadb/mariadb/mariadb/Dockerfile
|
||||
value: apps/mariadb/mariadb-prometheus/Dockerfile
|
||||
- name: image-name
|
||||
value: cr.lan/mariadb-prometheus-node-exporter
|
||||
workspaces:
|
||||
|
||||
Reference in New Issue
Block a user