chore(deps): bump ajv-formats from 2.1.1 to 3.0.1 - #16682
dependabot[bot] wants to merge 1 commit into
Conversation
|
Hello 👋! When you're ready to run Chromatic, please apply the You will need to reapply the label each time you want to run Chromatic. |
🚀 Image pushed to AWS ECRImage digest: 🐛 Run the image locallyThe following can be used to run the image locally: # Refer to image using the immutable digest. Find alternatives below.
IMAGE_IDENTIFIER="@sha256:19575d49901e81c6addc69f8524e826501e94920bb779f766c7fa3850f286d5f"
# Refer to image using branch tag
# IMAGE_IDENTIFIER=":branch-dependabot-npm_and_yarn-ajv-formats-3.0.1"
# Refer to image using build tag
# IMAGE_IDENTIFIER=":build-31230"
# 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/artifacts --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 |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
@dependabot recreate |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
4 similar comments
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Bumps [ajv-formats](https://github.com/ajv-validator/ajv-formats) from 2.1.1 to 3.0.1. - [Release notes](https://github.com/ajv-validator/ajv-formats/releases) - [Commits](ajv-validator/ajv-formats@v2.1.1...v3.0.1) --- updated-dependencies: - dependency-name: ajv-formats dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
baa5a3f to
bce841a
Compare
Bumps ajv-formats from 2.1.1 to 3.0.1.
Release notes
Sourced from ajv-formats's releases.
Commits
1fb3fa7fix: build missing in 3.0.0 - bump to 3.0.1 (#93)e1a8bddchore: update version to 3.0.0 for publishing (#92)4dd65443.0.0-rc.08b424f1formatMaximum/Minimum take timezone into account for time and date-time forma...37d7538add formats iso-time and iso-date-time, make time and date-time strict (#42)46dbae5Merge pull request #41 from ajv-validator/ep/json-schema-tests86d71ebpass all JSON Schema Test Suite testsfdbd714Merge branch 'stoplightio-fix/date-time'34df8dbdocs: strictTime optiond1a9e36simplify strictTime optionMaintainer changes
This version was pushed to npm by jason-green, a new releaser for ajv-formats since your current version.