Skip to content

Commit

Permalink
(#77) removed old dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffle committed Oct 29, 2020
1 parent 4790e4f commit 5297f37
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 135 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: |
export PATH=$PATH:$HOME
./build-base.sh ${{ secrets.NODE_VERSION }}
./build-latest.sh $SAKULI_VERSION ${{ secrets.NODE_VERSION }}
./build-latest.sh $SAKULI_VERSION ${{ secrets.NPM_TOKEN }}
env:
SAKULI_LICENSE_KEY: ${{ secrets.SAKULI_LICENSE_KEY }}
7 changes: 0 additions & 7 deletions Dockerfile.sakuli-base
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ ARG BUILD_DATE
RUN test -n "${NODE_VERSION}" && \
test -n "${BUILD_DATE}"

LABEL maintainer="simon.hofmann@consol.de" \
io.k8s.description="Sakuli Base Container with OpenBox window manager" \
io.k8s.display-name="Sakuli Base Container based on Ubuntu" \
io.openshift.expose-services="6901:http,5901:xvnc" \
io.openshift.tags="vnc, ubuntu, openbox" \
io.openshift.non-scalable=true

ENV REFRESHED_AT=${BUILD_DATE} \
LANG='en_US.UTF-8' \
LANGUAGE='en_US:en' \
Expand Down
127 changes: 0 additions & 127 deletions Dockerfile.sakuli-ubuntu-openbox

This file was deleted.

0 comments on commit 5297f37

Please sign in to comment.