Skip to content

Commit

Permalink
Merge pull request #465 from surajssd/update-image-tag
Browse files Browse the repository at this point in the history
ghcr: Update from ghcr.io/cloudshell to ghcr.io/azure/cloudshell
  • Loading branch information
surajssd authored Aug 15, 2024
2 parents b4925a0 + 6b72e95 commit b5902d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cloudshell-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
context: .
file: linux/base.Dockerfile
push: true
tags: ghcr.io/cloudshell/base:${{ github.sha }},ghcr.io/cloudshell/base:latest
tags: ghcr.io/azure/cloudshell/base:${{ github.sha }},ghcr.io/azure/cloudshell/base:latest

- name: Tools image
uses: docker/build-push-action@v6
with:
context: .
file: linux/tools.Dockerfile
push: true
tags: ghcr.io/cloudshell/tools:${{ github.sha }},ghcr.io/cloudshell/tools:latest
build-args: IMAGE_LOCATION=ghcr.io/cloudshell/base:${{ github.sha }}
tags: ghcr.io/azure/cloudshell/tools:${{ github.sha }},ghcr.io/azure/cloudshell/tools:latest
build-args: IMAGE_LOCATION=ghcr.io/azure/cloudshell/base:${{ github.sha }}
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ changes to the tools.

> [!NOTE]
> Cloud Shell publishes an image on each update to the master branch. If you would like to use the pre-built image, then
> you can skip this step by downloading the latest [base image layer here](ghcr.io/cloudshell/base:latest)
> and the latest [tools image layer here](ghcr.io/cloudshell/tools:latest). You can find all previously built image layers [here](https://github.com/orgs/Azure/packages?repo_name=CloudShell).
> you can skip this step by downloading the latest [base image layer here](ghcr.io/azure/cloudshell/base:latest)
> and the latest [tools image layer here](ghcr.io/azure/cloudshell/tools:latest). You can find all previously built image layers [here](https://github.com/orgs/Azure/packages?repo_name=CloudShell).
Required software:

Expand Down Expand Up @@ -141,10 +141,9 @@ to pass if you want your changes to be merged.
| New desired Cloud Shell feature | Create an [Discussion](https://github.com/Azure/CloudShell/discussions) |
| Issue with one of the packages* | Talk to package owner & create a PR on their repo. |
| Issue with how package interacts with Cloud Shell | Create a Pull Request OR GitHub Issue |
| Security bug | See https://www.microsoft.com/en-us/msrc/faqs-report-an-issue |
| Security bug | See <https://www.microsoft.com/en-us/msrc/faqs-report-an-issue> |
| Issue with Cloud Shell in Azure Portal (can't log in, for example) | Open a [support ticket](https://learn.microsoft.com/azure/active-directory/fundamentals/how-to-get-support) |


<sup>*</sup> For example, if you have an issue within Azure CLI, don't open up an issue in the Cloud Shell
repo, open an issue within the Azure CLI repo.

Expand Down

0 comments on commit b5902d8

Please sign in to comment.