Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
9227e0bd
Unverified
Commit
9227e0bd
authored
May 31, 2023
by
Derek Nola
Committed by
GitHub
May 31, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump vagrant libvirt with fix for plugin installs (#7605)
Signed-off-by:
Derek Nola
<
derek.nola@suse.com
>
parent
b64a226e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile.test
Dockerfile.test
+2
-2
No files found.
Dockerfile.test
View file @
9227e0bd
...
...
@@ -36,9 +36,9 @@ ENTRYPOINT ["./scripts/entry.sh"]
CMD
[
"test"
]
FROM
vagrantlibvirt
/
vagrant
-
libvirt
:
0.10
.
7
AS
test
-
e2e
FROM
vagrantlibvirt
/
vagrant
-
libvirt
:
0.12
.
1
AS
test
-
e2e
RUN
apt
-
get
update
&&
apt
-
get
install
-
y
docker
.
io
ENV
VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT
=
1
RUN
vagrant
plugin
install
vagrant
-
k3s
vagrant
-
reload
vagrant
-
scp
RUN
vagrant
box
add
generic
/
ubuntu2004
--
provider
libvirt
--
force
RUN
curl
-
LO
"https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment