mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 12:30:01 +00:00
Replace travis tests, fix hadolint error
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b01720353c
commit
dcc53d43ce
3 changed files with 19 additions and 5 deletions
17
.github/workflows/test.yml
vendored
Normal file
17
.github/workflows/test.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
name: 'Test Docker-Image'
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test-docker-image:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: make test
|
||||||
|
|
||||||
|
...
|
|
@ -1,5 +0,0 @@
|
||||||
language: bash
|
|
||||||
services: docker
|
|
||||||
|
|
||||||
script:
|
|
||||||
- make test
|
|
|
@ -6,6 +6,8 @@ LABEL maintainer Knut Ahlers <knut@ahlers.me>
|
||||||
ENV TEAMSPEAK_VERSION=3.13.7 \
|
ENV TEAMSPEAK_VERSION=3.13.7 \
|
||||||
TEAMSPEAK_SHA256=775a5731a9809801e4c8f9066cd9bc562a1b368553139c1249f2a0740d50041e
|
TEAMSPEAK_SHA256=775a5731a9809801e4c8f9066cd9bc562a1b368553139c1249f2a0740d50041e
|
||||||
|
|
||||||
|
SHELL ["/bin/bash", "-o", "pipefail", "-exc"]
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install --no-install-recommends -y \
|
&& apt-get install --no-install-recommends -y \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
|
|
Loading…
Reference in a new issue