Skip to content

Commit

Permalink
Merge pull request #18 from vespa-engine/aressem/use-vespa-repo
Browse files Browse the repository at this point in the history
Enable cloudsmith repo as well to get current vespa versions.
  • Loading branch information
aressem authored Jul 4, 2024
2 parents 1c46f5b + 27a8990 commit d3946bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM almalinux:8

RUN dnf -y install epel-release && \
dnf -y install dnf-plugins-core && \
dnf config-manager --add-repo https://raw.githubusercontent.com/vespa-engine/vespa/master/dist/vespa-engine.repo && \
dnf -y copr enable @vespa/vespa epel-8-$(arch)

RUN --mount=type=bind,target=/include,source=.,ro \
Expand Down
1 change: 1 addition & 0 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
export VESPA_VERSION=$(meta get vespa.version --external sd@6386:publish-release)
echo "Building for version $VESPA_VERSION"
- install-dependencies: |
dnf config-manager --add-repo https://raw.githubusercontent.com/vespa-engine/vespa/master/dist/vespa-engine.repo
dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
dnf -y install docker-ce docker-ce-cli containerd.io
docker system info
Expand Down

0 comments on commit d3946bd

Please sign in to comment.