Skip to content

Commit

Permalink
Bump Fuseki to 4.9.0
Browse files Browse the repository at this point in the history
Update to latest version of Fuseki.  Also update to latest version of
Ubuntu 22.04 vagrant box.  Update rack-box README.md as well.
  • Loading branch information
tuxji committed Jul 24, 2023
1 parent 8514558 commit c1d85ea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assemble-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
- name: Download Fuseki
shell: bash
run: |
curl -LSfs https://archive.apache.org/dist/jena/binaries/apache-jena-fuseki-4.7.0.tar.gz -o RACK/rack-box/files/fuseki.tar.gz
curl -LSfs https://archive.apache.org/dist/jena/binaries/apache-jena-fuseki-4.9.0.tar.gz -o RACK/rack-box/files/fuseki.tar.gz
- name: Download Apache Jena
shell: bash
run: |
curl -LSfs https://archive.apache.org/dist/jena/binaries/apache-jena-4.7.0.tar.gz -o RACK/rack-box/files/jena.tar.gz
curl -LSfs https://archive.apache.org/dist/jena/binaries/apache-jena-4.9.0.tar.gz -o RACK/rack-box/files/jena.tar.gz
- name: Download SemTK
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-virtual-machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Download base box for virtual machine
run: |
curl -LOSfs https://app.vagrantup.com/ubuntu/boxes/jammy64/versions/20230302.0.0/providers/virtualbox.box
curl -LOSfs https://app.vagrantup.com/ubuntu/boxes/jammy64/versions/20230720.0.0/providers/virtualbox.box
mkdir -p RACK/rack-box/jammy64
tar -xf virtualbox.box -C RACK/rack-box/jammy64
rm -f virtualbox.box
Expand Down
21 changes: 9 additions & 12 deletions rack-box/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,9 @@ although we will mention each file here as well:
--exclude=.github --exclude=assist --exclude=cli --exclude=rack-box
--exclude=tests --exclude=tools RACK`)

- `jammy64\*`: Unpack the most recent Ubuntu 22.04 vagrant box here
(`curl -LOSfs
https://app.vagrantup.com/ubuntu/boxes/jammy64/versions/20230302.0.0/providers/virtualbox.box
&& tar -xf virtualbox.box -C RACK/rack-box/jammy64`)
- `jammy64\*`: Download latest Ubuntu 22.04 vagrant box from
<https://app.vagrantup.com/ubuntu/boxes/jammy64>, unpacking it in a
`jammy64` folder (`tar -xf virtualbox.box -C RACK/rack-box/jammy64`)

Once you have put these files into the `files` subdirectory, skip to
[Build the rack-box images](#Build-the-rack-box-images) for the next
Expand Down Expand Up @@ -139,21 +138,19 @@ You will need to install [Packer](https://www.packer.io/) if you don't
have it. Packer will read instructions from the rack-box JSON files
and use files in the `files`, `http`, and `scripts` directories to
build the rack-box images. The following Packer commands will build
Docker, Hyper-V, and VirtualBox rack-box images:
Docker and VirtualBox rack-box images:

packer build rack-box-docker.json
packer build rack-box-hyperv.json
packer build rack-box-virtualbox.json

When Packer finishes these build commands, it will save the Docker
rack-box image in your local Docker image cache and save the Hyper-V &
VirtualBox rack-box images to new subdirectories called
`output-hyperv-iso` and `output-virtualbox-ovf`. Your Hyper-V and
VirtualBox GUI program can import these subdirectories directly into
newly created virtual machines.
rack-box image in your local Docker image cache and save the
VirtualBox rack-box image to a new subdirectory called
`output-virtualbox-ovf`. Your VirtualBox application can import the
image from that subdirectory to create a new virtual machine.

---
Copyright (c) 2021, General Electric Company, Galois, Inc.
Copyright (c) 2021-2023, General Electric Company, Galois, Inc.

All Rights Reserved

Expand Down

0 comments on commit c1d85ea

Please sign in to comment.