Compare commits

...

2 Commits

Author SHA1 Message Date
ee5dae26a9 Update build.yml to linuxkit 1.0 format
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-19 21:17:35 +01:00
535a24129b Update pkg FROM 2023-02-19 19:16:41 +01:00
31 changed files with 53 additions and 30 deletions

View File

@ -1,4 +1,5 @@
image: adlin-tuto1 image: adlin-tuto1
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,5 @@
image: adlin-arp-spoofer image: adlin-arp-spoofer
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,5 @@
image: awx_web image: awx_web
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,5 @@
image: challenge image: challenge
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,5 @@
image: chrony image: chrony
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,5 @@
image: adlin-tuto2 image: adlin-tuto2
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,5 @@
image: adlin-tuto3 image: adlin-tuto3
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,5 @@
image: debug image: debug
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,5 @@
image: iscsi-target image: iscsi-target
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,4 @@
FROM golang:1.19-alpine3.15 as gobuild FROM golang:1.19-alpine as gobuild
ENV GOOS linux ENV GOOS linux
ENV GOARCH amd64 ENV GOARCH amd64

View File

@ -1,4 +1,5 @@
image: adlin-login-app image: adlin-login-app
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

Binary file not shown.

View File

@ -1,4 +1,4 @@
FROM golang:1.19-alpine3.15 as gobuild FROM golang:1.19-alpine as gobuild
RUN apk add --no-cache git RUN apk add --no-cache git

View File

@ -1,4 +1,5 @@
image: adlin-login-validator image: adlin-login-validator
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,4 @@
FROM golang:1.19-alpine3.15 as gobuild FROM golang:1.19-alpine as gobuild
ENV GOOS linux ENV GOOS linux
ENV GOARCH amd64 ENV GOARCH amd64

View File

@ -1,4 +1,5 @@
image: minichecker image: minichecker
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,5 @@
image: monit image: monit
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,5 @@
image: nsd image: nsd
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,5 @@
image: postfix image: postfix
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,5 @@
image: resolver image: resolver
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,4 @@
FROM openwrtorg/rootfs:x86-64-21.02.2 FROM openwrtorg/rootfs:x86-64-22.03.3
RUN mkdir -p /var/lock/ && opkg update && opkg install \ RUN mkdir -p /var/lock/ && opkg update && opkg install \
bind-dig \ bind-dig \

View File

@ -1,4 +1,5 @@
image: router-tuto3 image: router-tuto3
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,4 @@
FROM golang:1.19-alpine3.15 as gobuild FROM golang:1.19-alpine as gobuild
ENV GOOS linux ENV GOOS linux
ENV GOARCH amd64 ENV GOARCH amd64

View File

@ -1,4 +1,5 @@
image: adlin-shadow-up image: adlin-shadow-up
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,5 @@
image: tftpd image: tftpd
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,5 @@
image: tinydeb image: tinydeb
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,5 @@
image: unbound image: unbound
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,4 @@
FROM golang:1.19-alpine3.15 as gobuild FROM golang:1.19-alpine as gobuild
RUN apk add --no-cache git RUN apk add --no-cache git

View File

@ -1,4 +1,5 @@
image: wg-manager image: wg-manager
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror FROM linuxkit/alpine:316c3f9d85c21fdd8bc7479e81d290f85bf60eb0 AS mirror
RUN mkdir -p /out/etc/apk /out/usr/bin && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk /out/usr/bin && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \

View File

@ -1,7 +1,8 @@
image: wg image: wg
org: nemunaire
network: true network: true
arches: arches:
- x86_64 - amd64
config: config:
capabilities: capabilities:
- CAP_NET_ADMIN - CAP_NET_ADMIN