Skip to content

Commit

Permalink
Merge pull request #51 from hallyn/2023-11-21/bump-mos
Browse files Browse the repository at this point in the history
bump mos to v0.0.26
  • Loading branch information
hallyn committed Nov 21, 2023
2 parents 0b9a8e5 + 32f25c0 commit 2656923
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,20 @@ jobs:
- name: Prepare environment
run: |
sudo add-apt-repository -y ppa:project-machine/squashfuse
sudo apt-get install ovmf pip squashfuse
sudo apt-get install mtools ovmf pip squashfuse
sudo pip install virt-firmware
sudo wget --progress=dot:mega -O /usr/bin/zot \
https://github.com/project-zot/zot/releases/download/v2.0.0-rc5/zot-linux-amd64-minimal
sudo chmod 755 /usr/bin/zot
which zot
sudo wget --progress=dot:mega -O /usr/bin/stacker \
https://github.com/project-stacker/stacker/releases/download/v1.0.0-rc5/stacker
sudo chmod 755 /usr/bin/stacker
which stacker
stacker --version
sudo wget --progress=dot:mega -O /usr/bin/trust \
https://github.com/project-machine/trust/releases/download/v0.0.9/trust-linux-amd64
https://github.com/project-machine/mos/releases/download/v0.0.26/trust-linux-amd64
sudo chmod 755 /usr/bin/trust
trust keyset add snakeoil
- name: build golang
Expand Down
2 changes: 1 addition & 1 deletion layers/mos/stacker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mos-build:
tag: build-krd
import:
- path: ${{MOSCTL_BINARY}}
dest: /imports/mosctl/
dest: /imports/mosctl/mosctl
- path: ${{ZOT_BINARY}}
dest: /imports/zot/
- zot-config.json
Expand Down
2 changes: 1 addition & 1 deletion subs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ KEYSET ?= snakeoil
DOCKER_BASE ?= docker://
UBUNTU_MIRROR ?= http://archive.ubuntu.com/ubuntu
KEYSET_D ?= $(HOME)/.local/share/machine/trust/keys/$(KEYSET)
MOSCTL_BINARY ?= https://github.com/project-machine/mos/releases/download/v0.0.14/mosctl
MOSCTL_BINARY ?= https://github.com/project-machine/mos/releases/download/v0.0.26/mosctl-linux-amd64
ZOT_BINARY ?= https://github.com/project-zot/zot/releases/download/v2.0.0-rc5/zot-linux-amd64-minimal

STACKER_SUBS = \
Expand Down

0 comments on commit 2656923

Please sign in to comment.