File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 flavor : |
7878 latest=true
7979 tags : |
80- type=semver,pattern={{version}}
80+ type=semver,pattern=v {{version}}
8181 type=semver,pattern=v{{major}}.{{minor}}
8282 type=semver,pattern=v{{major}}
8383
@@ -125,12 +125,10 @@ jobs:
125125
126126 ### Docker Image
127127 ```
128- docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.VERSION }}
128+ docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:v ${{ steps.version.outputs.VERSION }}
129129 ```
130130
131131 ### Changes
132- This is a pre-release. Please test thoroughly before using in production.
133-
134132 See the [CHANGELOG](CHANGELOG.md) for detailed changes.
135133 draft : true
136134 prerelease : true
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ### Added
11+
12+ ## [ 1.0.1] - 2026-03-10
13+
14+ ### Added
15+
16+ - Initial Release
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ USER root
1515
1616ENV DEBIAN_FRONTEND=noninteractive
1717
18- COPY . /install-chromium.sh ./install-chromium.sh
18+ COPY docker /install-chromium.sh ./install-chromium.sh
1919RUN ./install-chromium.sh
2020
2121# =================================
Original file line number Diff line number Diff line change @@ -123,6 +123,11 @@ Add to `/etc/hosts`
123123127.0.0.1 keycloak
124124```
125125
126+ Install Chromium and corresponding Selenium WebDriver
127+ ```
128+ ./docker/install-chromium.sh
129+ ```
130+
126131Start development environment
127132```
128133sudo docker compose -f docker-compose.dev.yaml -f docker-compose.dev-examples.yaml -f docker-compose.dev-apps.yaml up --build
File renamed without changes.
You can’t perform that action at this time.
0 commit comments