Skip to content

Commit

Permalink
Merge pull request #1166 from cybozu/unbound-ghcr
Browse files Browse the repository at this point in the history
unbound: release from ghcr.io
  • Loading branch information
yokaze authored Nov 24, 2023
2 parents 093bfe3 + ebb1576 commit 3e9f4f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
- dir: "./squid"
container-image: "squid"
scan: "true"
- dir: "./unbound"
container-image: "unbound"
scan: "true"

runs-on: ubuntu-22.04
env:
Expand Down
5 changes: 3 additions & 2 deletions unbound/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/cybozu/ubuntu-dev:22.04 AS build
FROM ghcr.io/cybozu/ubuntu-dev:22.04 AS build

ARG UNBOUND_VERSION=1.18.0

Expand All @@ -21,7 +21,8 @@ RUN mkdir -p /usr/local/unbound \
RUN /usr/local/unbound/sbin/unbound-anchor -v || true
RUN /usr/local/unbound/sbin/unbound-anchor -v

FROM quay.io/cybozu/ubuntu:22.04
FROM ghcr.io/cybozu/ubuntu:22.04
LABEL org.opencontainers.image.source="https://github.com/cybozu/neco-containers"

RUN apt-get update \
&& apt-get install -y --no-install-recommends libevent-2.1-7 \
Expand Down
2 changes: 1 addition & 1 deletion unbound/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.0.1
1.18.0.2

0 comments on commit 3e9f4f4

Please sign in to comment.