Skip to content

Commit

Permalink
Reorganize bootstrap script; Add Linux Mint 21, Debian bookworm, Fedo…
Browse files Browse the repository at this point in the history
…ra 37, and Rocky Linux 9
  • Loading branch information
stephengtuggy committed Dec 11, 2022
1 parent d3d964d commit f404426
Show file tree
Hide file tree
Showing 6 changed files with 892 additions and 547 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Anchore-Container-Scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,20 @@ jobs:
- FROM: 'ubuntu:focal'
- FROM: 'ubuntu:bionic'
- FROM: 'ubuntu:xenial'
- FROM: 'linuxmintd/mint21-amd64'
- FROM: 'linuxmintd/mint20-amd64'
- FROM: 'debian:bookworm'
- FROM: 'debian:bullseye'
- FROM: 'debian:buster'
- FROM: 'debian:stretch'
- FROM: 'opensuse/leap'
- FROM: 'fedora:37'
- FROM: 'fedora:36'
- FROM: 'fedora:35'
- FROM: 'fedora:34'
- FROM: 'rockylinux/rockylinux'
- FROM: 'rockylinux:9'
- FROM: 'rockylinux:8'
- FROM: 'manjarolinux/base'

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/gh-actions-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,26 @@ jobs:
- FROM: 'ubuntu:focal'
- FROM: 'ubuntu:bionic'
- FROM: 'ubuntu:xenial'
- FROM: 'linuxmintd/mint21-amd64'
- FROM: 'linuxmintd/mint20-amd64'
- FROM: 'debian:bookworm'
- FROM: 'debian:bullseye'
- FROM: 'debian:buster'
- FROM: 'debian:stretch'
- FROM: 'opensuse/leap'
- FROM: 'fedora:37'
- FROM: 'fedora:36'
- FROM: 'fedora:35'
- FROM: 'fedora:34'
- FROM: 'rockylinux/rockylinux'
- FROM: 'rockylinux:9'
- FROM: 'rockylinux:8'
- FROM: 'manjarolinux/base'

steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
submodules: false

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/gh-actions-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,29 @@ jobs:
- FROM: 'ubuntu:focal'
- FROM: 'ubuntu:bionic'
- FROM: 'ubuntu:xenial'
- FROM: 'linuxmintd/mint21-amd64'
- FROM: 'linuxmintd/mint20-amd64'
- FROM: 'debian:bookworm'
- FROM: 'debian:bullseye'
- FROM: 'debian:buster'
- FROM: 'debian:stretch'
- FROM: 'opensuse/leap'
- FROM: 'fedora:37'
- FROM: 'fedora:36'
- FROM: 'fedora:35'
- FROM: 'fedora:34'
- FROM: 'rockylinux/rockylinux'
- FROM: 'rockylinux:9'
- FROM: 'rockylinux:8'
- FROM: 'manjarolinux/base'

steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
submodules: false

# where in a pull request we want to move to the head of the PR and not be at the
# merge commit; here we want to be at the HEAD of the ref

- name: Extract tag name etc
shell: bash
run: |
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile
#
# Copyright (C) 2020 Stephen G. Tuggy <[email protected]>
# Copyright (C) 2020-2022 Stephen G. Tuggy and other Vega Strike contributors
#
# This file is part of Vega Strike.
#
Expand All @@ -24,4 +24,4 @@ WORKDIR /usr/src/build-system-docker-images

COPY script/ script/

RUN DEBIAN_FRONTEND=noninteractive script/bootstrap
RUN DEBIAN_FRONTEND=noninteractive script/bootstrap 1
Loading

0 comments on commit f404426

Please sign in to comment.