Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update worker Docker image #3365

Merged
merged 5 commits into from
Oct 11, 2024
Merged

fix: update worker Docker image #3365

merged 5 commits into from
Oct 11, 2024

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    047171c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. fix: install awscli via pip3 on Ubuntu 24 Noble

    awscli is no longer available via apt in the version of Ubuntu
    that Playwright's 1.48.0 image is based on & we need to install
    it in a different way.
    hassy committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e644753 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    803aa6f View commit details
    Browse the repository at this point in the history
  3. feat: pin amazon/aws-otel-collector to v0.39.0

    We're currently defaulting to "latest" which now breaks due to:
    
    aws-observability/aws-otel-collector#2734
    hassy committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8593d11 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. ci: add debug log

    hassy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3c4ce38 View commit details
    Browse the repository at this point in the history