Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • selsky/ntpsec
  • armbiant/gnome-ntpsec
  • smallm/ntpsec
  • devicenull/ntpsec
  • paelzer/ntpsec
  • mvangund/ntpsec
  • fe051/ntpsec
  • ollie314/ntpsec
  • rlaager/ntpsec
  • fhgwright/ntpsec
  • phirephly/ntpsec
  • Omnifarious/ntpsec
  • ghane/ntpsec
  • antranigv/ntpsec
  • pakarsolusitelematika/ntpsec
  • ianbruene/ntpsec
  • wingel/ntpsec
  • katyaBeck/ntpsec
  • akumiszcza/ntpsec
  • rouing/ntpsec
  • NTPsec/ntpsec
  • mlichvar/ntpsec
  • ktims/ntpsec
  • fararano.kevin/ntpsec
  • phillipcharleshart/ntpsec
  • SPACE001/ntpsec
  • thomasdstewart/ntpsec
  • testsleeek/ntpsec
  • NeatNerdPrime/ntpsec
  • marcinbrodowski35/ntpsec
  • AbbasDev/ntpsec
  • jurgen.xhelo/ntpsec
  • Wan10/ntpsec
  • BrnoPCmaniak/ntpsec
  • anastrophe/ntpsec
  • georgyo/ntpsec
  • mikie.simpson/ntpsec
  • OptimalRanging/ntpsec
  • toofishes/ntpsec
  • Jandrusk/ntpsec
  • sdwalker/ntpsec
  • mnordhoff/ntpsec
  • cjmayo/ntpsec
  • micromax/ntpsec
  • tychotithonus/ntpsec
  • ddrown/ntpsec
  • brendanbank/ntpsec
  • jh23453/ntpsec
  • samifarin/ntpsec
  • miller24joseph/ntpsec
  • AZDNice/ntpsec
  • lnceballos/ntpsec
  • gabriel-ku/ntpsec
  • psreport/ntpsec
  • thesamesam/ntpsec
  • alexk7/ntpsec
  • RRZEFox/ntpsec
  • m_by/ntpsec
  • jameshilliard/ntpsec
  • daemoneye/ntpsec
  • xgerault/ntpsec
  • permanent-vacations/ntpsec
  • o.zeynalpour/ntpsec
  • ravi.love.nippy/ntpsec
  • jhamlin96/ntpsec
  • abaehr/ntpsec
  • accidentallythecable-public/forks/ntpsec
  • james.jstroud/ntpsec
  • youwt19821020/ntpsec-no-root
  • jamesb_fe80/ntpsec
  • demsjf8/ntpsec
  • yegorich/ntpsec
  • 1963bib/ntpsec
  • armbiant/gnome-ntp
  • chucalu/ntpsec
  • folkertvanheusden/ntpsec
  • mktyler/ntpsec
  • 19bcs2794/ntpsec
  • LOCNNIL/ntpsec
  • lifeofguenter/ntpsec
  • trv-n/ntpsec-trimble-3
  • szepeviktor/ntpsec
  • lightswitch05/ntpsec
  • m_msft/ntpsec
84 results
Show changes
Commits on Source (2)
Showing
with 80 additions and 0 deletions
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM alpine
RUN apk update
......
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM alpine:edge
RUN apk update
......
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM alpine
RUN apk update
......
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM alpine
RUN apk update
......
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM quay.io/centos/centos:stream9
RUN dnf -y install dnf-plugins-core
......
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM debian:testing-slim
RUN apt-get update
......
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
# Coverity is picky about the versions of gcc that it has support for, so
# please test this thoroughly before switching to a newer Debian distribution
FROM debian:stable-slim
......
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM debian:testing
RUN dpkg --add-architecture armhf
......
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM debian:oldstable-slim
RUN apt-get update
......
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM debian:stable-slim
RUN apt-get update
......
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM i386/debian:stable-slim
RUN apt-get update
......
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM debian:stable-slim
RUN apt-get update
......
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM debian:testing-slim
RUN apt-get update
......
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM debian:unstable-slim
RUN apt-get update
......
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM fedora:latest
RUN dnf -y install bison gcc openssl-devel libcap-devel pps-tools-devel python3-devel libbsd-devel
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM gentoo/portage as portage
FROM gentoo/stage3
......
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM opensuse/leap
RUN zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python3-devel python3-curses libbsd-devel
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM python:3-slim
RUN apt-get update -qq
......
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM ubuntu:latest
RUN apt-get update
......
# Copyright the NTPsec project contributors
#
# SPDX-License-Identifier: BSD-2-Clause
FROM ubuntu:rolling
RUN apt-get update
......