Skip to content

Commit

Permalink
Test build on newer version of Fedora docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed May 11, 2022
1 parent 7e964f7 commit 38ea0ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:34
FROM fedora:36

RUN dnf upgrade -y \
&& dnf install -y \
Expand Down
2 changes: 1 addition & 1 deletion build_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu -o pipefail

DOCKER_IMAGE=fedora:34
DOCKER_IMAGE=fedora:36

docker pull ${DOCKER_IMAGE}
docker run \
Expand Down
6 changes: 3 additions & 3 deletions build_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

set -eu -o pipefail

# docker build -t fedora_iso:34 .
# DOCKER_IMAGE=fedora:34
DOCKER_IMAGE=fedora_iso:34
# docker build -t fedora_iso:36 .
# DOCKER_IMAGE=fedora:36
DOCKER_IMAGE=fedora_iso:36
LIVECD_CACHE_PATH=/var/cache/live

# docker pull ${DOCKER_IMAGE}
Expand Down

0 comments on commit 38ea0ed

Please sign in to comment.