We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4df8bd commit bfba776Copy full SHA for bfba776
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ env:
34
35
jobs:
36
docker-build:
37
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-22.04
38
timeout-minutes: 3600
39
steps:
40
- name: check docker containers
@@ -116,7 +116,6 @@ jobs:
116
cd dev-support/atlas-docker
117
export DOCKER_BUILDKIT=1
118
export COMPOSE_DOCKER_CLI_BUILD=1
119
- docker compose -f docker-compose.atlas-base.yml build
120
docker compose -f docker-compose.atlas.yml -f docker-compose.atlas-hadoop.yml -f docker-compose.atlas-hive.yml up -d --wait
121
122
- name: Check status of containers and remove them
0 commit comments