Skip to content

Commit 7f0a9e3

Browse files
committed
ci: update namespace
1 parent bda79ed commit 7f0a9e3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pgdog/Containerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ RUN dnf -y install openssl-devel;\
1111
cargo build --release
1212

1313

14-
FROM ghcr.io/mskarbek/containers/init:10.1
14+
FROM ghcr.io/mskarbek/init:10.1
1515

1616
COPY --from=builder /root/pgdog/target/release/pgdog /usr/local/bin/pgdog
1717

1818
COPY rootfs/ /
1919

20-
RUN ln -s\
21-
/etc/systemd/system/pgdog.service\
22-
/etc/systemd/system/multi-user.target.wants/pgdog.service
20+
RUN systemctl enable pgdog.service
2321

2422
VOLUME /etc/pgdog

0 commit comments

Comments
 (0)