Compare commits
4 Commits
8fcc4bb189
...
base-image
| Author | SHA1 | Date | |
|---|---|---|---|
| e17375fec0 | |||
| 6f4a6fdedc | |||
| 143d912da8 | |||
| edeb0d808e |
@@ -16,6 +16,9 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: gitea/runner-images:ubuntu-latest
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
|||||||
@@ -1,22 +0,0 @@
|
|||||||
name: Run Actions
|
|
||||||
run-name: ${{ gitea.actor }} compiles
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- dev
|
|
||||||
- main
|
|
||||||
tags:
|
|
||||||
- '*.*.*'
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-and-push-image:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
packages: write
|
|
||||||
steps:
|
|
||||||
- name: Dump Environment Variables
|
|
||||||
run: |
|
|
||||||
env | sort
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM rockylinux:9
|
FROM rockylinux/rockylinux:9
|
||||||
|
|
||||||
RUN dnf update -y && \
|
RUN dnf update -y && \
|
||||||
dnf install -y \
|
dnf install -y \
|
||||||
@@ -11,6 +11,7 @@ RUN dnf update -y && \
|
|||||||
which \
|
which \
|
||||||
vim \
|
vim \
|
||||||
jq \
|
jq \
|
||||||
|
createrepo_c \
|
||||||
python3-pip && \
|
python3-pip && \
|
||||||
dnf group install -y "Development Tools" && \
|
dnf group install -y "Development Tools" && \
|
||||||
dnf clean all && \
|
dnf clean all && \
|
||||||
|
|||||||
Reference in New Issue
Block a user