Skip to content

Commit

Permalink
build: Fixed docker image publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed May 27, 2023
1 parent 50fc59d commit 4e74ab8
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,25 +281,16 @@ distributions:
registries:
- serverName: DEFAULT
username: jrdx
repositoryName: fieldengineering
labels:
'org.opencontainers.image.title': 'riot'
postCommands:
- 'VOLUME /workspace'
specs:
slim:
imageNames:
- 'fieldengineering/riot-{{dockerSpecName}}:{{tagName}}'
- 'fieldengineering/riot-{{dockerSpecName}}:latest'
matchers:
platform: 'linux-x86_64'
preCommands:
- 'ARG DEBIAN_FRONTEND=noninteractive'
- 'ENV TZ=Europe/Zurich'
- 'RUN apt-get update && apt-get install -y unzip binutils fakeroot rpm'
alpine:
imageNames:
- 'fieldengineering/riot-{{dockerSpecName}}:{{tagName}}'
- 'fieldengineering/riot-{{dockerSpecName}}:latest'
- 'fieldengineering/riot:{{tagName}}'
- 'fieldengineering/riot:latest'
matchers:
platform: 'linux_musl-x86_64'
preCommands:
Expand Down

0 comments on commit 4e74ab8

Please sign in to comment.