Skip to content

Example of how to use a Github Action to trigger a Packer build and push to IBM Cloud VPC

Notifications You must be signed in to change notification settings

greyhoundforty/github-action-ibmcloud-vpc-packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build IBM Cloud Packer image using Github Actions

Base image

The following example uses the Ubuntu 22.04 image as the base image, but as new iterations are pushed to our public image repository, image ID will be incremented. To pull the latest Ubuntu VPC image, you can use the following command:

```shell
ibmcloud is images --visibility public --output json | jq -r '.[] | select(.status=="available") | select(.operating_system.architecture=="amd64") | select(.name | startswith("ibm-ubuntu")) | .name,.id'
```

Build image

About

Example of how to use a Github Action to trigger a Packer build and push to IBM Cloud VPC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published