Skip to content

chore(deps): bump curlimages/curl from 8.21.0 to 8.22.0 - #16666

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker_compose/curlimages/curl-8.22.0
Open

chore(deps): bump curlimages/curl from 8.21.0 to 8.22.0#16666
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker_compose/curlimages/curl-8.22.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps curlimages/curl from 8.21.0 to 8.22.0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps curlimages/curl from 8.21.0 to 8.22.0.

---
updated-dependencies:
- dependency-name: curlimages/curl
  dependency-version: 8.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file docker_compose Pull requests that update docker_compose code labels Sep 2, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 2, 2026 18:34
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file docker_compose Pull requests that update docker_compose code labels Sep 2, 2026
@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown

🚀 Image pushed to AWS ECR

Image digest: sha256:f873a74004a57c9ab704fb15697ef717c47a1da1d5bb55a185851ede80ba098b

🐛 Run the image locally

The following can be used to run the image locally:

# Refer to image using the immutable digest. Find alternatives below.
IMAGE_IDENTIFIER="@sha256:f873a74004a57c9ab704fb15697ef717c47a1da1d5bb55a185851ede80ba098b"

# Refer to image using branch tag
# IMAGE_IDENTIFIER=":branch-dependabot-docker_compose-curlimages-curl-8.22.0"

# Refer to image using build tag
# IMAGE_IDENTIFIER=":build-30742"

# Refer to image via the GitHub commit SHA tag
# IMAGE_IDENTIFIER=":sha-e0f83f21f4f59dd06fe72dc1e7825a1f73a77bf4"

# Set environment variables for the AWS CLI
AWS_PROFILE="<A_PROFILE_FROM_JANUS>"
AWS_DEFAULT_REGION="eu-west-1"

IMAGE_ACCOUNT_ID=$(aws ssm get-parameter --name /organisation/accounts/deployTools --query "Parameter.Value" --output text)
REGISTRY="${IMAGE_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com"
IMAGE="${REGISTRY}/guardian/dotcom-rendering${IMAGE_IDENTIFIER}"

# Login to AWS ECR https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry_auth.html
aws ecr get-login-password | docker login --username AWS --password-stdin $REGISTRY

# Pull the image
docker pull $IMAGE

# Run the image. You'll likely need to set additional flags. See https://docs.docker.com/reference/cli/docker/container/run.
docker run $IMAGE

From guardian/actions-publish-image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file docker_compose Pull requests that update docker_compose code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants