Initial commit
This commit is contained in:
commit
169f2bb88c
4
debian-latest/Dockerfile
Normal file
4
debian-latest/Dockerfile
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
FROM debian:latest
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get -y install wget curl build-essential cmake libpq-dev zlib1g-dev libssl-dev libcurl4-openssl-dev libmariadb-dev libpq-dev
|
||||||
|
RUN apt-get -y install jq git
|
4
debian-latest/publish.sh
Executable file
4
debian-latest/publish.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
docker build -t buildenv:debian-latest . && \
|
||||||
|
docker tag buildenv:debian-latest docker.panel2.viceunderdogs.com/buildenv:debian-latest && \
|
||||||
|
docker push docker.panel2.viceunderdogs.com/buildenv:debian-latest
|
3
ubuntu-latest/Dockerfile
Normal file
3
ubuntu-latest/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
FROM catthehacker/ubuntu:act-latest
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get -y install wget curl build-essential cmake libpq-dev zlib1g-dev
|
4
ubuntu-latest/publish.sh
Executable file
4
ubuntu-latest/publish.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
docker build -t buildenv:ubuntu-latest . && \
|
||||||
|
docker tag buildenv:ubuntu-latest docker.panel2.viceunderdogs.com/buildenv:ubuntu-latest && \
|
||||||
|
docker push docker.panel2.viceunderdogs.com/buildenv:ubuntu-latest
|
Loading…
Reference in New Issue
Block a user