custom image
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
@@ -4,7 +4,7 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: gitea.gregorlohaus.com/gregor/graal
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
|
|||||||
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
FROM postgres:15.17-trixie
|
||||||
|
RUN apt update
|
||||||
|
RUN apt install -y curl wget zip unzip build-essential zlib1g-dev
|
||||||
|
RUN curl -s "https://get.sdkman.io?ci=true" | bash
|
||||||
|
SHELL ["/bin/bash", "-c"]
|
||||||
|
RUN source "/root/.sdkman/bin/sdkman-init.sh" \
|
||||||
|
&& sdk install java 25.0.2-graalce \
|
||||||
|
&& sdk install gradle
|
||||||
|
ENV POSTGRES_PASSWORD=gtransfer
|
||||||
|
ENV POSTGRES_USER=gtransfer
|
||||||
|
ENV POSTGRES_DB=gtransfer
|
||||||
|
ENTRYPOINT ["/bin/bash"]
|
||||||
Reference in New Issue
Block a user