Skip to content

Commit

Permalink
Bump example / debootstrap tests to Ubuntu jammy
Browse files Browse the repository at this point in the history
Ensure we are using a currently supported Ubuntu in our example
definition file, and debootstrap test code.
  • Loading branch information
dtrudg committed Apr 25, 2023
1 parent 8c4e552 commit 16baebb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/ubuntu/Singularity
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BootStrap: debootstrap
OSVersion: trusty
OSVersion: jammy
MirrorURL: http://us.archive.ubuntu.com/ubuntu/


Expand Down
4 changes: 2 additions & 2 deletions internal/pkg/build/sources/conveyorPacker_debootstrap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestDebootstrapConveyor(t *testing.T) {

b.Recipe.Header = map[string]string{
"bootstrap": "debootstrap",
"osversion": "bionic",
"osversion": "jammy",
"mirrorurl": "http://us.archive.ubuntu.com/ubuntu/",
"include": "apt python ",
}
Expand Down Expand Up @@ -68,7 +68,7 @@ func TestDebootstrapPacker(t *testing.T) {

b.Recipe.Header = map[string]string{
"bootstrap": "debootstrap",
"osversion": "bionic",
"osversion": "jammy",
"mirrorurl": "http://us.archive.ubuntu.com/ubuntu/",
"include": "apt python ",
}
Expand Down

0 comments on commit 16baebb

Please sign in to comment.