Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dev Team
nginx
Commits
9f972313
Commit
9f972313
authored
Jan 21, 2018
by
PD0ZRY Rudy
Browse files
Initial commit
parents
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
9f972313
build_image
:
image
:
docker:git
services
:
-
docker:dind
script
:
-
docker login -u gitlab-ci-token --password $CI_BUILD_TOKEN images.brandmeister.network
-
docker build -t images.brandmeister.network/dev-team/nginx .
-
docker push images.brandmeister.network/dev-team/nginx:latest
tags
:
-
docker
-
amd64
only
:
-
master
Dockerfile
0 → 100644
View file @
9f972313
FROM
debian:jessie
MAINTAINER
Rudy Hardeman <pd0zry@pd0zry.nl>
RUN
apt-get update
RUN
apt-get upgrade
-y
RUN
apt-get
install
-y
nginx php5-fpm supervisor php5-memcached php5-memcache php5-curl
RUN
apt-get clean
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment