Skip to content

Commit

Permalink
dnsmasq: version the container independently
Browse files Browse the repository at this point in the history
  • Loading branch information
skrobul committed Apr 23, 2024
1 parent 2690c82 commit 03f22c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ jobs:
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=sha,enable={{is_default_branch}}
type=raw,value=2023.1-ubuntu_jammy
type=raw,value=0.0.1
labels: |
org.opencontainers.image.title=dnsmasq for Ironic deployed as openstack-helm
org.opencontainers.image.base.name=docker.io/alpine:3.19.1
- name: build and deploy dnsmasq container to registry
uses: docker/build-push-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion components/ironic/dnsmasq-ss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
component: conductor
containers:
- name: dnsmasq
image: ghcr.io/rackerlabs/openstackhelm/dnsmasq:2023.1-ubuntu_jammy
image: ghcr.io/rackerlabs/openstackhelm/dnsmasq:0.0.1
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down

0 comments on commit 03f22c8

Please sign in to comment.