Skip to content

Commit

Permalink
fix: remove customization of base image
Browse files Browse the repository at this point in the history
Signed-off-by: Chenxiong Qi <[email protected]>
  • Loading branch information
tkdchen committed Jul 14, 2024
1 parent 91bc68f commit 0ca688e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,6 @@ jobs:
- run: |
make all-images push-all ns=quay.io/nitratecontainerstest version=4.13
build_based_on_f36:
name: Test build development version based on Fedora 36 only
runs-on: ubuntu-24.04
steps:
- run: sudo apt-get install -y make git podman python3-build
- uses: actions/checkout@v4
- run: |
make all-images \
baseimage=registry.fedoraproject.org/fedora:36 \
ns=quay.io/nitratecontainerstest
# A simple test to check if the launched instance is able to respond normally.
test_run:
name: Test Nitrate run
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile-base
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ARG base_image
FROM ${base_image:-registry.fedoraproject.org/fedora:38}
FROM registry.fedoraproject.org/fedora:38

ARG version=latest
# For mod_wsgi to store socket file.
Expand Down

0 comments on commit 0ca688e

Please sign in to comment.