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
f78769dd
Unverified
Commit
f78769dd
authored
Feb 03, 2025
by
Derek Nola
Committed by
GitHub
Feb 03, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix e2e pipeline due to vagrant cloud infra issues (#11706)
Signed-off-by:
Derek Nola
<
derek.nola@suse.com
>
parent
eec2a53c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
Dockerfile.test
Dockerfile.test
+12
-4
No files found.
Dockerfile.test
View file @
f78769dd
...
@@ -36,15 +36,23 @@ ENTRYPOINT ["./scripts/entry.sh"]
...
@@ -36,15 +36,23 @@ ENTRYPOINT ["./scripts/entry.sh"]
CMD
[
"test"
]
CMD
[
"test"
]
FROM
vagrantlibvirt
/
vagrant
-
libvirt
:
0.12
.
1
AS
test
-
e2e
FROM
vagrantlibvirt
/
vagrant
-
libvirt
:
sha
-
a94ce0d
AS
test
-
e2e
RUN
apt
-
get
update
&&
apt
-
get
install
-
y
docker
.
io
RUN
apt
-
get
update
&&
apt
-
get
install
-
y
docker
.
io
wget
ENV
VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT
=
1
ENV
VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT
=
1
RUN
vagrant
plugin
install
vagrant
-
k3s
vagrant
-
reload
vagrant
-
scp
RUN
vagrant
plugin
install
vagrant
-
k3s
vagrant
-
reload
vagrant
-
scp
RUN
vagrant
box
add
bento
/
ubuntu
-
24.04
--
provider
libvirt
--
force
# Workaround for older vagrant-libvirt image and new vagrant infra wesbites
# See https://github.com/hashicorp/vagrant/issues/13571 and
# https://github.com/vagrant-libvirt/vagrant-libvirt/issues/1840
RUN
wget
https
://
app
.
vagrantup
.
com
/
bento
/
boxes
/
ubuntu
-
24.04
/
versions
/
202404.26
.
0
/
providers
/
libvirt
.
box
-
O
bento
-
ubuntu24
.
04
-
202404.26
.
0.
box
RUN
vagrant
box
add
bento
/
ubuntu
-
24.04
bento
-
ubuntu24
.
04
-
202404.26
.
0.
box
RUN
cd
/.
vagrant
.
d
/
boxes
/
bento
-
VAGRANTSLASH
-
ubuntu
-
24.04
/
&&
mv
0
202404.26
.
0
&&
echo
-
n
"https://app.vagrantup.com/bento/boxes/ubuntu-24.04"
>
metadata_url
RUN
curl
-
LO
"https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
;
\
RUN
curl
-
LO
"https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
;
\
chmod
+
x
./
kubectl
;
\
chmod
+
x
./
kubectl
;
\
mv
./
kubectl
/
usr
/
local
/
bin
/
kubectl
mv
./
kubectl
/
usr
/
local
/
bin
/
kubectl
RUN
GO_VERSION
=
go1
.
2
1
.5
;
\
RUN
GO_VERSION
=
go1
.
2
2
.5
;
\
curl
-
O
-
L
"https://golang.org/dl/${GO_VERSION}.linux-amd64.tar.gz"
;
\
curl
-
O
-
L
"https://golang.org/dl/${GO_VERSION}.linux-amd64.tar.gz"
;
\
rm
-
rf
/
usr
/
local
/
go
;
\
rm
-
rf
/
usr
/
local
/
go
;
\
tar
-
C
/
usr
/
local
-
xzf
$
{
GO_VERSION
}
.
linux
-
amd64
.
tar
.
gz
;
tar
-
C
/
usr
/
local
-
xzf
$
{
GO_VERSION
}
.
linux
-
amd64
.
tar
.
gz
;
...
...
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