Skip to content

Commit

Permalink
Update Ubuntu Images to 21.10
Browse files Browse the repository at this point in the history
This replaces Ubuntu 21.04

Also, bump the version of golang up to match the native packaged
version.  But still use the upstream source, assuming it's needed to
address the previously discovered performance issues.

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Nov 8, 2021
1 parent 9bbc9aa commit e8a59fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base_images/gce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variables: # Empty value means it must be passed in on command-line

# Upstream source for Ubuntu image to duplicate (prevents expiration).
# Use the most recent image based on this family name.
UBUNTU_BASE_FAMILY: 'ubuntu-2104'
UBUNTU_BASE_FAMILY: 'ubuntu-2110'

# Latest Fedora release download URL
FEDORA_IMAGE_URL: "https://dl.fedoraproject.org/pub/fedora/linux/releases/34/Cloud/x86_64/images/Fedora-Cloud-Base-34-1.2.x86_64.qcow2"
Expand Down
3 changes: 2 additions & 1 deletion cache_images/ubuntu_packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ echo "Configuring Go environment"
# a symlink is the appropriate way to "install" a specific version system-wide.
#
# Add upstream golang for perf issues
curl -s -L https://golang.org/dl/go1.15.11.linux-amd64.tar.gz | $SUDO tar xzf - -C /usr/local/
curl -s -L https://golang.org/dl/go1.17.3.linux-amd64.tar.gz | \
$SUDO tar xzf - -C /usr/local/
# Now linking to upstream golang until ubuntu performance issues are resolved
$SUDO ln -sf /usr/local/go/bin/* /usr/bin/

Expand Down
2 changes: 1 addition & 1 deletion podman/ubuntu_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.04
21.10

0 comments on commit e8a59fc

Please sign in to comment.