Merge upstream and update Gemfile.lock

This commit is contained in:
2020-01-26 03:31:36 -05:00
parent 12bc37ec52
commit b1f816924a
50 changed files with 1654 additions and 202 deletions

View File

@@ -1,13 +1,2 @@
cmd: '{FILE_ACTIVE}'
cmd: '{FILE_ACTIVE} {FILE_ACTIVE_PATH}'
name: 'Run build.sh'
targets:
Persistent F31 container:
cmd: 'run-with-podman.sh --file {FILE_ACTIVE} --file-path {FILE_ACTIVE_PATH} --mode 1 --mask-dir RPMS --image fedora:latest --force-systemd -- -d -b'
Reset and run persistent F31 container:
cmd: 'run-with-podman.sh --file {FILE_ACTIVE} --file-path {FILE_ACTIVE_PATH} --mode 2 --mask-dir RPMS --image fedora:latest --force-systemd -- -d -b'
Nonpersistent F31 container w/ output:
cmd: 'run-with-podman.sh --file {FILE_ACTIVE} --file-path {FILE_ACTIVE_PATH} --mode 0 --image jekyll:latest'
Persistent F31 container w/ output:
cmd: 'run-with-podman.sh --file {FILE_ACTIVE} --file-path {FILE_ACTIVE_PATH} --mode 1 --image fedora:latest --force-systemd -- -d -b'
Reset and run persistent F31 container w/ output:
cmd: 'run-with-podman.sh --file {FILE_ACTIVE} --file-path {FILE_ACTIVE_PATH} --mode 2 --image fedora:latest --force-systemd -- -d -b'

View File

@@ -1,7 +1,7 @@
FROM jekyll/jekyll
COPY --chown=jekyll:jekyll Gemfile .
COPY --chown=jekyll:jekyll Gemfile.lock .
#COPY --chown=jekyll:jekyll Gemfile.lock .
RUN bundle install --clean

View File

@@ -241,11 +241,10 @@ GEM
PLATFORMS
ruby
x64-mingw32
DEPENDENCIES
github-pages (= 197)
jekyll-paginate
BUNDLED WITH
1.17.3
2.0.2

View File

@@ -10,13 +10,14 @@
# jekyll:latest \
# bundle update
podman build -t atomjekylltemp .
podman build -t atomjekylltemp "$1"
podman run \
--rm \
-it \
-p 4000:4000 \
-v "$PWD:/srv/jekyll" \
-v "$PWD/vendor/bundle:/usr/local/bundle" \
localhost/atomjekylltemp
-v "${1}:/srv/jekyll" \
-v "${1}/vendor/bundle:/usr/local/bundle" \
localhost/atomjekylltemp \
/bin/bash
#podman rmi localhost/atomjekylltemp