Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADMIN] Rename: docker-images -> docker, ansible-roles -> ansible #35

Merged
merged 1 commit into from
Jan 8, 2021

Conversation

marco-lancini
Copy link
Owner

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2021

Image: 📋 nomad

Step Result
🎫 Login success
📊 Version 0.8.6
📖 Build success
🛡 Trivy success
Show Build Output
Sending build context to Docker daemon  648.7kB

Step 1/7 : FROM alpine:3.7
---> 6d1ef012b567
Step 2/7 : RUN addgroup nomad &&     adduser -S -G nomad nomad
---> Running in 080b70d2066d
Removing intermediate container 080b70d2066d
---> 696d1c404b42
Step 3/7 : RUN set -eux &&     apk add --no-cache ca-certificates curl openssl unzip  libc6-compat &&     mkdir -p /tmp/build &&     cd /tmp/build &&     curl -sSL https://releases.hashicorp.com/nomad/0.8.6/nomad_0.8.6_linux_amd64.zip -o nomad.zip &&     unzip nomad.zip &&     install nomad /usr/bin/nomad &&     cd /tmp &&     nomad version
---> Running in 981562231fe2
�[91m+ apk add --no-cache ca-certificates curl openssl unzip libc6-compat
�[0mfetch http://dl-cdn.alpinelinux.org/alpine/v3.7/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.7/community/x86_64/APKINDEX.tar.gz
(1/11) Upgrading musl (1.1.18-r3 -> 1.1.18-r4)
(2/11) Installing ca-certificates (20190108-r0)
(3/11) Installing libssh2 (1.9.0-r1)
(4/11) Installing libcurl (7.61.1-r3)
(5/11) Installing curl (7.61.1-r3)
(6/11) Upgrading musl-utils (1.1.18-r3 -> 1.1.18-r4)
(7/11) Installing libc6-compat (1.1.18-r4)
(8/11) Installing libcrypto1.0 (1.0.2t-r0)
(9/11) Installing libssl1.0 (1.0.2t-r0)
(10/11) Installing openssl (1.0.2t-r0)
(11/11) Installing unzip (6.0-r3)
Executing busybox-1.27.2-r11.trigger
Executing ca-certificates-20190108-r0.trigger
OK: 10 MiB in 22 packages
�[91m+ mkdir -p /tmp/build
�[0m�[91m+ cd /tmp/build
+ curl�[0m�[91m -sSL https://releases.hashicorp.com/nomad/0.8.6/nomad_0.8.6_linux_amd64.zip -o nomad.zip
�[0m�[91m+ unzip nomad.zip
�[0mArchive:  nomad.zip
inflating: nomad                   
�[91m+ install nomad /usr/bin/nomad
�[0m�[91m+ cd /tmp
�[0m�[91m+ nomad version
�[0mNomad v0.8.6 (ab54ebcfcde062e9482558b7c052702d4cb8aa1b+CHANGES)
Removing intermediate container 981562231fe2
---> e6dc8c25961a
Step 4/7 : RUN mkdir -p /nomad/data &&     mkdir -p /nomad/config &&     chown -R nomad:nomad /nomad
---> Running in 209643cccbf0
Removing intermediate container 209643cccbf0
---> cdc4f3ab0d87
Step 5/7 : VOLUME /nomad/data
---> Running in 4d0d595981f8
Removing intermediate container 4d0d595981f8
---> 2fb599184004
Step 6/7 : EXPOSE 4646 4647 4648 4648/udp
---> Running in a5b36e48b973
Removing intermediate container a5b36e48b973
---> 87673df9b3ee
Step 7/7 : CMD ["nomad"]
---> Running in b5fcb72409b9
Removing intermediate container b5fcb72409b9
---> aa168fa0212d
Successfully built aa168fa0212d
Successfully tagged nomad:build

Pusher: @marco-lancini, Action: pull_request

@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2021

Image: 📋 ansible-worker

Step Result
🎫 Login success
📊 Version 0.1
📖 Build success
🛡 Trivy success
Show Build Output
Sending build context to Docker daemon  648.7kB

Step 1/4 : FROM alpine:3.12
3.12: Pulling from library/alpine
801bfaa63ef2: Already exists
Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436
Status: Downloaded newer image for alpine:3.12
---> 389fef711851
Step 2/4 : RUN apk update &&     apk upgrade &&      apk add --no-cache --update ansible libffi-dev py-netaddr openssh sshpass zip jq
---> Running in e0614618a31d
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
v3.12.3-47-g3428e040de [http://dl-cdn.alpinelinux.org/alpine/v3.12/main]
v3.12.3-48-gea3fd89439 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community]
OK: 12746 distinct packages available
OK: 6 MiB in 14 packages
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
(1/42) Installing libbz2 (1.0.8-r1)
(2/42) Installing expat (2.2.9-r1)
(3/42) Installing libffi (3.3-r2)
(4/42) Installing gdbm (1.13-r1)
(5/42) Installing xz-libs (5.2.5-r0)
(6/42) Installing ncurses-terminfo-base (6.2_p20200523-r0)
(7/42) Installing ncurses-libs (6.2_p20200523-r0)
(8/42) Installing readline (8.0.4-r0)
(9/42) Installing sqlite-libs (3.32.1-r0)
(10/42) Installing python3 (3.8.5-r0)
(11/42) Installing yaml (0.2.4-r1)
(12/42) Installing py3-yaml (5.3.1-r0)
(13/42) Installing py3-asn1 (0.4.7-r2)
(14/42) Installing py3-cparser (2.20-r0)
(15/42) Installing py3-cffi (1.14.0-r2)
(16/42) Installing py3-idna (2.9-r0)
(17/42) Installing py3-asn1crypto (1.3.0-r0)
(18/42) Installing py3-six (1.15.0-r0)
(19/42) Installing py3-cryptography (2.9.2-r0)
(20/42) Installing py3-bcrypt (3.1.7-r2)
(21/42) Installing py3-pynacl (1.4.0-r0)
(22/42) Installing py3-paramiko (2.7.1-r0)
(23/42) Installing py3-markupsafe (1.1.1-r3)
(24/42) Installing py3-jinja2 (2.11.2-r0)
(25/42) Installing py3-pycryptodome (3.9.7-r0)
(26/42) Installing ansible (2.9.14-r0)
(27/42) Installing oniguruma (6.9.5-r2)
(28/42) Installing jq (1.6-r1)
(29/42) Installing linux-headers (5.4.5-r1)
(30/42) Installing pkgconf (1.7.2-r0)
(31/42) Installing libffi-dev (3.3-r2)
(32/42) Installing openssh-keygen (8.3_p1-r1)
(33/42) Installing libedit (20191231.3.1-r0)
(34/42) Installing openssh-client (8.3_p1-r1)
(35/42) Installing openssh-sftp-server (8.3_p1-r1)
(36/42) Installing openssh-server-common (8.3_p1-r1)
(37/42) Installing openssh-server (8.3_p1-r1)
(38/42) Installing openssh (8.3_p1-r1)
(39/42) Installing py3-netaddr (0.7.19-r4)
(40/42) Installing sshpass (1.06-r0)
(41/42) Installing unzip (6.0-r8)
(42/42) Installing zip (3.0-r8)
Executing busybox-1.31.1-r19.trigger
OK: 246 MiB in 56 packages
Removing intermediate container e0614618a31d
---> f67fb4e89b50
Step 3/4 : WORKDIR /src
---> Running in d95497bb23c5
Removing intermediate container d95497bb23c5
---> 4ff4a63f5bad
Step 4/4 : CMD ["/bin/sh"]
---> Running in 0bf3be392c3b
Removing intermediate container 0bf3be392c3b
---> 23080c85b386
Successfully built 23080c85b386
Successfully tagged ansible-worker:build

Pusher: @marco-lancini, Action: pull_request

@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2021

Image: 📋 latex

Step Result
🎫 Login success
📊 Version 2
📖 Build success
🛡 Trivy success
Show Build Output
Sending build context to Docker daemon  648.7kB

Step 1/7 : FROM alpine:3.12.0
3.12.0: Pulling from library/alpine
df20fa9351a1: Pulling fs layer
df20fa9351a1: Verifying Checksum
df20fa9351a1: Download complete
df20fa9351a1: Pull complete
Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321
Status: Downloaded newer image for alpine:3.12.0
---> a24bb4013296
Step 2/7 : RUN apk update &&     apk add --no-cache     texlive     texlive-xetex     texmf-dist     texmf-dist-latexextra     && rm -rf /var/cache/apk/*
---> Running in 387d8372eb24
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
v3.12.3-47-g3428e040de [http://dl-cdn.alpinelinux.org/alpine/v3.12/main]
v3.12.3-48-gea3fd89439 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community]
OK: 12754 distinct packages available
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
(1/39) Installing libbz2 (1.0.8-r1)
(2/39) Installing perl (5.30.3-r0)
(3/39) Installing texmf-dist (2020.54593-r0)
(4/39) Installing libxau (1.0.9-r0)
(5/39) Installing libbsd (0.10.0-r0)
(6/39) Installing libxdmcp (1.1.3-r0)
(7/39) Installing libxcb (1.14-r1)
(8/39) Installing libx11 (1.6.12-r0)
(9/39) Installing libxext (1.3.4-r0)
(10/39) Installing libxrender (0.9.10-r3)
(11/39) Installing expat (2.2.9-r1)
(12/39) Installing brotli-libs (1.0.9-r1)
(13/39) Installing libpng (1.6.37-r1)
(14/39) Installing freetype (2.10.4-r0)
(15/39) Installing libuuid (2.35.2-r0)
(16/39) Installing fontconfig (2.13.1-r2)
(17/39) Installing pixman (0.40.0-r2)
(18/39) Installing cairo (1.16.0-r2)
(19/39) Installing libgcc (9.3.0-r2)
(20/39) Installing libstdc++ (9.3.0-r2)
(21/39) Installing icu-libs (67.1-r0)
(22/39) Installing libpaper (1.1.28-r0)
(23/39) Installing libjpeg-turbo (2.0.5-r0)
(24/39) Installing lcms2 (2.9-r1)
(25/39) Installing openjpeg (2.3.1-r6)
(26/39) Installing tiff (4.1.0-r0)
(27/39) Installing poppler (0.88.0-r0)
(28/39) Installing texlive (20190410-r13)
(29/39) Installing graphite2 (1.3.14-r0)
(30/39) Installing libffi (3.3-r2)
(31/39) Installing libintl (0.20.2-r0)
(32/39) Installing libblkid (2.35.2-r0)
(33/39) Installing libmount (2.35.2-r0)
(34/39) Installing pcre (8.44-r0)
(35/39) Installing glib (2.64.6-r0)
(36/39) Installing harfbuzz (2.6.6-r0)
(37/39) Installing harfbuzz-icu (2.6.6-r0)
(38/39) Installing texlive-xetex (20190410-r13)
(39/39) Installing texmf-dist-latexextra (2020.54593-r0)
Executing busybox-1.31.1-r16.trigger
Executing texlive-20190410-r13.trigger
�[91mfmtutil [WARNING]: inifile euptex.ini for euptex/euptex not found.
fmtutil [ERROR]: not building luatex due to missing engine luatex.
fmtutil [ERROR]: not building luajittex due to missing engine luajittex.
fmtutil [WARNING]: inifile eptex.ini for eptex/eptex not found.
fmtutil [WARNING]: inifile uptex.ini for uptex/uptex not found.
fmtutil [WARNING]: inifile ptex.ini for ptex/ptex not found.
fmtutil [WARNING]: inifile pdfjadetex.ini for pdfjadetex/pdftex not found.
fmtutil [WARNING]: inifile pdfxmltex.ini for pdfxmltex/pdftex not found.
fmtutil [ERROR]: not building dvilualatex due to missing engine luatex.
fmtutil [WARNING]: inifile platex.ini for platex/eptex not found.
fmtutil [WARNING]: inifile uplatex.ini for uplatex/euptex not found.
fmtutil [WARNING]: inifile texsis.ini for texsis/pdftex not found.
fmtutil [WARNING]: inifile mltex.ini for mltex/pdftex not found.
fmtutil [WARNING]: inifile xmltex.ini for xmltex/pdftex not found.
fmtutil [WARNING]: inifile eplain.ini for eplain/pdftex not found.
fmtutil [ERROR]: not building luacsplain due to missing engine luatex.
fmtutil [WARNING]: inifile jadetex.ini for jadetex/pdftex not found.
fmtutil [WARNING]: inifile lollipop.ini for lollipop/tex not found.
fmtutil [WARNING]: inifile amstex.ini for amstex/pdftex not found.
fmtutil [WARNING]: inifile lambda.ini for lamed/aleph not found.
fmtutil [ERROR]: not building lualatex due to missing engine luatex.
fmtutil [ERROR]: not building pdfcsplain due to missing engine luatex.
fmtutil [ERROR]: not building dviluatex due to missing engine luatex.
�[0mOK: 699 MiB in 53 packages
Removing intermediate container 387d8372eb24
---> 13b459966576
Step 3/7 : RUN addgroup --gid 11111 -S app
---> Running in 86f54bcc8564
Removing intermediate container 86f54bcc8564
---> 319ae7a808bc
Step 4/7 : RUN adduser -s /bin/false -u 11111 -G app -S app
---> Running in f90126c43e53
Removing intermediate container f90126c43e53
---> 1575e750bae3
Step 5/7 : WORKDIR /src
---> Running in 08d44bf1d4d4
Removing intermediate container 08d44bf1d4d4
---> 571480f5de26
Step 6/7 : RUN chown -R app:app /src
---> Running in bb33e4f391ee
Removing intermediate container bb33e4f391ee
---> 0751274cb52e
Step 7/7 : USER app
---> Running in 0ed9663e8db5
Removing intermediate container 0ed9663e8db5
---> 2556409561e9
Successfully built 2556409561e9
Successfully tagged latex:build

Pusher: @marco-lancini, Action: pull_request

@marco-lancini marco-lancini merged commit 1d7c50b into main Jan 8, 2021
@marco-lancini marco-lancini deleted the rename branch January 8, 2021 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant