Skip to content

Commit

Permalink
chore: try new image for console-test
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslaw-szpiech committed Sep 5, 2023
1 parent d145d6a commit 2c52436
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/docker-console-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Docker / console-test

on:
push:
branches:
- main
# for testing purposes
- chore/console-test-runner
paths:
- 'console-test/version.json'
pull_request:
paths:
- 'console-test/**'
- '.github/workflows/docker-console-test.yml'

jobs:
build_docker_image:
uses: vegaprotocol/docker-public/.github/workflows/docker-generic.yml@main
with:
image_name: console-test
docker_context_path: ./console-test
platforms: linux/amd64
secrets:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
7 changes: 7 additions & 0 deletions console-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM summerwind/actions-runner:v2.308.0-ubuntu-22.04

USER root
RUN curl -sSL https://install.python-poetry.org | python3 -

USER runner
RUN poetry --version
5 changes: 5 additions & 0 deletions console-test/version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "v2.308.0-ubuntu-22.04-1",
"name": "vegaprotocol/console-test"
}

0 comments on commit 2c52436

Please sign in to comment.